|
@@ -126,13 +126,5 @@ public class AppSitePlace implements Serializable {
|
|
@Excel(name = "有效期;单位:天", width = 15)
|
|
@Excel(name = "有效期;单位:天", width = 15)
|
|
@Schema(description = "有效期;单位:天")
|
|
@Schema(description = "有效期;单位:天")
|
|
private Integer indate;
|
|
private Integer indate;
|
|
- /**非教学日*/
|
|
|
|
- @Excel(name = "非教学日", width = 15)
|
|
|
|
- @Schema(description = "非教学日")
|
|
|
|
- private Integer noTeachingDay;
|
|
|
|
- /**教学日*/
|
|
|
|
- @Excel(name = "教学日", width = 15)
|
|
|
|
- @Schema(description = "教学日")
|
|
|
|
- private Integer teachingDay;
|
|
|
|
|
|
|
|
}
|
|
}
|