Exemplo n.º 1
0
 // 商品类别(小)
 public IEnumerable <string> StyleSmallList(string styleBig)
 {
     return(XmlDataUtil.QueryElementsAllowToElementById(styleBig));
 }
Exemplo n.º 2
0
 // 是否高毒
 public IEnumerable <string> IsHighToxicityList()
 {
     return(XmlDataUtil.QueryElementsAllowToElementById("是否高毒"));
 }
Exemplo n.º 3
0
 // 单位(小)
 public IEnumerable <string> SmallUnitList()
 {
     return(XmlDataUtil.QueryElementsAllowToElementById("单位(小)"));
 }
Exemplo n.º 4
0
 // 制单人
 public IEnumerable <string> ZhiDanRen()
 {
     return(XmlDataUtil.QueryElementsAllowToElementById("制单人"));
 }