2023-03-15 06:51:41 +00:00
|
|
|
syntax = "proto3";
|
|
|
|
package artistinfo;
|
|
|
|
option go_package = "./;artistinfoArtshow";
|
|
|
|
|
|
|
|
//import "validate.proto";
|
|
|
|
import public "google/protobuf/timestamp.proto";
|
|
|
|
// import "google/protobuf/empty.proto"; //使用 google.protobuf.Empty
|
|
|
|
|
|
|
|
// protoc -I . -I ./pb --proto_path=. --go_out=./pb/artistinfoStatement --go-triple_out=./pb/artistinfoStatement --validate_out="lang=go:./pb/artistinfoStatement" ./pb/artistinfoStatement.proto
|
|
|
|
service Statement {
|
|
|
|
//版权对账
|
2023-03-15 10:08:37 +00:00
|
|
|
|
2023-03-15 06:51:41 +00:00
|
|
|
|
|
|
|
//物权对账
|
|
|
|
|
|
|
|
}
|