xiangpei
2024-09-17 a5249103ab0fb44afe898a7be309412e7cfb1906
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;        // 有东西
}