zjj
2023-07-13 073ba7c8afcbeedcc7dad4f0f7c1d1b6eaa82daf
1
2
3
4
5
6
7
8
9
10
package com.zy.common.model.enums;
 
public enum WrkChargeType {
 
    charge,
    demo,
    reset,
    ;
 
}