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.
weaver-develop/src/com/api/qdhx/web/HrmSalaryDiffReportActionAp...

16 lines
303 B
Java

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