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.
15 lines
288 B
15 lines
288 B
4 months ago
|
package com.bs.ct.mapper;
|
||
|
|
||
|
import com.bs.common.mybatis.mapper.BaseMapperX;
|
||
|
import com.bs.ct.domain.CtGalleryCataShare;
|
||
|
|
||
|
/**
|
||
|
* 图库目录共享Mapper接口
|
||
|
*
|
||
|
* @author bs
|
||
|
* @date 2025-02-22
|
||
|
*/
|
||
|
public interface CtGalleryCataShareMapper extends BaseMapperX<CtGalleryCataShare> {
|
||
|
|
||
|
}
|