| | |
| | | |
| | | $QueryAttributes$ |
| | | } |
| | | namespace Admin.NET.Application |
| | | { |
| | | /// <summary> |
| | | /// 鍒嗛〉鏌ヨ$ChinaComment$杈撳叆鍙傛暟 |
| | | /// </summary> |
| | | public class $EntityName$PageInput : PageInputCustomBase |
| | | { |
| | | $QueryAttributes$ |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 鏂板$ChinaComment$杈撳叆鍙傛暟 |
| | | /// </summary> |
| | | public class Add$EntityName$Input : BasicsDEntity |
| | | { |
| | | $AddAttributes$ |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 鏇存柊$ChinaComment$杈撳叆鍙傛暟 |
| | | /// </summary> |
| | | public class Update$EntityName$Input : Add$EntityName$Input |
| | | { |
| | | [Required(ErrorMessage = "Id涓婚敭涓嶈兘涓虹┖")] |
| | | public virtual new long Id { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 鍒犻櫎$ChinaComment$杈撳叆鍙傛暟 |
| | | /// </summary> |
| | | public class Delete$EntityName$Input |
| | | { |
| | | public List<long> Id { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 鍗曚釜鏌ヨ$ChinaComment$杈撳叆鍙傛暟 |
| | | /// </summary> |
| | | public class Query$EntityName$Input : BaseId |
| | | { |
| | | |
| | | } |
| | | } |