| | |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? ItemModel { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? TaskNo { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? CbillNo { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? Dab001 { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public string? Daa015 { get; set; } |
| | |
| | | [SugarColumn(IsIgnore = true)] public string? LineNo { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public decimal? Quantity { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public decimal? ItemInId { get; set; } |
| | | } |