wangting
2024-09-06 09a31541e8aee63ed51e79c0eee32b685c3d753a
1
2
3
4
5
package com.vci.client.portal.constants;
 
public enum OperationConstants {
    CREATE, EDIT, DELETE, VIEW;
}