puzhibing
2023-07-19 d85000e8f03740bd68523a36e108065a8168bd6a
1
2
3
4
5
6
7
8
9
10
11
package com.dsh.other.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dsh.other.entity.SiteLock;
 
/**
 * @author zhibing.pu
 * @Date 2023/7/18 14:43
 */
public interface SiteLockMapper extends BaseMapper<SiteLock> {
}