Browse Source

销售车辆交付情况

master
dimengzhe 2 years ago
parent
commit
4cffd357b9
  1. 9
      anrui-reportcenter/anrui-reportcenter-api/src/main/java/com/yxt/anrui/reportcenter/api/dailyreport/DailyReportAppVo.java

9
anrui-reportcenter/anrui-reportcenter-api/src/main/java/com/yxt/anrui/reportcenter/api/dailyreport/DailyReportAppVo.java

@ -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;*/
}

Loading…
Cancel
Save