函數(shù)設(shè)計(jì)
企業(yè)信用查詢
public class QWX_ENT_CREDIT
{
/// <summary>
/// ID
/// </summary>
public string ID { get; set; }
/// <summary>
/// 企業(yè)代碼
/// </summary>
public string ENT_CODE { get; set; }
/// <summary>
/// 企業(yè)名稱
/// </summary>
public string ENT_NAME { get; set; }
/// <summary>
/// 企業(yè)注冊(cè)號(hào)
/// </summary>
public string ENT_REG_NO { get; set; }
/// <summary>
/// 信用等級(jí)
/// </summary>
public string CREDIT_LEVEL { get; set; }
/// <summary>
/// 主管機(jī)構(gòu)
/// </summary>
public string ORG_INFO { get; set; }
}
- test: name=610277541,3803000897竭翠,寧波
100問(wèn)查詢
public class QWX_QUESTION
{
/// <summary>
/// ID
/// </summary>
public string ID { get; set; }
/// <summary>
/// 問(wèn)題關(guān)鍵字
/// </summary>
public string QUESTION_KEY { get; set; }
/// <summary>
/// 問(wèn)題名稱
/// </summary>
public string QUESTION_NAME { get; set; }
/// <summary>
/// 問(wèn)題答案
/// </summary>
public string QUESTION_ANSWER { get; set; }
}
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者