快乐的昕的电脑
2025-11-28 f44e51ecb4e3206a962493df7450b5dc3375b159
Dto/ErpKc.cs
@@ -14,4 +14,15 @@
        public string? FSTOREURNUM { get; set; }
        public string? FStockOrgId { get; set; }
    }
    public class ErpBom
    {
        public string? FITEMPPROPERTY { get; set; }
        public string? FMATERIALID { get; set; }
        public string? FITEMNAME { get; set; }
        public string? FENTRYID { get; set; }
        public string? FCHILDITEMNAME { get; set; }
        public string? FNUMERATOR { get; set; }
        public string? FDENOMINATOR { get; set; }
    }
}