namespace HcUtility.Comm { public enum DbOperationType { DbotUpd, DbotIns, DbotDel } }