You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.bs.cm.mapper;
|
|
|
|
import com.bs.common.mybatis.mapper.BaseMapperX;
|
|
import com.bs.cm.domain.CmAttach;
|
|
|
|
/**
|
|
* 附近信息Mapper接口
|
|
*
|
|
* @author bs
|
|
* @date 2025-03-04
|
|
*/
|
|
public interface CmAttachMapper extends BaseMapperX<CmAttach> {
|
|
|
|
}
|