2026-08-10 a378f38df1785cbc8c9f1d55ace6a37952d2f65b
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 等数据库,可不写。