- package cn.com.lzt.overtimestats.service;
- import org.jeecgframework.core.common.service.CommonService;
- import java.io.Serializable;
- public interface OvertimeStatsServiceI extends CommonService{
- void overtimeStatsTaskData();
- void overtimeStatsTaskData(String attmonth);
-
-
-
- }
|