转c# 大驼峰export class TicketFilterInput username string; ticketId number; result string; statusId number; serviceId number; departmentId number; createdAtFrom number; createdAtTo number; updat
public class TicketFilterInput { public string Username { get; set; } public int? TicketId { get; set; } public string Result { get; set; } public int? StatusId { get; set; } public int? ServiceId { get; set; } public int? DepartmentId { get; set; } public int? CreatedAtFrom { get; set; } public int? CreatedAtTo { get; set; } public int? UpdatedAtFrom { get; set; } public int? UpdatedAtTo { get; set; } public int Sort { get; set; } public int PageSize { get; set; } public int PageNo { get; set; } }
原文地址: http://www.cveoy.top/t/topic/bfQ1 著作权归作者所有。请勿转载和采集!