物料类型信息设置TCODE(FNumber)、物料信息项设置ItemNo(FNumber)、物料单位信息Fnumber(Fnumber)为必须传入项
| | |
| | | public string? Type { get; set; } |
| | | public string? Id { get; set; } |
| | | public string? fParentGroup { get; set; } |
| | | public string? FNumber { get; set; } |
| | | public string FNumber { get; set; } |
| | | public string? FName { get; set; } |
| | | public string? MA011 { get; set; } |
| | | |
| | |
| | | public class ErpItems |
| | | { |
| | | public string? Id { get; set; } |
| | | public string? FNumber { get; set; } |
| | | public string FNumber { get; set; } |
| | | public string? FName { get; set; } |
| | | public string? FSpecification { get; set; } |
| | | public string? FBaseUnitId { get; set; } |
| | |
| | | { |
| | | public string? Type { get; set; } |
| | | public string? Id { get; set; } |
| | | public string? FNumber { get; set; } |
| | | public string FNumber { get; set; } |
| | | public string? FName { get; set; } |
| | | public string? FUnitGroupId { get; set; } |
| | | public string? ConvertDenominator { get; set; } |