调整了餐盘柜3种情况处理
This commit is contained in:
@@ -4,7 +4,8 @@ object GlobalData {
|
||||
/**
|
||||
* 同一设备全局使用的设备编号
|
||||
*/
|
||||
var globalEquipmentCode: String = "202501171634"
|
||||
// var globalEquipmentCode: String = "202501171634"
|
||||
var globalEquipmentCode: String = "202507231144"
|
||||
|
||||
/**
|
||||
* app版本号
|
||||
@@ -30,7 +31,17 @@ object GlobalData {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* 全局常量
|
||||
*/
|
||||
object Constants {
|
||||
/**
|
||||
* 自动关闭时间
|
||||
*/
|
||||
const val AUTO_CLOSE_TIME: Long = 3
|
||||
}
|
||||
|
||||
/**
|
||||
* key
|
||||
*/
|
||||
object GlobalKey {
|
||||
const val KEY_TOKEN = "tokenKey"
|
||||
|
||||
Reference in New Issue
Block a user