校正因子添加能量字段
This commit is contained in:
parent
9a2cabb0c1
commit
b75a05ae14
|
|
@ -53,24 +53,32 @@ public class GardsCorrectionFactor implements Serializable {
|
|||
@TableField(value = "TOTAL_EFFICIENCY")
|
||||
private Double totalEfficiency;
|
||||
|
||||
/**
|
||||
* 能量
|
||||
*/
|
||||
@Excel(name = "能量", width = 20, height = 20, orderNum = "4")
|
||||
@TableField(value = "ENERGY")
|
||||
private Double energy;
|
||||
|
||||
|
||||
/**
|
||||
* 校正因子
|
||||
*/
|
||||
@Excel(name = "校正因子", width = 20, height = 20, orderNum = "4")
|
||||
@Excel(name = "校正因子", width = 20, height = 20, orderNum = "5")
|
||||
@TableField(value = "CORRECTION_FACTOR")
|
||||
private Double correctionFactor;
|
||||
|
||||
/**
|
||||
* 制造商
|
||||
*/
|
||||
@Excel(name = "制造商", width = 20, height = 20, orderNum = "5")
|
||||
@Excel(name = "制造商", width = 20, height = 20, orderNum = "6")
|
||||
@TableField(value = "MANUFACTURER")
|
||||
private String manufacturer;
|
||||
|
||||
/**
|
||||
* 型号
|
||||
*/
|
||||
@Excel(name = "型号", width = 20, height = 20, orderNum = "6")
|
||||
@Excel(name = "型号", width = 20, height = 20, orderNum = "7")
|
||||
@TableField(value = "MODEL")
|
||||
private String model;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user