|
|
@ -43,6 +43,13 @@ public class ButtonDynamicModel {
|
|
|
|
this.buttonName = buttonName;
|
|
|
|
this.buttonName = buttonName;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ButtonDynamicModel(String buttonCode, String buttonName, String paramCode){
|
|
|
|
|
|
|
|
this.buttonCode = buttonCode;
|
|
|
|
|
|
|
|
this.buttonName = buttonName;
|
|
|
|
|
|
|
|
this.paramCode = paramCode;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public ButtonDynamicModel(Long id, String buttonCode, String windowNo, String windowModuleBack, String paramCode, String paramValue){
|
|
|
|
public ButtonDynamicModel(Long id, String buttonCode, String windowNo, String windowModuleBack, String paramCode, String paramValue){
|
|
|
|
this.id = id;
|
|
|
|
this.id = id;
|
|
|
|
this.buttonCode = buttonCode;
|
|
|
|
this.buttonCode = buttonCode;
|
|
|
|