string ud_sPaymentCode = ""; ud是那个单词的缩写?
提示:函数里有两种变量 如:
protected DataTable GetSendItemsByCasePropertyValue(string pm_sCasePropertyValue)
{
string ud_sSendItems = this.up_wftToolbar.GetCasePropertyValue(pm_sCasePropertyValue) == null ? " " : this.up_wftToolbar.GetCasePropertyValue(pm_sCasePropertyValue);
return GetSendItemsByString(ud_sSendItems);
}
pm是parameter的缩写 ,那么定义在函数里的ud是那个单词的缩写呢?
------解决方案--------------------update,瞎猜的,XD: