cuilei
2025-06-11 cd00884c3db8fa6808b3b5949ab1a2b1459d6bdc
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/ParaHoleTools.java
@@ -215,21 +215,21 @@
   /**创建人*/
   @Excel(name = "创建人", width = 15)
    @ApiModelProperty(value = "创建人")
    private String createdBy;
    private String createBy;
   /**创建时间*/
   @Excel(name = "创建时间", width = 15, format = "yyyy-MM-dd HH:mm")
   @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm")
    @ApiModelProperty(value = "创建时间")
    private Date createdTime;
    private Date createTime;
   /**更新人*/
   @Excel(name = "更新人", width = 15)
    @ApiModelProperty(value = "更新人")
    private String updatedBy;
    private String updateBy;
   /**更新时间*/
   @Excel(name = "更新时间", width = 15, format = "yyyy-MM-dd HH:mm")
   @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm")
    @ApiModelProperty(value = "更新时间")
    private Date updatedTime;
    private Date updateTime;
}