This commit is contained in:
@@ -64,7 +64,7 @@ namespace Dilon.Core.Service
|
||||
/// 应用Id
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "参数Id不能为空")]
|
||||
public long Id { get; set; }
|
||||
public string Id { get; set; }
|
||||
}
|
||||
|
||||
public class UpdateConfigInput : AddConfigInput
|
||||
@@ -73,7 +73,7 @@ namespace Dilon.Core.Service
|
||||
/// 应用Id
|
||||
/// </summary>
|
||||
[Required(ErrorMessage = "应用Id不能为空")]
|
||||
public long Id { get; set; }
|
||||
public string Id { get; set; }
|
||||
}
|
||||
|
||||
public class QueryConfigInput : DeleteConfigInput
|
||||
|
||||
Reference in New Issue
Block a user