copy from Application/IStation.Application.Basic/dict/sys_dict_type/dto/UpdateSysDictTypeInput.cs
copy to Application/IStation.Application.Basic/dict/corp/corp_dict_data/dto/UpdateCorpDictDataInput.cs
文件从 Application/IStation.Application.Basic/dict/sys_dict_type/dto/UpdateSysDictTypeInput.cs 复制 |
| | |
| | | namespace IStation.Application |
| | | { |
| | | /// <summary> |
| | | /// 鏇存柊绯荤粺瀛楀吀绫诲瀷 |
| | | /// 鏇存柊瀹㈡埛瀛楀吀鏁版嵁 |
| | | /// </summary> |
| | | public class UpdateSysDictTypeInput |
| | | public class UpdateCorpDictDataInput |
| | | { |
| | | /// <summary> |
| | | /// 鏍囪瘑 |
| | | /// </summary> |
| | | public long ID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 瀹㈡埛id |
| | | /// </summary> |
| | | public long CorpID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍚嶇О |
| | |
| | | /// 缂栫爜 |
| | | /// </summary> |
| | | public string Code { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鎺掑簭 |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 澶囨敞 |