添加字段
This commit is contained in:
parent
4585faf518
commit
3edbdfbecb
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue