copy from Application/IStation.Application.Basic/dict/sys_dict_type/dto/AddSysDictTypeInput.cs
copy to Application/IStation.Application.Main/station/property/station_special_property_group/dto/AddStationSpecialPropertyGroupInput.cs
Îļþ´Ó Application/IStation.Application.Basic/dict/sys_dict_type/dto/AddSysDictTypeInput.cs ¸´ÖÆ |
| | |
| | | namespace IStation.Application |
| | | { |
| | | /// <summary> |
| | | /// æ·»å ç³»ç»åå
¸ç±»å |
| | | /// æ·»å æ³µç«éå 屿§ç» |
| | | /// </summary> |
| | | public class AddSysDictTypeInput |
| | | public class AddStationSpecialPropertyGroupInput |
| | | { |
| | | |
| | | /// <summary> |
| | | /// å®¢æ·æ è¯ |
| | | /// </summary> |
| | | public long CorpID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åç§° |
| | | /// </summary> |
| | | /// </summary> |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¼ç |
| | | /// </summary> |
| | | public string Code { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåº |
| | | /// </summary> |
| | | /// æåºç |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | /// 说æ |
| | | /// </summary> |
| | | public string Description { get; set; } |
| | | } |
| | | } |