Sign in

周鸿 / exam · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • exam
  • ..
  • constant
  • HttpConstant.java
  • 提交在线考试代码
    e0678c2b
    pengcheng authored
    2022-04-26 16:23:34 +0800  
    Browse Code »
HttpConstant.java 166 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
package com.huaheng.common.constant;
/**
 * @author
 */
public class HttpConstant {

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