demo
This commit is contained in:
parent
54925dc51e
commit
d2ce25550e
|
|
@ -0,0 +1,7 @@
|
|||
package com.api.salary.web;
|
||||
|
||||
import javax.ws.rs.Path;
|
||||
|
||||
@Path("/bs/hrmsalary/demo")
|
||||
public class DemoController extends com.engine.salary.demo.DemoController{
|
||||
}
|
||||
Loading…
Reference in New Issue