zhaowenxuan
2025-06-12 5c1bf2cc4e987b07dea1e8e07a51b3a230785d1d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ltkj.hosp.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ltkj.hosp.sqlDomain.Aws;
 
/**
 * ClassName: AwsService <br/>
 * Description: <br/>
 * date: 2025/2/5 17:56<br/>
 *
 * @author zjh<br />
 */
 
public interface AwsService extends IService<Aws> {
}