package ins.beans;
import java.util.List;
import org.json.simple.JSONObject;
import ins.model.Partner;
import ins.model.Ocr;
public class SexViewBean {
public String path = "";
public String gisType = "1";
public int cntTotal1 = 0;
public int cntTotal2 = 0;
public int cntTotal3 = 0;
public String[] notSel = null;
public JSONObject jsonObjCurr = new JSONObject();
public Vans vansCurr = new Vans();
public Partner _Partner = new Partner();
}