啊鑫
2025-04-23 28e95c7fbb12b038ca4c82a73260791cfd52c384
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; } //下发组织
}