Junjie
2023-08-01 27ae26c0142589107fc7da1e6aaef14f8be09d53
1
2
3
4
5
6
7
8
9
10
package com.zy.common.model.enums;
 
public enum WrkChargeType {
 
    charge,
    demo,
    reset,
    ;
 
}