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; } }

C# 代码示例:将类属性转换为大驼峰命名法

原文地址: https://www.cveoy.top/t/topic/mHcY 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录