puzhibing
2023-02-11 ea719b0443b8ccbc6d17349796936664ff3261d0
1
2
3
4
5
6
7
package com.stylefeng.guns.modular.system.dao;
 
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.ReportLoss;
 
public interface ReportLossMapper extends BaseMapper<ReportLoss> {
}