liurunyu
2025-05-22 0ad8e58952b396bd689433a0b29e4a66f9bc0817
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoBa/BaUserMapper.java
@@ -1,7 +1,7 @@
package com.dy.pmsGlobal.daoBa;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pmsGlobal.pojoBa.BaUser;
import com.dy.pmsGlobal.pojoPlt.PltStation;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -31,6 +31,8 @@
    List<BaUser> selectSome(Map<String, Object> params) ;
    List<BaUser> selectAll();
    int insert(BaUser record);
    int insertSelective(BaUser record);