Blame view

src/main/java/com/huaheng/common/constant/HttpConstant.java 148 Bytes
游杰 authored
1
2
3
4
5
6
7
package com.huaheng.common.constant;

public class HttpConstant {

    public static final int OK = 200;
    public static final int ERROR = 400;
}