| | |
| | | { |
| | | public static class SystemCommonVar |
| | | { |
| | | //public const string c_Id = "Id"; |
| | | |
| | | //public const string c_creator = "creator"; |
| | | |
| | | //public const string c_createTime = "createTime"; |
| | | |
| | | //public const string c_lastModifier = "lastModifier"; |
| | | |
| | | //public const string c_ModifyTime = "ModifyTime"; |
| | | |
| | | //public const string c_lastModifyTime = "lastModifyTime"; |
| | | |
| | | //public const string c_delFlag = "delFlag"; |
| | | |
| | | //public const string c_CreateId = "CreateId"; |
| | | |
| | | //public const string c_ModifyId = "ModifyId"; |
| | | |
| | | |
| | | public const string c_Id = "Id"; |
| | | |
| | | public const string c_creator = "CreatedUserName"; |
| | | |
| | | public const string c_createTime = "CreatedTime"; |
| | | public const string c_createTime = "CreationTime"; |
| | | |
| | | public const string c_lastModifier = "UpdatedUserName"; |
| | | |
| | | public const string c_ModifyTime = "UpdatedTime"; |
| | | public const string c_ModifyTime = "LastModificationTime"; |
| | | |
| | | public const string c_lastModifyTime = "UpdatedTime"; |
| | | public const string c_lastModifyTime = "DeletionTime"; |
| | | |
| | | public const string c_delFlag = "IsDeleted"; |
| | | |
| | | public const string c_CreateId = "CreatedUserId"; |
| | | public const string c_DeleterId = "DeleterId"; |
| | | |
| | | public const string c_ModifyId = "UpdatedUserId"; |
| | | public const string c_CreateId = "CreatorId"; |
| | | |
| | | public const string c_ModifyId = "LastModifierId"; |
| | | |
| | | public const string c_ExtraProperties = "ExtraProperties"; |
| | | |
| | | public const string c_ConcurrencyStamp = "ConcurrencyStamp"; |
| | | |
| | | public const string c_Sort = "Sort"; |
| | | |
| | | |
| | | } |
| | | } |