fix 传输类型验证
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Ewide.Core.Service
|
||||
/// <summary>
|
||||
/// 任务Id
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "任务Id不能为空"), DataValidation(ValidationTypes.Numeric)]
|
||||
[Required(ErrorMessage = "任务Id不能为空")]
|
||||
public string Id { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user