Compare commits

..

No commits in common. "81e5d2f4400b08f6d83e68160464d2e019a1dfbd" and "2edf4b82ae6cff3f9c23d094087bf64be8282ac8" have entirely different histories.

5 changed files with 3917 additions and 1900 deletions

View File

@ -1,4 +1,2 @@
protoc --proto_path=. --go_out=./pb --go-triple_out=./pb --govalidators_out=./pb ./pb/bundle.proto
ls pb/bundle/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';

2
go.mod
View File

@ -1,6 +1,6 @@
module micro-bundle
go 1.23.3
go 1.18
require (
dubbo.apache.org/dubbo-go/v3 v3.0.2

View File

@ -121,7 +121,6 @@ message ReconciliationInfo{
string serialNumber = 13;
uint64 userID = 14;
string handlingFee = 15;
string subNum = 16;
}
message OrderInfoByOrderNoRequest{
string orderNo = 1;
@ -208,7 +207,6 @@ message OrderBundleRecordInfo{
repeated OrderAddBundleRecordInfo addBundleInfo = 8;
int64 customerId = 9;
string payTime = 10;
string subNum = 11;
}
message OrderAddBundleRecordInfo{
string orderAddNo = 1;

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-triple. DO NOT EDIT.
// versions:
// - protoc-gen-go-triple v1.0.5
// - protoc v6.32.0
// - protoc-gen-go-triple v1.0.8
// - protoc v4.24.0--rc1
// source: pb/bundle.proto
package bundle