yangys
2024-05-18 13304af2facdc0e9d8df197c0cf5ed51c94ffc8f
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/entity/ProductionCalendarDay.java
@@ -16,7 +16,6 @@
@ApiModel(value = "班次日entity", description = "班次日entity")
@TableName("blade_production_calendar_day")
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/ProductionCalendarDay.class */
public class ProductionCalendarDay implements Serializable {
    private static final long serialVersionUID = 6935830020987594867L;
    @JsonSerialize(using = ToStringSerializer.class)
@@ -49,7 +48,7 @@
    @TableField(value = "is_deleted", fill = FieldFill.INSERT)
    private boolean isDeleted;
    /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/ProductionCalendarDay$ProductionCalendarDayBuilder.class */
    public static class ProductionCalendarDayBuilder {
        private Long id;
        private Long calendarId;