using System.ComponentModel;
namespace CK.SCP.Models.Base
{
public interface IDomainSite : IDomain
[Description("地点")]
string Site { get; set; }
}