src/main/java/com/lunhan/water/host/controller/PaymentRecordsController.java
@@ -39,7 +39,7 @@ import com.lunhan.water.repository.vo.PaymentRecordsVO; /** * 9000.PaymentRecords * 9000.消费记录 * @author lin.liu * @order 9000 */ @@ -50,7 +50,7 @@ private PaymentRecordsService service; /** * 创建[null] * 创建[消费记录] * @author lin.liu */ @PostMapping(value = "create") @@ -71,7 +71,7 @@ } /** * 编辑[null] * 编辑[消费记录] * @author lin.liu */ @PostMapping(value = "modify") @@ -94,7 +94,7 @@ } /** * 获取[null] * 获取[消费记录] * @author lin.liu */ @GetMapping(value = "get/{id}") @@ -103,7 +103,7 @@ } /** * 查询[null] * 查询[消费记录] * @author lin.liu */ @PostMapping(value = "search")