namespace IRaCIS.Core.Domain.Share { public enum VisitExecutedEnum { UnExecuted = 0, Executed = 1, //不可用 Unavailable = 2 } }