自动生成配置文件和mapper xml

newBigdata
xiaoCJ 1 year ago
parent 51b3430912
commit a1a0ac2f44

@ -16,6 +16,7 @@ public interface StuUserMapper {
int deleteByPrimaryKey(String classId);
int insert(StuUser record);
int insertSelective(StuUser record);
List<StuUser> selectByExample(StuUserExample example);

Loading…
Cancel
Save