|
|
@ -1740,7 +1740,8 @@ public class WmsEnumUtil {
|
|
|
|
|
|
|
|
|
|
|
|
INTERACTIVE_ACTION(10, "交互动作"),
|
|
|
|
INTERACTIVE_ACTION(10, "交互动作"),
|
|
|
|
BACKSTAGE_ACTION(20, "后台动作"),
|
|
|
|
BACKSTAGE_ACTION(20, "后台动作"),
|
|
|
|
SUBMIT_ACTION(30, "提交动作");
|
|
|
|
SUBMIT_ACTION(30, "提交动作"),
|
|
|
|
|
|
|
|
SELECT_ACTION(40, "选择动作");
|
|
|
|
|
|
|
|
|
|
|
|
private int value;
|
|
|
|
private int value;
|
|
|
|
private String description;
|
|
|
|
private String description;
|
|
|
|