You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
717 B

  1. namespace Learun.Application.Language
  2. {
  3. /// <summary>
  4. /// 版 本 Learun-ADMS V7.0.3 力软敏捷开发框架
  5. /// Copyright (c) 2013-2018 上海力软信息技术有限公司
  6. /// 创 建:超级管理员
  7. /// 日 期:2018-04-10 15:00
  8. /// 描 述:语言包
  9. /// </summary>
  10. public class LanguageModel
  11. {
  12. #region 实体成员
  13. /// <summary>
  14. /// 显示内容
  15. /// </summary>
  16. /// <returns></returns>
  17. public string name { get; set; }
  18. /// <summary>
  19. /// 编码(系统自动产生,作为关联项)
  20. /// </summary>
  21. /// <returns></returns>
  22. public string id { get; set; }
  23. #endregion
  24. }
  25. }