111
啊鑫
2025-02-14 3271d09e9c1a4dd1280ae27b9d0e8f6e6b1104c0
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; } //下发组织
}