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

张云鹏 / uc-engine

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-service
  • ..
  • exception
  • GlobeExceptionCode.java
  • xianghan's avatar
    1.优化部分会员信息与会员属性逻辑 · c83b7a48
    c83b7a48 Browse Files
    xianghan authored 2022-03-11 09:49:59 +0800
GlobeExceptionCode.java 311 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.topdraw.exception;

/**
 * @author :
 * @description:
 * @function :
 * @date :Created in 2022/3/10 17:16
 * @version: :
 * @modified By:
 * @since : modified in 2022/3/10 17:16
 */
public interface GlobeExceptionCode {

    // 会员信息
    Integer MEMBER_CODE_IS_NULL = 000100001;

}