|
@@ -25,5 +25,9 @@ public class TmsStudentInfoTempDTO implements Serializable {
|
|
|
@ApiModelProperty(value = "地区编号",required = true)
|
|
|
private String city;
|
|
|
|
|
|
+ @ApiModelProperty(value = "开始时间")
|
|
|
+ private String startDate;
|
|
|
|
|
|
+ @ApiModelProperty(value = "结束时间")
|
|
|
+ private String endDate;
|
|
|
}
|