啊鑫
6 分钟以前 8a53164b2ff75612596a7c65eda284b5a03e01f1
StandardPda/MES.Service/Dto/webApi/ErpCustomer.cs
@@ -13,12 +13,5 @@
    public string? State { get; set; }
    public string? FForbidStatus { get; set; }
    public  List<ErpDetail>? ErpDetails { get; set; }
}
public class ErpDetail
{
    public string? FUseOrgId { get; set; }
    public List<ErpDetail>? ErpDetails { get; set; }
}