jiangping
2024-10-22 2d528d024b179b6b06d1d2702e72f6caa5f67149
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> {
 
}