|
@@ -1,6 +1,7 @@
|
|
|
package com.xy.controller;
|
|
|
|
|
|
import cn.hutool.core.collection.CollUtil;
|
|
|
+import com.xy.annotate.RestMappingController;
|
|
|
import com.xy.dto.DeviceSimChargeDto;
|
|
|
import com.xy.dto.DeviceSimDto;
|
|
|
import com.xy.service.DeviceSimChargeServiceImpl;
|
|
@@ -19,6 +20,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
@Service
|
|
|
@AllArgsConstructor
|
|
|
@Api(tags = "小程序-设备流量卡充值表")
|
|
|
+@RestMappingController("merc-mini/deviceSimCharge")
|
|
|
public class DeviceSimChargeController {
|
|
|
|
|
|
private DeviceSimChargeServiceImpl deviceSimChargeService;
|