You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
303 B
Java
16 lines
303 B
Java
2 weeks ago
|
package com.api.qdhx.web;
|
||
|
|
||
|
import com.engine.qdhx.web.HrmSalaryDiffReportAction;
|
||
|
|
||
|
import javax.ws.rs.Path;
|
||
|
|
||
|
/**
|
||
|
* @Author weaver_cl
|
||
|
* @Description: TODO
|
||
|
* @Date 2022/2/16
|
||
|
* @Version V1.0
|
||
|
**/
|
||
|
@Path("/salarydiffreport")
|
||
|
public class HrmSalaryDiffReportActionApi extends HrmSalaryDiffReportAction {
|
||
|
}
|