自动化立体仓库 - WCS系统
Junjie
2023-11-20 568508a66ed4d52ece846c72c36d48b938bf1123
1
2
3
4
5
6
7
8
9
10
package com.zy.common.model.enums;
 
public enum WrkChargeType {
 
    charge,
    demo,
    reset,
    ;
 
}