|
|
@ -116,4 +116,13 @@ public class DailyReportAppVo { |
|
|
|
|
|
|
|
|
|
|
|
private List<DailyReportVo> dailyReportVoList = new ArrayList<>(); |
|
|
|
|
|
|
|
/* @ApiModelProperty("移动端需要的固定参数") |
|
|
|
private boolean rightBtn1; |
|
|
|
private String rightBtnText1; |
|
|
|
private String rightBtnText2; |
|
|
|
private String rightBtnText3; |
|
|
|
private boolean rightBtn2; |
|
|
|
private boolean rightBtn3;*/ |
|
|
|
|
|
|
|
} |
|
|
|