system.mapper.SysTaskJobMapper 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
package system.mapper;
import framework.base.BaseMapper;
import org.apache.ibatis.annotations.Param;
import system.entity.SysTaskJob;
import tk.mybatis.mapper.common.Mapper;
import java.util.List;
public interface SysTaskJobMapper extends Mapper, BaseMapper {
int updateByName(SysTaskJob param);
}