?? action.java
字號(hào):
package com.wxd.common.popedom.persistence.entity;
import com.wxd.common.popedom.persistence.entity.base.BaseAction;
public class Action extends BaseAction {
private static final long serialVersionUID = 1L;
/*[CONSTRUCTOR MARKER BEGIN]*/
public Action () {
super();
}
/**
* Constructor for primary key
*/
public Action (java.lang.Integer id) {
super(id);
}
/**
* Constructor for required fields
*/
public Action (
java.lang.Integer id,
com.wxd.common.popedom.persistence.entity.Module module,
java.lang.String actionId,
java.lang.String actionView,
java.lang.String actionPriority) {
super (
id,
module,
actionId,
actionView,
actionPriority);
}
/*[CONSTRUCTOR MARKER END]*/
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -