fix rkey type

This commit is contained in:
fuqiuluo 2024-07-22 07:54:29 +08:00
parent 1cc033498c
commit f090ef1937

View File

@ -56,7 +56,7 @@ data class RKeyInfo(
@ProtoNumber(2) val rkeyTtlSec: ULong?,
@ProtoNumber(3) val storeId: UInt = 0u,
@ProtoNumber(4) val rkeyCreateTime: UInt?,
@ProtoNumber(4) val type: UInt,
@ProtoNumber(5) val type: UInt,
)
@Serializable