zjh
2025-03-28 e8740ff335d406b21ba7724714e1d7e951170daa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ltkj.hosp.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ltkj.hosp.sqlDomain.Aws;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * ClassName: AwsMapper <br/>
 * Description: <br/>
 * date: 2025/2/5 17:56<br/>
 *
 * @author zjh<br />
 */
@Mapper
public interface AwsMapper extends BaseMapper<Aws> {
}