|
|
@ -7,11 +7,11 @@ import error.GExcptSQL;
|
|
|
|
|
|
|
|
|
|
|
|
public abstract class Process {
|
|
|
|
public abstract class Process {
|
|
|
|
|
|
|
|
|
|
|
|
private String permission;
|
|
|
|
private String permission;//权限
|
|
|
|
private Operation operation;
|
|
|
|
private Operation operation;//操作
|
|
|
|
private String buttonName;
|
|
|
|
private String buttonName;//按键
|
|
|
|
private String info;
|
|
|
|
private String info;//信息
|
|
|
|
private String processOptions;
|
|
|
|
private String processOptions;//进程操作
|
|
|
|
|
|
|
|
|
|
|
|
public Process(String permission, String operationName, String processOptions, String info) throws Exception {
|
|
|
|
public Process(String permission, String operationName, String processOptions, String info) throws Exception {
|
|
|
|
super();
|
|
|
|
super();
|
|
|
|