新增规格逻辑修改,新增激活码到期时间,激活码时间校验

This commit is contained in:
liuyingfang
2024-03-07 09:00:14 +08:00
parent 45d9319811
commit 55ca50ad1b
8 changed files with 27 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ public class TbProduct implements Serializable {
@Column(name = "`unit_id`")
@ApiModelProperty(value = "单位Id")
private String unitId;
private Integer unitId;
@Column(name = "`cover_img`")
@ApiModelProperty(value = "商品封面图")