namespace Erp.Platform.Enums; public enum OperationEnum { Insert, Update, Delete, Select }