Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jiujian
/
client-customer-order-service
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
2026-02-04 18:27:23 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
82939f031217c5e5c54a28500933d9afff72935a
82939f03
2 parents
99afbe1f
d66b4cd1
Merge branch 'feature/2026-01-26' into 'master'
feat(proto): 更新支付方式枚举定义 See merge request
!6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/main/proto/ClientCustomerOrderService.proto
src/main/proto/ClientCustomerOrderService.proto
View file @
82939f0
...
...
@@ -86,7 +86,7 @@ enum CloseTimeType {
enum
OnlinePayEnum
{
UNKNOWN
=
0
;
ONLINE
=
1
;
//在线
OFFLINE
=
2
;
//
线下
OFFLINE
=
2
;
//
套内
LEAVE_HOSPITAL
=
3
;
//出院
EMPLOYEE_CARD
=
4
;
//员工卡
PAPER_VERIFICATION
=
5
;
//纸质核销
...
...
@@ -95,6 +95,7 @@ enum OnlinePayEnum {
BAND_CARD
=
8
;
//银行卡
ALIPAY
=
9
;
//支付宝
WECHATPAY
=
10
;
//微信支付
SETTLEMENT_INSIDE_UNIT
=
11
;
//线下结算
}
enum
ServeStatusEnum
{
...
...
Please
register
or
login
to post a comment