示例#1
0
 public DataTable GetMaterialByCondition(string sampleName, string query)
 {
     return(proxy.GetMaterialByCondition(sampleName, query));
 }