| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "ERP_ID")] |
| | | public decimal? ErpId { get; set; } |
| | | |
| | | |
| | | // 动态添加的属性 |
| | | [SugarColumn(IsIgnore = true)] |
| | | public decimal? wNum { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public decimal? wNum { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? ItemName { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? ItemName { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? ItemNo { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? ItemNo { get; set; } |
| | | } |