ll
liukangdong
2025-02-08 5243e9a144a7c2167efe9436592fb04c3f9f4e83
1
2
3
4
5
6
7
8
9
10
11
12
package com.doumee.dao.business;
 
import com.doumee.dao.business.model.YwBuilding;
import com.github.yulichang.base.MPJBaseMapper;
 
/**
 * @author 江蹄蹄
 * @date 2024/11/19 16:07
 */
public interface YwBuildingMapper extends MPJBaseMapper<YwBuilding> {
 
}