Merge branch 'master-jiayan' into master-jiayan-test
| | |
| | | Result updateProject(@RequestBody AppointmentVisitVo appointmentVisitVo); |
| | | |
| | | /** |
| | | * 门店升级VIP(含当日准会员升级) |
| | | * 门店升级VIP(含当日准会升级) |
| | | */ |
| | | @PostMapping("/report/appointment/level/upgrade") |
| | | Result levelUpgrade(@RequestBody AppointmentVisitVo appointmentVisitVo); |
| | | |
| | | /** |
| | | * 升级VIP(含当日准会员升级) |
| | | * 升级VIP(含当日准会升级) |
| | | */ |
| | | @PostMapping("/report/appointment/up/level") |
| | | Result upLevel(@RequestBody AppointmentVisitVo appointmentVisitVo); |
| | |
| | | private String hisNo; |
| | | /**用户会员等级id*/ |
| | | private String memberLevelId; |
| | | /**是否vip*/ |
| | | private Integer isVip = 0; |
| | | /**用户会员等级名称*/ |
| | | private String memberName; |
| | | /**用户会员等级图标*/ |