system.service.sys.SysTaskDetailService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of task Show documentation
Show all versions of task Show documentation
jishi series products task on java
The newest version!
package system.service.sys;
import framework.base.BaseService;
import system.entity.SysTaskDetail;
public interface SysTaskDetailService extends BaseService {
}