maven
5 天以前 64110900bebdf35dc1ecb0a0169c2e40276bf2d9
src/main/java/com/ruoyi/staff/controller/StaffContractController.java
@@ -5,7 +5,9 @@
import com.ruoyi.staff.pojo.StaffContract;
import com.ruoyi.staff.service.StaffContractService;
import io.swagger.annotations.Api;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;