| | |
| | | public class LLJView |
| | | { |
| | | /// <summary> |
| | | /// |
| | | ///</summary> |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "guid")] |
| | | public Guid guid { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "fsubmit")] |
| | | public int? fsubmit{ get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "fsubmit")] public int? fsubmit { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 审核标识 |
| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "F_TYPE")] |
| | | public bool? Ftype { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 委外标识(0:采购 、1:委外) |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "remarks")] |
| | | public string? Remarks { get; set; } |
| | | } |