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.
15 lines
313 B
Java
15 lines
313 B
Java
package com.api.attendance.summary;
|
|
|
|
import com.engine.attendance.workflow.web.AttendanceSummaryApi;
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
/**
|
|
* @Author: sy
|
|
* @Description: 出勤汇总相关api
|
|
* @Date: 2024/3/26
|
|
**/
|
|
@Path("/attendance/summary")
|
|
public class AttendanceSummaryActionApi extends AttendanceSummaryApi {
|
|
}
|