whycq
2023-12-10 19f8d2d1b0c6e62cc1c12410576efa3dbf4f1c25
1
2
3
4
5
6
7
8
9
10
package com.zy.common.model.enums;
 
public enum WrkChargeType {
 
    charge,
    demo,
    reset,
    ;
 
}