ludc
2024-11-18 2d7cef859d28aaf01b9871c595f5bee4f1b4d1b4
1
2
3
4
5
6
7
8
package com.vci.server.base.persistence.history;
 
public class OperationTypeEnum extends EnumOperationType<OperationType> {
 
    public OperationTypeEnum() {
        super(OperationType.class);
    }
}