fix(price-publish): 新增 unit 字段
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user