업무 컨트롤러 추가
parent
c0063e311e
commit
87991dbd23
@ -0,0 +1,10 @@
|
||||
package cokr.xit.fims.task.web;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
@Controller
|
||||
public class DvsController {
|
||||
|
||||
public static final String CLASS_URL = "/DVS";
|
||||
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
package cokr.xit.fims.task.web;
|
||||
|
||||
import org.springframework.stereotype.Controller;
|
||||
|
||||
@Controller
|
||||
public class PesController {
|
||||
|
||||
public static final String CLASS_URL = "/PES";
|
||||
|
||||
}
|
Loading…
Reference in New Issue