namespace IRaCIS.Core.Domain.Share { public enum SubjectStatus { OnVisit = 1, //访视结束 OutOfVisit = 2, //访视中止 EndOfVisit = 3, } }