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.
21 lines
629 B
21 lines
629 B
namespace Dto |
|
{ |
|
public class UploadImageDto |
|
{ |
|
/// <summary> |
|
/// 0 |
|
/// </summary> |
|
public int blzt { get; set; } |
|
public string dwbm { get; set; } // 410503, |
|
public string bmsah { get; set; } |
|
public string ajmc { get; set; } |
|
public string zrrxm { get; set; } |
|
public string sqrxm { get; set; } |
|
public string gjz { get; set; } |
|
public string sxlxdm { get; set; } |
|
public object ksrq { get; set; } |
|
public object jsrq { get; set; } |
|
public int pageNum { get; set; } |
|
public int pageSize { get; set; } |
|
} |
|
}
|
|
|