This commit is contained in:
@@ -94,7 +94,7 @@ namespace Dilon.Core.Service
|
||||
/// 任务Id
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "任务Id不能为空"), DataValidation(ValidationTypes.Numeric)]
|
||||
public long Id { get; set; }
|
||||
public string Id { get; set; }
|
||||
}
|
||||
|
||||
public class UpdateJobInput : DeleteJobInput
|
||||
|
||||
Reference in New Issue
Block a user