rk
8 小时以前 3b8100c9b5e00e627b33c25f80fedac98e00b7dd
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.CreationApply;
 
/**
 * @author 江蹄蹄
 * @date 2023/03/21 15:48
 */
public interface CreationApplyMapper extends BaseMapper<CreationApply> {
 
}