zhangzengfei
2023-08-17 dc40143800edd914d0f721b06f90c8b4d307b979
kingdee/bom.go
@@ -24,6 +24,7 @@
   FAudDate         string  `gorm:"column:FAudDate" json:"FAudDate"`                 // 更新时间
   FPDMImportDate   string  `gorm:"column:FPDMImportDate" json:"FPDMImportDate"`     // 导入时间
   FStatus          int     `gorm:"column:FStatus" json:"FStatus"`                   // 状态
   Component        []ICBomChild `json:"Component"`                                       // BOM组件
}
func BomList(fData bool) []ICBom {