|
@ -85,7 +85,7 @@ public class ShopCoupon implements Serializable { |
|
|
private Integer tenantId; |
|
|
private Integer tenantId; |
|
|
|
|
|
|
|
|
@Schema(description = "创建时间") |
|
|
@Schema(description = "创建时间") |
|
|
private Data createTime; |
|
|
|
|
|
|
|
|
private Date createTime; |
|
|
|
|
|
|
|
|
@Schema(description = "修改时间") |
|
|
@Schema(description = "修改时间") |
|
|
private Date updateTime; |
|
|
private Date updateTime; |
|
|