gongchunyi
21 小时以前 ba1ebf33c31ad86c8650eac7014996a8cc0f20f4
src/main/java/com/ruoyi/production/pojo/ProductionProductMain.java
@@ -54,4 +54,16 @@
    @ApiModelProperty(value = "租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Long tenantId;
    @ApiModelProperty(value = "岗位人员")
    private String postName;
    @ApiModelProperty(value = "班次")
    private String schedule;
    @ApiModelProperty(value = "班次日期")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime reportingTime;
}