示例#1
0
 public bool FindByFatherID(OrgExtInfo _org)
 {
     return(((string)_org.GetValue("SJDWID")) == FindStr);
 }
示例#2
0
 public bool FindByID(OrgExtInfo _org)
 {
     return(((string)_org.GetValue("ZZJGID")) == FindStr);
 }