StandardPda/MES.Service/Dto/webApi/ErpItemType.cs
@@ -7,5 +7,8 @@ public string? FParentId { get; set; } public string? FNumber { get; set; } public string? FName { get; set; } public string? FDescription { get; set; } public string? Unit { get; set; } public string? FForbidStatus { get; set; } public string? IqcType { get; set; } public List<ErpDetail>? FUseOrgId { get; set; } //下发组织 }