|
|
|
@ -37,10 +37,12 @@ public class ButtonDynamicModel {
|
|
|
|
|
private String paramValue;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ButtonDynamicModel(Long id, String buttonCode, String buttonName) {
|
|
|
|
|
public ButtonDynamicModel(Long id, String buttonCode, String buttonName, String windowNo, String windowModuleBack) {
|
|
|
|
|
this.id = id;
|
|
|
|
|
this.buttonCode = buttonCode;
|
|
|
|
|
this.buttonName = buttonName;
|
|
|
|
|
this.windowNo = windowNo;
|
|
|
|
|
this.windowModuleBack = windowModuleBack;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|