mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-10 01:01:55 +08:00
IP库制品列表中显示文件尺寸
This commit is contained in:
@@ -3,12 +3,16 @@ option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
import "models/model_file.proto";
|
||||
|
||||
message IPLibraryArtifact {
|
||||
int64 id = 1;
|
||||
int64 fileId = 2;
|
||||
int64 createdAt = 3;
|
||||
bytes metaJSON = 4;
|
||||
bool isPublic = 5;
|
||||
bool isPublic = 5; // 是否公开
|
||||
string name = 6;
|
||||
string code = 7;
|
||||
|
||||
File file = 30; // 文件信息
|
||||
}
|
||||
Reference in New Issue
Block a user