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