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.
|
- namespace Learun.Application.Language
-
- {
- /// <summary>
- /// 版 本 Learun-ADMS V7.0.3 力软敏捷开发框架
- /// Copyright (c) 2013-2018 上海力软信息技术有限公司
- /// 创 建:超级管理员
- /// 日 期:2018-04-10 15:00
- /// 描 述:语言包
- /// </summary>
- public class LanguageModel
- {
- #region 实体成员
- /// <summary>
- /// 显示内容
- /// </summary>
- /// <returns></returns>
- public string name { get; set; }
- /// <summary>
- /// 编码(系统自动产生,作为关联项)
- /// </summary>
- /// <returns></returns>
- public string id { get; set; }
- #endregion
- }
- }
|