📄 userlog1home.java~2~
字号:
package stockmanagementpro;import javax.ejb.*;import java.util.*;import java.sql.*;public interface UserLog1Home extends javax.ejb.EJBLocalHome { public UserLog1 create(Integer id, String programName, String operationContent, String userName, Timestamp operationDate) throws CreateException; public Collection findAll() throws FinderException; public UserLog1 findByPrimaryKey(Integer id) throws FinderException;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -