puzhibing
2023-08-04 c5cb162b5cbdb589e97290fba3ac3e9241ec48d4
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> {
}