| | |
| | | [StringLength(255)] |
| | | public string Remarks { get; set; } |
| | | |
| | | |
| | | [StringLength(255)] |
| | | public string MyRemarks { get; set; } |
| | | |
| | | public DateTimeOffset? CreatedTime { get; set; } |
| | | |
| | | public DateTimeOffset? UpdatedTime { get; set; } |
| | |
| | | public string UpdatedUserName { get; set; } |
| | | |
| | | public bool IsDeleted { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 日志类型 |
| | | /// </summary> |
| | | public int? PieceLogType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 日志类型 |
| | | /// </summary> |
| | | [MaxLength(255)] |
| | | public string PieceLogTypeName { get; set; } |
| | | |
| | | |
| | | public string JiaJuGongWei { get; set; } |
| | | |
| | | } |
| | | } |