jiaosong
2023-09-14 e3b9c572368526e925a5266f7b8a2848f4d431cd
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.Company;
 
/**
 * @author AA
 * @since 2023/09/08 10:27
 */
public interface CompanyMapper extends BaseMapper<Company> {
 
}