#
vincentlu
2025-01-14 36a008f9860641eb0d91adda33f868198701ef3a
1
2
3
4
5
6
7
8
9
package com.zy.acs.gateway.constant;
 
public enum DirectionType {
 
    DOWN,
    UP,
    ;
 
}