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