fix: 新增字段
This commit is contained in:
@@ -159,6 +159,15 @@ public class PriceResult extends Model<PriceResult> {
|
||||
private Float weightNetwork;
|
||||
private Float weightSurvey;
|
||||
|
||||
@ApiModelProperty("规格")
|
||||
@TableField("SPEC")
|
||||
private String spec;
|
||||
|
||||
@ApiModelProperty("单位")
|
||||
@TableField("UNIT")
|
||||
private String unit;
|
||||
|
||||
|
||||
@Override
|
||||
public Serializable pkVal() {
|
||||
return this.id;
|
||||
|
Reference in New Issue
Block a user