| | |
| | | |
| | | public const string c_Id = "Id"; |
| | | |
| | | public const string c_creator = "CreatedUserName"; |
| | | |
| | | public const string c_CreateId = "CreatorId"; |
| | | public const string c_creator = "CreatorName"; |
| | | public const string c_createTime = "CreationTime"; |
| | | |
| | | public const string c_lastModifier = "UpdatedUserName"; |
| | | |
| | | public const string c_ModifyTime = "LastModificationTime"; |
| | | |
| | | public const string c_lastModifyTime = "DeletionTime"; |
| | | |
| | | public const string c_delFlag = "IsDeleted"; |
| | | |
| | | public const string c_DeleterId = "DeleterId"; |
| | | |
| | | public const string c_CreateId = "CreatorId"; |
| | | |
| | | public const string c_ModifyId = "LastModifierId"; |
| | | public const string c_lastModifier = "LastModifierName"; |
| | | public const string c_lastModifyTime = "LastModificationTime"; |
| | | |
| | | |
| | | |
| | | |
| | | public const string c_ExtraProperties = "ExtraProperties"; |
| | | |
| | |
| | | |
| | | public const string c_Sort = "Sort"; |
| | | |
| | | public const string c_IsDisabled = "IsDisabled"; |
| | | |
| | | |
| | | public const string c_delFlag = "IsDeleted"; |
| | | |
| | | public const string c_DeleterId = "DeleterId"; |
| | | |
| | | public const string c_DeletionTime = "DeletionTime"; |
| | | |
| | | //鎵╁睍瀛楁 |
| | | public static List<string> c_Extend = new List<string>() { "OperationRemark".ToUpper(), "DeleteRemark".ToUpper(), "ExtraField1".ToUpper(), "ExtraField2".ToUpper(), "ExtraField3".ToUpper() }; |
| | | } |
| | | } |