| | |
| | | public string? SuppId { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 使用组织 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] public string? FSubsidiary { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 使用组织 |
| | | /// 物料名称 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? FSubsidiary { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? itemName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 物料名称 |
| | | /// 供应商名称 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? itemName { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? gysName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 供应商名称 |
| | | /// 供应商编号 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? gysName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 供应商编号 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? suppNo { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? suppNo { get; set; } |
| | | } |