?? adminsuperaction.java
字號:
package com.yxq.actionSuper;
import com.yxq.model.AdminShowType;
import com.yxq.model.InfoSingle;
public class AdminSuperAction extends MySuperAction{
protected AdminShowType showType;
protected InfoSingle infoSingle;
public AdminSuperAction(){
showType=new AdminShowType();
infoSingle=new InfoSingle();
}
public AdminShowType getShowType() {
return showType;
}
public void setShowType(AdminShowType showType) {
this.showType = showType;
}
public InfoSingle getInfoSingle() {
return infoSingle;
}
public void setInfoSingle(InfoSingle infoSingle) {
this.infoSingle = infoSingle;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -