|
|
@@ -124,6 +124,8 @@ public class OrderQueryVo {
|
|
|
private String attachStartDateStr;
|
|
|
@ApiModelProperty(value = "起保结束时间")
|
|
|
private String attachEndDateStr;
|
|
|
+ @ApiModelProperty(value = "机构来源")
|
|
|
+ private String managementSource;
|
|
|
|
|
|
|
|
|
public LocalDate getEndDatePlusOneDay() {
|