fuliqi
2024-09-20 7f0ca1a93c9e47fdf27259fe7d8b28605e01fe82
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;        // 有东西
}