|
|
@@ -65,20 +65,6 @@ public class WxRentContractController extends WxContractBaseController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
WxMallFloorService floorService; |
|
|
WxMallFloorService floorService; |
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 押金类型 |
|
|
|
|
|
* @return |
|
|
|
|
|
*/ |
|
|
|
|
|
@GetMapping("depositType") |
|
|
|
|
|
public ResultData billTypes() { |
|
|
|
|
|
WxRentContractDepositType dt = new WxRentContractDepositType(); |
|
|
|
|
|
dt.updateTenantInfo(getTenantInfo()); |
|
|
|
|
|
dt.setIsDel(EnumYesOrNo.NO.getCode()); |
|
|
|
|
|
List<WxRentContractDepositType> types = wxRentContractService.findDepositTypes(dt); |
|
|
|
|
|
return new ResultData(types); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("/list") |
|
|
@GetMapping("/list") |
|
|
@ApiImplicitParams({ |
|
|
@ApiImplicitParams({ |
|
|
@ApiImplicitParam(name = "pageNum", value = "页数", dataType = "int", paramType = "query", required = true), |
|
|
@ApiImplicitParam(name = "pageNum", value = "页数", dataType = "int", paramType = "query", required = true), |
|
|
|