namespace Znyc.Recruitment.Admin.Security.Dtos { /// /// CallFeedback入参 /// public class CallFeedbackInput { /// /// 产品类型 /// public int ProductType { get; set; } /// /// 产品Id /// public long ProductId { get; set; } /// /// 评价状态 /// public int Status { get; set; } } }