📄 imagerepositorytype.java
字号:
package cn.myapps.core.image.repository.ejb;
public class ImageRepositoryType {
/**
* 打开Form之前执行脚本 当返回值非空时打开失败
*/
public static String beforopenscript;
/**
* 打开Form之后执行脚本
*/
public static String afteropenscript;
/**
* 保存Form之前执行脚本 当返回值非空时保存失败
*/
public static String beforsavescript;
/**
* 保存Form之后执行脚本
*/
public static String aftersavescript;
/**
* 退出时执行脚本 当返回值非空时退出失败
*/
public static String onexitscript;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -