fix(price-publish): 新增 unit 字段

This commit is contained in:
han0
2023-12-25 10:48:19 +08:00
parent 15b8f6ad9d
commit ecf7ad188d

View File

@@ -146,6 +146,10 @@ public class PricePublish extends Model<PricePublish> {
@TableField("TYPE") @TableField("TYPE")
private Integer type; private Integer type;
@ApiModelProperty("单位")
@TableField("UNIT")
private String unit;
@Override @Override
public Serializable pkVal() { public Serializable pkVal() {
return this.id; return this.id;