WageStatsServiceI.java 269 B

1234567891011121314
  1. package cn.com.lzt.wageStats.service;
  2. import org.jeecgframework.core.common.service.CommonService;
  3. import java.io.Serializable;
  4. public interface WageStatsServiceI extends CommonService{
  5. void wageStatsTaskData();
  6. void wageStatsTaskData(String attmonth);
  7. }