jiangping
2025-07-02 ec7cc88fca8de4b3c56f8ebee074fb7ce71ebf1e
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.Information;
 
/**
 * @author 江蹄蹄
 * @since 2025/06/18 09:30
 */
public interface InformationMapper extends BaseMapper<Information> {
 
}