app/src/main/java/cn/flightfeather/thirdapp/repository/dao/SceneDao.kt
@@ -1,6 +1,6 @@
package cn.flightfeather.thirdapp.repository.dao
import cn.flightfeather.thirdapp.bean.Scense
import cn.flightfeather.thirdapp.bean.entity.Scense
import cn.flightfeather.thirdapp.common.database.DbFactory
import com.ping.greendao.gen.ScenseDao
import io.reactivex.Observable
@@ -12,6 +12,10 @@
 */
class SceneDao {
    fun insert(scene: Scense) {
        DbFactory.getInstance().scenseDao.insert(scene)
    }
    /**
     * 更新场景信息
     */