package com.syzton.sunread.dto.user; /** * Created by jerry on 4/24/15. */ public class OrgCondtionDTO { private String province; private String city; private String district; }