wfy
2021-09-18 0417d31de9980cbc1735daffffb308d050ce35b4
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,47 +1,51 @@
{
  "param": {
    "requestTime": "request_time",
    "finishTime": "finish_time",
    "orderTypeCd": "order_type_cd",
    "extTransactionId": "ext_transaction_id",
    "appId": "app_id",
    "remark": "remark",
    "skipLevel": "skip_level",
    "describle": "describle",
    "statusCd": "status_cd",
    "oId": "o_id",
    "userId": "user_id"
    "communityId": "community_id",
    "storeId": "store_id",
    "flowId": "flow_id",
    "flowName": "flow_name",
    "flowType": "flow_type",
    "processDefinitionKey": "process_definition_key"
  },
  "name": "",
  "shareColumn": "",
  "id": "",
  "shareName": "",
  "name": "workflow",
  "shareColumn": "community_id",
  "id": "flowId",
  "shareName": "common",
  "autoMove": true,
  "required": [
    {
      "msg": "订单ID不能为空",
      "code": "oId"
      "msg": "流程ID不能为空",
      "code": "flowId"
    },
    {
      "msg": "应用ID不能为空",
      "code": "appId"
      "msg": "流程名称不能为空",
      "code": "flowName"
    },
    {
      "msg": "用户ID不能为空",
      "code": "userId"
      "msg": "跳过不能为空",
      "code": "skipLevel"
    },
    {
      "msg": "外部系统请求时间不能为空",
      "code": "requestTime"
      "msg": "小区ID不能为空",
      "code": "communityId"
    },
    {
      "msg": "订单类型,参考c_order_type表不能为空",
      "code": "orderTypeCd"
      "msg": "商户ID,用来做分区不能为空",
      "code": "storeId"
    },
    {
      "msg": "数据状态,详细参考c_status表不能为空",
      "msg": "数据状态不能为空",
      "code": "statusCd"
    },
    {
      "msg": "流程类型不能为空",
      "code": "flowType"
    }
  ],
  "desc": "",
  "shareParam": "",
  "tableName": "c_orders"
  "desc": "工作流程",
  "shareParam": "communityId",
  "tableName": "workflow"
}