doum
2026-04-03 c37ea09c23b76f2da7f075292ff273a5fb579935
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/YwPatrolLineMapper.java
@@ -1,12 +1,12 @@
package com.doumee.dao.business;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.doumee.dao.business.model.YwPatrolLine;
/**
 * @author 江蹄蹄
 * @date 2024/11/19 16:07
 */
public interface YwPatrolLineMapper extends BaseMapper<YwPatrolLine> {
public interface YwPatrolLineMapper extends MPJBaseMapper<YwPatrolLine> {
}