package com.api.kq.web;
import javax.ws.rs.Path;
/**
* 考勤报表明细
*/
@Path("/kq/report/detail/")
public class KQReportDetailAction extends com.engine.kq.web.KQReportDetailAction {
}