Commit db69fe2a by huluobin

# update

parent 1c5ad488
......@@ -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.GetLogisticsBankResp;
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 io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
......@@ -22,8 +21,7 @@ import java.io.IOException;
@RestController
@RequestMapping("/cost/type")
public class CostTypeController {
@Resource
private CostTypeKindService costTypeKindService;
@Resource
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