| | |
| | | |
| | | import android.app.Application; |
| | | |
| | | import cn.com.basic.face.discern.entity.Device; |
| | | import cn.com.basic.face.service.DictionaryMng; |
| | | import cn.com.basic.face.service.DeviceMng; |
| | | |
| | |
| | | import com.lzy.okhttputils.model.HttpParams; |
| | | |
| | | import org.xutils.x; |
| | | |
| | | import cn.com.basic.face.discern.entity.Place; |
| | | |
| | | /** |
| | | * Created by zhangbo on 2017/2/15. |
| | |
| | | return application; |
| | | } |
| | | |
| | | private Place place; |
| | | private Device device; |
| | | |
| | | public void setPlace(Place place) { |
| | | this.place = place; |
| | | public void setDevice(Device device) { |
| | | this.device = device; |
| | | } |
| | | |
| | | public Place getPlace() { |
| | | if (place == null) { |
| | | place = new Place(); |
| | | public Device getDevice() { |
| | | if (device == null) { |
| | | device = new Device(); |
| | | } |
| | | return place; |
| | | return device; |
| | | } |
| | | |
| | | @Override |