fix: 新增字段
This commit is contained in:
@@ -159,6 +159,15 @@ public class PriceResult extends Model<PriceResult> {
|
|||||||
private Float weightNetwork;
|
private Float weightNetwork;
|
||||||
private Float weightSurvey;
|
private Float weightSurvey;
|
||||||
|
|
||||||
|
@ApiModelProperty("规格")
|
||||||
|
@TableField("SPEC")
|
||||||
|
private String spec;
|
||||||
|
|
||||||
|
@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