using System; using System.ComponentModel.DataAnnotations; using JiShe.CollectBus.Common.Attributes; namespace JiShe.CollectBus { public class CassandraBaseEntity: ICassandraEntity { /// /// Id /// public TKey Id { get; set; } } }