namespace IStation.Entity { /// /// /// public interface IUseStatus { /// /// /// int UseStatus { get; set; } } }