ÎļþÃû´Ó Application/IStation.Application.Basic/dict/sys_dict_type/dto/SysDictTypeDto.cs ÐÞ¸Ä |
| | |
| | | namespace IStation.Application |
| | | { |
| | | /// <summary> |
| | | /// ç³»ç»åå
¸ç±»åDto |
| | | /// æ·»å 客æ·åå
¸æ°æ® |
| | | /// </summary> |
| | | public class SysDictTypeDto |
| | | public class AddCorpDictDataInput |
| | | { |
| | | |
| | | /// <summary> |
| | | /// æ è¯ |
| | | /// </summary> |
| | | public long ID { get; set; } |
| | | /// 客æ·id |
| | | /// </summary> |
| | | public long CorpID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åå
¸ç±»åId |
| | | /// </summary> |
| | | public long TypeID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åç§° |
| | |
| | | /// æåº |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 使ç¨ç¶æ |
| | | /// </summary> |
| | | public Model.eUseStatus UseStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |