摘要: 增加了显示当月总收入和总支出的功能,增加了选择收支类型的功能,删去了删除账目后恢复的功能。 1、数据库的升级 1、entity 添加了一个收支类型的字段: package com.example.cashbook; ​ import androidx.room.ColumnInfo; import 阅读全文
posted @ 2020-02-14 19:19 Nevesettle 阅读(247) 评论(0) 推荐(0) 编辑