Commit 0e259f5c authored by lisong's avatar lisong

更新

parent 95041a30
package com.yeejoin.amos.boot.module.tcm.biz.controller;
import com.yeejoin.amos.boot.biz.common.controller.BaseController;
import com.yeejoin.amos.boot.module.tcm.api.service.ITzsTwoStaffingService;
import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
......@@ -10,5 +12,7 @@ import org.springframework.web.bind.annotation.RestController;
@RequestMapping(value = "/twoStaff")
public class TzsTwoStaffingController extends BaseController {
@Autowired
private ITzsTwoStaffingService tzsTwoStaffingService;
}
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