Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
zhuyifan
2025-03-05 18:25:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0afdf47742aafe01acee50c4f0cc5836e63e456b
0afdf477
1 parent
5d2b737c
feat(MenuService): 添加出院状态在 MenuService.proto 文件中,为未知枚举类型增加了出院(LEAVE_HOSPITAL)状态。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/proto/MenuService.proto
src/main/proto/MenuService.proto
View file @
0afdf47
...
...
@@ -115,6 +115,7 @@ enum ModeOfPaymentEnum {
UNKNOWN
=
0
;
ONLINE
=
1
;
//在线
OFFLINE
=
2
;
//线下
LEAVE_HOSPITAL
=
3
;
//出院
}
enum
DishTypeEnum
{
...
...
Please
register
or
login
to post a comment