lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/entity/MdcUnderLineQueue.java
@@ -22,7 +22,7 @@ @Data @EqualsAndHashCode(callSuper = false) @Accessors(chain = true) @TableName("mdcJc_UnderLine_Queue") @TableName("mdcJc_UnderLineQueue") @ApiModel(value = "自动线下线队列MES") public class MdcUnderLineQueue implements Serializable { @@ -51,5 +51,6 @@ @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") @ApiModelProperty(value = "创建日期") @TableField(value = "createTime") private Date createTime; }