制作模式、采样模式数据保存支持多食堂模式,制作模式查询菜品列表和搜索菜品增加餐次字段,设置页面增加隐藏默认数据导入功能

This commit is contained in:
2025-08-18 16:26:13 +08:00
parent 3a97b718dd
commit 59c15271d9
24 changed files with 618 additions and 223 deletions
@@ -20,7 +20,8 @@ class BaseApp : Application() {
companion object {
const val canteenId = "1678234139391512577"
// const val canteenId = "1678234139391512577"
const val canteenId = "0"
@Volatile
private var sharedPref: SharedPreferences? = null