Commit db69fe2a by huluobin

# update

parent 1c5ad488
...@@ -6,7 +6,6 @@ import com.blt.other.module.cost.dto.request.*; ...@@ -6,7 +6,6 @@ import com.blt.other.module.cost.dto.request.*;
import com.blt.other.module.cost.dto.response.CostTypeResult; import com.blt.other.module.cost.dto.response.CostTypeResult;
import com.blt.other.module.cost.dto.response.GetLogisticsBankResp; import com.blt.other.module.cost.dto.response.GetLogisticsBankResp;
import com.blt.other.module.cost.dto.response.GetLogisticsCodeResp; import com.blt.other.module.cost.dto.response.GetLogisticsCodeResp;
import com.blt.other.module.cost.service.CostTypeKindService;
import com.blt.other.module.cost.service.CostTypeService; import com.blt.other.module.cost.service.CostTypeService;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
...@@ -22,8 +21,7 @@ import java.io.IOException; ...@@ -22,8 +21,7 @@ import java.io.IOException;
@RestController @RestController
@RequestMapping("/cost/type") @RequestMapping("/cost/type")
public class CostTypeController { public class CostTypeController {
@Resource
private CostTypeKindService costTypeKindService;
@Resource @Resource
private CostTypeService costTypeService; private CostTypeService costTypeService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment