Skip to content
  • This project
    • Loading...
  • Sign in

张云鹏 / uc-consumer

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • member-engine
  • ..
  • resttemplate
  • ResponseStatusConstant.java
  • xianghan's avatar
    1.同步master,优化任务处理过程 · ca54709d
    ca54709d Browse Files
    xianghan authored 2022-06-19 19:11:29 +0800
ResponseStatusConstant.java 278 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package com.topdraw.resttemplate;

/**
 * @author :
 * @description:
 * @function :
 * @date :Created in 2022/6/18 17:45
 * @version: :
 * @modified By:
 * @since : modified in 2022/6/18 17:45
 */
public interface ResponseStatusConstant {

    String OK = "00000";

}