public static List<String> getNosByConsNo(TgZdBj type,String consNo){

switch (type){
case TQ:
break;
case ZD:
break;
default:
;
}

return null;
}