作者 yangfu

审核人修改

... ... @@ -33,8 +33,8 @@ const (
//审核方式
const (
ActionTypeOr = 1
ActionTypeAnd = 2
ActionTypeAnd = 1 //会签
ActionTypeOr = 2 //或签
)
//审核类型
... ...