jiangping
2025-06-17 78a173f85f8a4666d83cf8d900f04dd9f8e3e127
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.business.model.UnionApply;
 
/**
 * @author 江蹄蹄
 * @date 2024/03/12 11:34
 */
public interface UnionApplyMapper extends BaseMapper<UnionApply> {
 
}