自动化立体仓库 - WMS系统
野心家
2023-04-27 c327ae2c32c988c43d6881c9caf196e42bab3f8c
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.common.model.enums;
 
public enum IoWorkType {
 
    ALL_IN,
    PICK_IN,
    ALL_OUT,
    PICK_OUT,
    CHECK_OUT,
    ;
 
}