MB

Morris Benun

Co-Founder at CultureFly

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();

}

Links


Org chart

No direct reports

Timeline

  • Co-Founder

    October, 2015 - present