2025年度投票修改
This commit is contained in:
@@ -15,6 +15,7 @@ namespace Vote.Services.Dto
|
||||
/// 项目类型
|
||||
/// </summary>
|
||||
public int? type { get; set; }
|
||||
public int? is_no_inspection { get; set; }
|
||||
}
|
||||
public class ProjectsOutput
|
||||
{
|
||||
@@ -48,6 +49,7 @@ namespace Vote.Services.Dto
|
||||
///
|
||||
/// </summary>
|
||||
public bool vote { get; set; } = false;
|
||||
public int is_no_inspection { get; set; }
|
||||
}
|
||||
public class CheckSubmitCodeInput
|
||||
{
|
||||
@@ -116,5 +118,6 @@ namespace Vote.Services.Dto
|
||||
[Required]
|
||||
public int expertnum { get; set; }
|
||||
}
|
||||
public int is_no_inspection { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user