From 9bf6e3e72497aee622cc96d1dc99cbdbe7ecc9ec Mon Sep 17 00:00:00 2001 From: xichaoyin Date: Wed, 3 Jan 2024 09:50:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20week=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shared/protocols/serviceProto.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/shared/protocols/serviceProto.ts b/src/shared/protocols/serviceProto.ts index ec072a5..2dc1df9 100644 --- a/src/shared/protocols/serviceProto.ts +++ b/src/shared/protocols/serviceProto.ts @@ -7270,6 +7270,14 @@ export const serviceProto: ServiceProto = { "type": "Number" } } + }, + { + "id": 7, + "name": "week", + "type": { + "type": "Number" + }, + "optional": true } ] },