Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

IGpsCardEntity.cs 231B

před 1 rokem
1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace HealthMonitor.Util.Entities.Interfaces
  5. {
  6. /// <summary>
  7. /// gps_card数据库实体
  8. /// </summary>
  9. public interface IGpsCardEntity : IEntity { }
  10. }