doum
2 天以前 341b02e3f63ceb8e9a96ab8c87451882bb7dbd17
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.JkCabinet;
 
/**
 * @author 江蹄蹄
 * @date 2025/09/28 09:01
 */
public interface JkCabinetMapper extends BaseMapper<JkCabinet> {
 
}