jiangping
2023-09-15 04d88ef5d6e9f4814ad16f51f1550bd5be7c6fe6
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> {
 
}