2024-09-03 16:05:14 +08:00

14 lines
295 B
Go

package controller
// Api api接口
type Api struct {
Public // 公共方法
Article // 图文
Video // 视频
BaseAgreement // 基础数据-协议
User // 用户
UserVoteDay // 投票记录
System // 配置
BaseHospital // 基础数据-医院
}