添加字段

This commit is contained in:
yangjun 2025-12-08 14:20:42 +08:00
parent 4585faf518
commit 3edbdfbecb
3 changed files with 9 additions and 9 deletions

View File

@ -93,32 +93,25 @@ public class QgdInfoEntity implements Serializable {
private String suppliers;
@TableField(exist = false)
private String unitPrice;
@TableField(exist = false)
private String materialUnits;
@TableField(exist = false)
private String oneUnit;
@TableField(exist = false)
private String oneUnitProportion;
@TableField(exist = false)
private String oneUnitPrice;
@TableField(exist = false)
private String twoUnit;
@TableField(exist = false)
private String twoUnitProportion;
@TableField(exist = false)
private String twoUnitPrice;
@TableField(exist = false)
private String multiUnitType;
private String threeUnitProportion;
private String threeUnitPrice;
}

View File

@ -159,5 +159,10 @@ public class QgdInfo implements Serializable {
@TableField(exist = false)
private String suppliers;
@TableField(exist = false)
private String threeUnitProportion;
@TableField(exist = false)
private String threeUnitPrice;
}

View File

@ -31,6 +31,8 @@
c.two_unit,
c.two_unit_proportion,
c.two_unit_price,
c.multi_unit_switch as three_unit_proportion,
c.reference_unit_price as three_unit_price,
c.multi_unit_type,
c.suppliers
FROM nu_invoicing_qgd_info a