8 天以前 e2729587d4a8b9c2e3e2c4dd50a25adedb337e98
yudao-module-mall/yudao-module-promotion/src/main/java/cn/iocoder/yudao/module/promotion/dal/dataobject/coupon/CouponTemplateDO.java
@@ -22,7 +22,7 @@
 *
 * 当用户领取时,会生成 {@link CouponDO} 优惠劵
 *
 * @author 芋道源码
 * @author 超级管理员
 */
@TableName(value = "promotion_coupon_template", autoResultMap = true)
@KeySequence("promotion_coupon_template_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。