Sign in

wms / wms_zhuhaisanyi · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_zhuhaisanyi
  • ..
  • constant
  • HttpConstant.java
  • 修复定位问题 ...
    7f09d06f
    优化代码
    游杰 authored
    2021-07-27 16:35:00 +0800  
    Browse Code »
HttpConstant.java 148 Bytes
Edit Raw Blame History Permalink
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;
}