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