Lius
3 天以前 57945f688fd21076e36ab5332028c8b4a6dcf59c
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EamEquipmentFluid.java
@@ -54,6 +54,20 @@
   @Excel(name = "油液ID", width = 15)
    @ApiModelProperty(value = "油液ID")
    private String fluidId;
    /**使用数量*/
    @Excel(name = "使用数量", width = 15)
    @ApiModelProperty(value = "使用数量")
    private Integer usageQuantity;
    /**加入部位*/
    @Excel(name = "加入部位", width = 15)
    @ApiModelProperty(value = "加入部位")
    private String additionSite;
    /**时间*/
    @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @Excel(name = "时间", width = 15)
    @ApiModelProperty(value = "时间")
    private Date oilTime;
    /**油液编码*/
    @TableField(exist = false)
    private String fluidCode;