Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

谢明辉 / VVAS-Match

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • matchPerson
  • ..
  • enumeration
  • CommandEnum.java
  • 朱海's avatar
    Revert "[chg]增加店员库操作相关接口" · 4192ba8c ...
    This reverts commit 1d9180de.
    朱海 committed Aug 28, 2024
    4192ba8c Browse Files
CommandEnum.java 279 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.viontech.match.enumeration;

/**
 * .
 *
 * @author 谢明辉
 * @version 0.0.1
 */
public enum CommandEnum {
    /** 命令 */
    AddPersonPool,
    DelPersonPool,
    ModifyPersonPool,
    QueryPersonPool,
    MatchPerson,
    UpdatePerson,
    CountMatchPerson
}