xiangpei
2024-08-31 7a7acc33c5658643a54c42bfd6f70ed3881a3248
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ycl.api.DH.lib.enumeration;
 
/**
 * @author 291189
 * @version 1.0
 * @description
 * @date 2021/8/24 15:05
 */
public enum EM_HAS_HOLD {
    EM_HAS_HOLD_UNKNOWN,    // 未知
    EM_HAS_HOLD_NO,         // 无东西
    EM_HAS_HOLD_YES;        // 有东西
}