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