wangting
2024-12-25 8bc25357d5742f07710baa7a6f1d6ac4023da3ac
1
2
3
4
5
package com.vci.client.portal.constants;
 
public enum OperationConstants {
    CREATE, EDIT, DELETE, VIEW;
}