mes-processes/mes-plcSend/src/main/java/com/mes/device/entity/GlassInfo.java
@@ -61,6 +61,10 @@
    @TableField("description")
    private String description;
    @ApiModelProperty(value = "产线编号")
    @TableField("work_line")
    private Integer workLine;
    @ApiModelProperty(value = "创建时间")
    @TableField(value = "created_time", fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")