| | |
| | | |
| | | @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) |
| | |
| | | @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; |