nidapeng
2024-04-01 18b05b40f7b62962e05250e6a07abca27b5adf67
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> {
 
}