fix: 新增字段

This commit is contained in:
han0
2025-02-14 09:51:09 +08:00
parent 63001e2d82
commit 7185a57e51

View File

@@ -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;