This commit is contained in:
钱涛 2022-03-21 09:34:30 +08:00
parent 54925dc51e
commit d2ce25550e
1 changed files with 7 additions and 0 deletions

View File

@ -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{
}