MCPcopy Create free account
hub / github.com/EthanWang-cn/JavaWeb_Mall / Constants

Class Constants

src/main/java/smbms/tools/Constants.java:6–14  ·  view source on GitHub ↗

自定义的Constants存放常量,方便前端jsp页面调用

Source from the content-addressed store, hash-verified

4 * 自定义的Constants存放常量,方便前端jsp页面调用
5 * */
6public class Constants {
7
8 public final static String USER_SESSION = "userSession";
9 public final static String ERROR = "error";
10 public final static String ALLUSERMESSAGE = "allUserMessage";
11 public final static String GOODSSLISt = "goodslist";
12 public final static String GOODSINFO = "goodsinfo";
13 public final static String CARTGOODS = "cartgoods";
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected