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> {
|
}
|