用户反馈增加字段

This commit is contained in:
2024-08-01 10:50:11 +08:00
parent e3ee1a42fb
commit b8e0c74d45
3 changed files with 71 additions and 5 deletions
@@ -35,6 +35,14 @@ namespace IRaCIS.Core.Application.ViewModel
public UserTypeEnum UserTypeEnum { get; set; }
}
public class GetUserFeedBackQuery
{
public Guid? Id { get; set; }
public Guid? VisitTaskId { get; set; }
}
///<summary>UserFeedBackQuery 列表查询参数模型</summary>
public class UserFeedBackQuery : PageInput
{
@@ -78,6 +86,8 @@ namespace IRaCIS.Core.Application.ViewModel
[NotDefault]
public Guid TrialId { get; set; }
public Guid? VisitTaskId { get; set; }
public List<string> ScreenshotList { get; set; }
[JsonIgnore]