📄 interfaceofvet_specialties.java~1~
字号:
/*该接口用于定义医生对应类别的操作*/
package com.richard.dao;
import com.richard.dto.*;
public interface InterfaceOfVet_specialties {
void vet_specialtiesAdd(Vet_specialties);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -