mitao
2025-02-21 31573d6180d15ef65ed0df9c2732495f40b12663
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.panzhihua.service_equipment.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.panzhihua.service_equipment.model.dos.UnionReport;
import org.apache.ibatis.annotations.Mapper;
/**
 * <p>
 * 户外劳工站上报表 Mapper 接口
 * </p>
 *
 * @author fengjin
 * @since 2023-08-24
 */
@Mapper
public interface UnionReportMapper extends BaseMapper<UnionReport> {
 
}