Commit 14f65804 by zhu.zewen

新增交接班相关接口

parent bc17b2b2
Showing with 4 additions and 4 deletions
...@@ -70,9 +70,9 @@ cloudsign: ...@@ -70,9 +70,9 @@ cloudsign:
# ################################################ # ################################################
handover: handover:
cancel: cancel:
# 是否允许交班人取消交接单(默认false) # 是否允许交班人取消交接单(默认true)
allowTransferor: false allowTransferor: true
# 是否允许接班人取消交接单(默认false) # 是否允许接班人取消交接单(默认true)
allowReceiver: false allowReceiver: true
# 允许取消的天数限制(默认3天,从0时开始,含当天) # 允许取消的天数限制(默认3天,从0时开始,含当天)
dayLimit: 3 dayLimit: 3
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment