You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
302 B
C#

namespace EntrustSettle.Model.Dtos
{
public class HydQueryResultDto
{
public long id { get; set; }
public string billNo { get; set; }
public int status { get; set; }
//public string fileName { get; set; }
//public string fileUrl { get; set; }
}
}