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