合并代码

This commit is contained in:
2025-09-05 17:43:45 +08:00
parent 07ffe495a7
commit 98eb02a007
80 changed files with 3478 additions and 643 deletions

View File

@ -0,0 +1,17 @@
package com.mosty.yjzl.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mosty.base.model.entity.yjzl.zddw.TbZdxlFgxlrw;
import org.apache.ibatis.annotations.Mapper;
/**
* @author zhangzhao
* @description 指导巡逻方格巡逻任务表Mapper
* @modifier zhangzhao
* @modifiedTime 2025/05/10 22:04
* @since 2025/05/10 22:04
*/
@Mapper
public interface TbZdxlFgxlrwMapper extends BaseMapper<TbZdxlFgxlrw> {
}