|
@@ -562,6 +562,8 @@ export interface MaterialDetailItem {
|
|
mainItemCategoryId?: string;
|
|
mainItemCategoryId?: string;
|
|
/** 主物料分类名称 */
|
|
/** 主物料分类名称 */
|
|
mainItemCategoryName?: string;
|
|
mainItemCategoryName?: string;
|
|
|
|
+ /** 主物料分类编码 */
|
|
|
|
+ mainItemCategoryCode?: string;
|
|
/** 仓库ID */
|
|
/** 仓库ID */
|
|
warehouseId: string;
|
|
warehouseId: string;
|
|
/** 仓库名称 */
|
|
/** 仓库名称 */
|