add type to Asset
This commit is contained in:
parent
21c190e5a5
commit
552bd3c428
@ -75,6 +75,7 @@ message Asset {
|
||||
repeated string images = 30;
|
||||
int32 status = 31;
|
||||
AssetMeta meta = 32;
|
||||
string type = 33;
|
||||
}
|
||||
|
||||
message GetAssetReq {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user