|
@@ -13,6 +13,8 @@
|
|
|
package vip.xiaonuo.biz.modular.couponrecord.entity;
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.*;
|
|
|
+import com.fhs.core.trans.anno.Trans;
|
|
|
+import com.fhs.core.trans.constant.TransType;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
@@ -98,4 +100,8 @@ public class BizCouponRecord extends CommonEntity {
|
|
|
|
|
|
private String couponId;
|
|
|
|
|
|
+ //蛋糕券类型
|
|
|
+ @Trans(type = TransType.DICTIONARY, key = "coupon_type")
|
|
|
+ private String couponType;
|
|
|
+
|
|
|
}
|