|
|
|
@ -0,0 +1,17 @@ |
|
|
|
package com.xujie.sys.modules.srm.controller; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
import com.xujie.sys.common.utils.R; |
|
|
|
import com.xujie.sys.modules.project.entity.Project; |
|
|
|
import com.xujie.sys.modules.project.service.ProjectService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
|
|
|
|
@RestController |
|
|
|
@RequestMapping("/srm") |
|
|
|
public class SrmController { |
|
|
|
|
|
|
|
|
|
|
|
} |