啊鑫
2025-04-14 2a5ca0e2e98e2556bd218cade91975830e55b781
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; } //下发组织
}