java110
2022-02-21 46eed722cd0431aa433bea2470b23015b8d83b3e
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,51 +1,42 @@
{
  "param": {
    "skipLevel": "skip_level",
    "describle": "describle",
    "refundFee": "refund_fee",
    "mchId": "mch_id",
    "orderId": "order_id",
    "totalFee": "total_fee",
    "openId": "open_id",
    "appId": "app_id",
    "statusCd": "status_cd",
    "communityId": "community_id",
    "storeId": "store_id",
    "flowId": "flow_id",
    "flowName": "flow_name",
    "flowType": "flow_type",
    "processDefinitionKey": "process_definition_key"
    "payId": "pay_id",
    "state": "state",
    "message": "message",
    "payName": "pay_name",
    "transactionId": "transaction_id"
  },
  "name": "workflow",
  "shareColumn": "community_id",
  "id": "flowId",
  "shareName": "common",
  "name": "onlinePay",
  "shareColumn": "order_id",
  "id": "payId",
  "shareName": "acct",
  "autoMove": true,
  "required": [
    {
      "msg": "流程ID不能为空",
      "code": "flowId"
      "msg": "订单ID不能为空",
      "code": "orderId"
    },
    {
      "msg": "流程名称不能为空",
      "code": "flowName"
      "msg": "商户ID不能为空",
      "code": "mchId"
    },
    {
      "msg": "跳过不能为空",
      "code": "skipLevel"
      "msg": "付款总金额不能为空",
      "code": "totalFee"
    },
    {
      "msg": "小区ID不能为空",
      "code": "communityId"
    },
    {
      "msg": "商户ID,用来做分区不能为空",
      "code": "storeId"
    },
    {
      "msg": "数据状态不能为空",
      "code": "statusCd"
    },
    {
      "msg": "流程类型不能为空",
      "code": "flowType"
      "msg": "退款金额不能为空",
      "code": "refundFee"
    }
  ],
  "desc": "工作流程",
  "shareParam": "communityId",
  "tableName": "workflow"
}
  "desc": "线上支付",
  "shareParam": "orderId",
  "tableName": "online_pay"
}