| | |
| | | package com.lotaai.canguiayw.sqllitedb; |
| | | |
| | | import com.blankj.utilcode.util.LogUtils; |
| | | import com.lotaai.canguiayw.application.ActivityLifecycleApplcation; |
| | | import com.lotaai.canguiayw.application.App; |
| | | import com.lotaai.canguiayw.device.service.CrontrolGridModel; |
| | | |
| | | import org.greenrobot.greendao.query.QueryBuilder; |
| | |
| | | } |
| | | |
| | | private DaoSession getDaoSession() { |
| | | DaoSession daoSession = ActivityLifecycleApplcation.getInstance().getDaoSession(); |
| | | DaoSession daoSession = App.getInstance().getDaoSession(); |
| | | return daoSession; |
| | | } |
| | | |