Skip to content

Commit

Permalink
remove model in BusAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchenplus committed Nov 4, 2024
1 parent 196086f commit daad13a
Show file tree
Hide file tree
Showing 40 changed files with 655 additions and 853 deletions.
3 changes: 0 additions & 3 deletions city/person/v2/person.proto
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ message BusAttribute {
// 公交车容量
// bus capacity
int32 capacity = 2;
// 公交车模型标签
// bus model tag
optional string model = 3;
// 公交车类型
// type of bus
BusType type = 5;
Expand Down
228 changes: 77 additions & 151 deletions cpp/city/person/v2/person.pb.cc

Large diffs are not rendered by default.

91 changes: 1 addition & 90 deletions cpp/city/person/v2/person.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10091,14 +10091,6 @@ <h3 id="city.person.v2.BusAttribute">BusAttribute</h3>
bus capacity </p></td>
</tr>

<tr>
<td>model</td>
<td><a href="#string">string</a></td>
<td>optional</td>
<td><p>公交车模型标签
bus model tag </p></td>
</tr>

<tr>
<td>type</td>
<td><a href="#city.person.v2.BusType">BusType</a></td>
Expand Down
8 changes: 0 additions & 8 deletions es/city/person/v2/person_pb.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,14 +524,6 @@ export declare class BusAttribute extends Message<BusAttribute> {
*/
capacity: number;

/**
* 公交车模型标签
* bus model tag
*
* @generated from field: optional string model = 3;
*/
model?: string;

/**
* 公交车类型
* type of bus
Expand Down
1 change: 0 additions & 1 deletion es/city/person/v2/person_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ export const BusAttribute = /*@__PURE__*/ proto3.makeMessageType(
() => [
{ no: 1, name: "subline_id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
{ no: 2, name: "capacity", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
{ no: 3, name: "model", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
{ no: 5, name: "type", kind: "enum", T: proto3.getEnumType(BusType) },
],
);
Expand Down
34 changes: 17 additions & 17 deletions go/city/comm/input/v1/comm.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go/city/config/v1/config.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions go/city/economy/v1/economy.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit daad13a

Please sign in to comment.