jiangping
2024-12-23 f3ce3a1f136f359ae872a223aada9e0d23afa9a0
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business;
 
import com.doumee.dao.business.model.YwFloor;
import com.github.yulichang.base.MPJBaseMapper;
 
/**
 * @author 江蹄蹄
 * @date 2024/11/20 15:03
 */
public interface YwFloorMapper extends MPJBaseMapper<YwFloor> {
 
}