Sign in

wms / hhwms · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hhwms
  • ..
  • domain
  • ContainerStatus.java
  • 合并信义源码
    29a1ab31
    mahuandong authored
    2020-01-09 15:16:52 +0800  
    Browse Code ยป
ContainerStatus.java 113 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
package com.huaheng.pc.config.container.domain;

public enum  ContainerStatus {
    empty,
    some,
    full;
}