|  |  | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = false, ColumnDescription = "å建æ¹å¼", IsOnlyIgnoreUpdate = true)] | 
 |  |  |         public int CreateType { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// é¨é¨ç¼å· | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "é¨é¨ç¼å·")] | 
 |  |  |         public string DepartmentCode { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// é¨é¨åç§° | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "é¨é¨åç§°")] | 
 |  |  |         public string DepartmentName { get; set; } | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// å¤æ³¨ | 
 |  |  |         /// </summary> | 
 |  |  |         [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "夿³¨")] | 
 |  |  |         public string Remark { get; set; } | 
 |  |  |  | 
 |  |  |          | 
 |  |  |  | 
 |  |  |         /// <summary> | 
 |  |  |         /// åºåºåæç» |