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.
47 lines
798 B
47 lines
798 B
namespace Dto |
|
{ |
|
public class SaveBhdlclxxDto |
|
{ |
|
|
|
public List<BhdlClxxInputDTOList> bhdlClxxInputDTOList { get; set; } |
|
|
|
|
|
public string bhdlbh { get; set; } |
|
|
|
|
|
|
|
public string bmsah { get; set; } |
|
|
|
public string cllxdm { get; set; } |
|
|
|
|
|
public string cllxmc { get; set; } |
|
|
|
public string dwbm { get; set; } |
|
|
|
public string dwmc { get; set; } |
|
|
|
public string sxbh { get; set; } |
|
} |
|
|
|
public class BhdlClxxInputDTOList |
|
{ |
|
public string clbh { get; set; } |
|
|
|
public string fwqwjmc { get; set; } |
|
|
|
public string md5 { get; set; } |
|
|
|
|
|
public string wjkzm { get; set; } |
|
|
|
|
|
public string wjlj { get; set; } |
|
|
|
|
|
public string wjmc { get; set; } |
|
|
|
public int wjzjs { get; set; } |
|
} |
|
|
|
}
|
|
|