Commit 7205bba3 by guojuxing

好办应用和好办小程序code调整

parent e372be43
...@@ -9,8 +9,8 @@ package com.gic.auth.constant; ...@@ -9,8 +9,8 @@ package com.gic.auth.constant;
public enum MenuPlatformTypeEnum { public enum MenuPlatformTypeEnum {
GIC(0, "gic"), GIC(0, "gic"),
HAOBAN_PC(1, "好办后台"), HAOBAN_PC(1, "好办后台"),
HAOBAN_APPLET(2, "好办小程序"), HAOBAN_APPLET(3, "好办小程序"),
HAOBAN_APP(3, "好办应用"), HAOBAN_APP(2, "好办应用"),
HAOBAN_APPLET_APP(4, "好办小程序应用"); HAOBAN_APPLET_APP(4, "好办小程序应用");
private Integer code; private Integer code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment