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