展示存储版本

This commit is contained in:
algotao
2025-09-16 18:53:54 +08:00
parent ca81fba208
commit a88c5c6e3f
2 changed files with 12 additions and 2 deletions

View File

@@ -241,6 +241,7 @@ message ValueItem {
repeated uint32 uint32s = 4; // uint32区域
repeated FlagWithExpire flags_with_expire = 5; // 标志位区域
uint32 last_modify_time = 6; // 最后修改时间
uint32 version = 7; // 存储版本
}
// TaskListRes 任务列表返回