USERSMapper.java
376 字节
package com.sunyo.energy.location.dao;
import com.sunyo.energy.location.model.USERS;
public interface USERSMapper {
int deleteByPrimaryKey(Integer userId);
int insert(USERS record);
int insertSelective(USERS record);
USERS selectByPrimaryKey(Integer userId);
int updateByPrimaryKeySelective(USERS record);
int updateByPrimaryKey(USERS record);
}