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