syntax = "proto3"; package api; import "price.proto"; message Product { message Id { uint32 value = 1; } Id id = 1; string name = 2; ...
確定! 回上一頁