/*
* @params status string 0 待审批; 1 审批通过; 2 审批驳回
* @params free string 针对业务进行的自由变量,可根据不同业务使用其储存数据
* AUDIT 主表字段:
审批编号 - auditID
审批类型 - auditType
审批状态 - status
发起人ID - operatorID
发起人名称 - operatorName
总节点数 - totalNode
当前节点 - nowNode
创建时间 - createdAt
新店投放内容 - "
店号
店铺名称
开店日期 -
设备计划到店时间 -
"
* DETAIL 详情表字段:
审批编号 - auditID 连接主表
审批节点 - node
审批人ID - operatorID
审批人名称 - operatorName
审批人备注 - note
审批人操作时间 - actionAt
审批状态 - status
自由变量 - free1
自由变量 - free2
自由变量 - free3
* 业务表字段
审批编号
class
type
model
config
bu_stock
bu_sap
SerialNumber
PhoneNumber
Purpose
deliveryDate
status 0:预入库 1:已入库
补发单号
*/
console