a
This commit is contained in:
32
02.珠海市供水有限公司/SAL_OUTSTOCK/Response/ResultData.cs
Normal file
32
02.珠海市供水有限公司/SAL_OUTSTOCK/Response/ResultData.cs
Normal file
@@ -0,0 +1,32 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace SAL_OUTSTOCK.Response
|
||||
{
|
||||
public class ResultData
|
||||
{
|
||||
|
||||
public string CODE { get; set; }
|
||||
public string MESSAGE { get; set; }
|
||||
public GP_FPKJ_DATA DATA { get; set; }
|
||||
|
||||
|
||||
public class GP_FPKJ_DATA
|
||||
{
|
||||
public string FPQQLSH { get; set; }
|
||||
public string FPLXDM { get; set; }
|
||||
public string FP_DM { get; set; }
|
||||
public string FP_HM { get; set; }
|
||||
public string KPRQ { get; set; }
|
||||
public string JYM { get; set; }
|
||||
public string FP_MW { get; set; }
|
||||
public string PDF_URL { get; set; }
|
||||
public string OFD_URL { get; set; }
|
||||
public string XML_URL { get; set; }
|
||||
public string SP_URL { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user