yangys
2024-05-19 9e5da8899bc21bb5b6b0a3c267108caa00199291
smart-man-boot/src/main/java/com/qianwen/smartman/modules/cps/entity/ProductionCalendar.java
@@ -8,7 +8,6 @@
@ApiModel(value = "生产日历基础信息entity", description = "生产日历基础信息entity")
@TableName("blade_production_calendar")
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/ProductionCalendar.class */
public class ProductionCalendar extends BaseEntity {
    private static final long serialVersionUID = -899603875425492916L;
    @TableField("code")
@@ -27,7 +26,7 @@
    @ApiModelProperty("租户id")
    private String tenantId;
    /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/ProductionCalendar$ProductionCalendarBuilder.class */
    public static class ProductionCalendarBuilder {
        private String code;
        private String name;