huminmin
8 天以前 71b15a5c69dcc421bad71d558e191e12cb7bae3e
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/dal/dataobject/md/item/MesMdProductSopDO.java
@@ -9,7 +9,7 @@
/**
 * MES 产品SOP DO
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@TableName("mes_md_product_sop")
@KeySequence("mes_md_product_sop_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。