Morris Benun has worked in the business world since 1989, when they co-founded Isaac Morris Ltd. Morris later co-founded CultureFly LLC in 2015, where they served as Co-Founder and was responsible for www.culturefly.com.
package com.example.demo.dao;
import com.example.demo.entity.SysUser;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface SysUserMapper {
int deleteByPrimaryKey(Long id);
int insert(SysUser record);
int insertSelective(SysUser record);
SysUser selectByPrimaryKey(Long id);
int updateByPrimaryKeySelective(SysUser record);
int updateByPrimaryKey(SysUser record);
List<SysUser> selectAll();
}
Sign up to view 0 direct reports
Get started