| | |
| | | /// 创建人 |
| | | /// </summary> |
| | | [Display(Name = "创建人 ")] |
| | | [SugarColumn(ColumnDescription = "创建人 ", IsNullable = true, Length = 100)] |
| | | [SugarColumn(ColumnDescription = "创建人 ", ColumnDataType = "nvarchar(100)", IsNullable = true)] |
| | | public string CreateBy { get; set; } |
| | | /// <summary> |
| | | /// 修改时间 |
| | |
| | | /// 修改人 |
| | | /// </summary> |
| | | [Display(Name = "修改人 ")] |
| | | [SugarColumn(ColumnDescription = "修改人 ", IsNullable = true,Length = 100)] |
| | | [SugarColumn(ColumnDescription = "修改人 ", ColumnDataType = "nvarchar(100)", IsNullable = true)] |
| | | public string UpDataBy { get; set; } |
| | | |
| | | |