张天森
2022-11-17 7d98f48d82a5b2d0b4c42ea412fa160e41e3be9c
flower_city/src/main/java/com/dg/core/db/gen/mapper/GuideEvolveMapper.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dg.core.db.gen.entity.GuideEvolveEntity;
import org.springframework.data.repository.query.Param;
import java.util.List;
@@ -13,6 +14,12 @@
     * @return
     */
    public List<GuideEvolveEntity> selectConfigList(String guideId);
    /**
     * 查询记录列表(隐藏工单姓名)
     * @return
     */
    public List<GuideEvolveEntity>  selectHideList(String guideId);
    /**
     * 新增记录
@@ -47,4 +54,7 @@
     */
    int updateGuid();
}