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