UserDoMapper生成只有两个函数没有selectbyPrimaryKey
public interface UserDoMapper {
int insert(UserDo record);
int insertSelective(UserDo record);
}public interface UserDoMapper {
int insert(UserDo record);
int insertSelective(UserDo record);
}2019-02-20
举报