mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
refactor(MetaAction): make result a read-only property
This commit is contained in:
@@ -32,7 +32,7 @@ data class MetaAction(
|
||||
/**
|
||||
* 行动结果,包括执行状态和相应内容(执行结果或者错误信息)
|
||||
*/
|
||||
var result = Result()
|
||||
val result = Result()
|
||||
|
||||
val key: String
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user