| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "DAA008")] |
| | | public decimal? Daa008 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 物料ID |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ITEM_ID")] |
| | | public decimal? ItemId { get; set; } |
| | | |
| | | [SugarColumn(ColumnName = "SJ_MJ")] |
| | | public string? SJ_MJ { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | // 新增参数用于动态搜索 |
| | | public int? selectedIndex { get; set; } // 搜索条件索引 |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? searchField { get; set; } // 搜索字段名 |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? SearchValue { get; set; } // 搜索值 |
| | | } |