You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.4 KiB
44 lines
1.4 KiB
2 years ago
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Linq;
|
||
|
using System.Text;
|
||
|
using System.Threading.Tasks;
|
||
|
|
||
|
namespace Dto
|
||
|
{
|
||
|
public class SqsDto
|
||
|
{
|
||
|
public List<object> bhdlSxZlList { get; set; }
|
||
|
public string bhdlbh { get; set; }
|
||
|
public object bhyy { get; set; }
|
||
|
public string bmsah { get; set; }
|
||
|
public string clqkbm { get; set; }
|
||
|
public string clqkmc { get; set; }
|
||
|
public string clrq { get; set; }
|
||
|
public string dwbm { get; set; }
|
||
|
public object dzjztszt { get; set; }
|
||
|
public object dzjzwjmc { get; set; }
|
||
|
public object dzjzxzdz { get; set; }
|
||
|
public object dzjzxzzys { get; set; }
|
||
|
public object dzjzzzid { get; set; }
|
||
|
public object dzjzzzjd { get; set; }
|
||
|
public object dzjzzzwcsj { get; set; }
|
||
|
public object fkwslj { get; set; }
|
||
|
public object fkwsmc { get; set; }
|
||
|
public object fkwsslbh { get; set; }
|
||
|
public object fwqwjmc { get; set; }
|
||
|
public object jwgksxid { get; set; }
|
||
|
public string sqrq { get; set; }
|
||
|
public object sqsxly { get; set; }
|
||
|
/// <summary>
|
||
|
/// 序号
|
||
|
/// </summary>
|
||
|
public string sxbh { get; set; }
|
||
|
public string sxlxdm { get; set; }
|
||
|
public string sxlxmc { get; set; }
|
||
|
public int sxqx { get; set; }
|
||
|
public object sysx { get; set; }
|
||
|
public string zt { get; set; }
|
||
|
}
|
||
|
}
|