public interface IDeptRelatedEntityWithDeptPath : IDeptRelatedEntity,
IEntity, IEntityWithDeptPath
DeptId |
获取/设置所输部门 Id。
(Inherited from IDeptRelatedEntity) |
DeptPath |
获取/设置部门路径。此属性通常不映射到表字段。
(Inherited from IEntityWithDeptPath) |
TrimStringValues |
移除所有字符串属性(类型为 string 的属性)的值的前导和尾随空白字符。
(Inherited from IEntity) |