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