|
|
@ -13,6 +13,7 @@ public interface StuUserMapper {
|
|
|
|
|
|
|
|
|
|
|
|
int deleteByExample(StuUserExample example);
|
|
|
|
int deleteByExample(StuUserExample example);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int deleteByPrimaryKey(String classId);
|
|
|
|
int deleteByPrimaryKey(String classId);
|
|
|
|
|
|
|
|
|
|
|
|
int insert(StuUser record);
|
|
|
|
int insert(StuUser record);
|
|
|
|