Merge remote-tracking branch 'origin/master-prod-new' into master-prod-new
| | |
| | | package com.hz.his.dto.user; |
| | | |
| | | import com.gitee.sunchenbin.mybatis.actable.annotation.Column; |
| | | import com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant; |
| | | import com.hz.his.dto.PageDto; |
| | | import lombok.Data; |
| | | |
| | |
| | | private Integer isHaveShop; |
| | | /**是否有顾问*/ |
| | | private Integer isHaveCorp; |
| | | /*开单平台,来源应用appId*/ |
| | | private String appId; |
| | | } |
| | |
| | | Result nextLevel(@RequestBody UserDto userDto); |
| | | |
| | | /** |
| | | * 查询用户会员等级下一级 |
| | | * 查询累计返佣 |
| | | * */ |
| | | @PostMapping(value = "/user/query/rebate") |
| | | Result queryRebate(@RequestBody UserDto userDto); |
| | | |
| | | /** |
| | | * 查询用户首天消费累计 |
| | | * */ |
| | | @PostMapping(value = "/user/first/day/consumption") |
| | | Result firstDayConsumption(@RequestBody UserDto userDto); |
| | | } |