using System; using System.Collections.Generic; using System.Text; namespace HealthMonitor.Util.Entities.Interfaces { /// /// gps_card数据库实体 /// public interface IGpsCardEntity : IEntity { } }