2026-08-10 a378f38df1785cbc8c9f1d55ace6a37952d2f65b
yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/dal/dataobject/category/MdmItemCategoryDO.java
@@ -9,7 +9,7 @@
/**
 * MDM 物料分类 DO
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@TableName("mdm_item_category")
@KeySequence("mdm_item_category_seq")
@@ -53,6 +53,11 @@
    private Integer itemType;
    /**
     * 物料/产品标识(兼容MES: ITEM/PRODUCT)
     */
    private String itemOrProduct;
    /**
     * 排序
     */
    private Integer sort;