huminmin
6 天以前 5bbf6b97525dd92c81fe91447953e7819f8a4e18
yudao-module-mall/yudao-module-product/src/main/java/cn/iocoder/yudao/module/product/dal/dataobject/comment/ProductCommentDO.java
@@ -16,7 +16,7 @@
/**
 * 商品评论 DO
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@TableName(value = "product_comment", autoResultMap = true)
@KeySequence("product_comment_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。