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