|
@@ -9,6 +9,7 @@ import com.xy.utils.R;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.Api;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
import lombok.AllArgsConstructor;
|
|
import lombok.AllArgsConstructor;
|
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.validation.annotation.Validated;
|
|
import org.springframework.validation.annotation.Validated;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
@@ -27,8 +28,8 @@ import java.util.List;
|
|
* @since 2023-04-14
|
|
* @since 2023-04-14
|
|
*/
|
|
*/
|
|
@Service
|
|
@Service
|
|
-@AllArgsConstructor
|
|
|
|
@Api(tags = "设备计费表")
|
|
@Api(tags = "设备计费表")
|
|
|
|
+@AllArgsConstructor(onConstructor_ = @Lazy)
|
|
public class DeviceChargingServiceImpl extends ServiceImpl<DeviceChargingMapper, DeviceCharging> implements DeviceChargingService {
|
|
public class DeviceChargingServiceImpl extends ServiceImpl<DeviceChargingMapper, DeviceCharging> implements DeviceChargingService {
|
|
|
|
|
|
private DeviceChargingJob deviceChargingJob;
|
|
private DeviceChargingJob deviceChargingJob;
|