wfy
2021-09-18 0417d31de9980cbc1735daffffb308d050ce35b4
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,58 +1,51 @@
{
  "autoMove": true,
  "id": "smsId",
  "name": "smsConfig",
  "desc": "短信配置",
  "shareParam": "objId",
  "shareColumn": "obj_id",
  "shareName": "common",
  "tableName": "sms_config",
  "param": {
    "smsId": "sms_id",
    "skipLevel": "skip_level",
    "describle": "describle",
    "statusCd": "status_cd",
    "communityId": "community_id",
    "storeId": "store_id",
    "objId": "obj_id",
    "smsType": "sms_type",
    "smsBusi": "sms_busi",
    "templateCode": "template_code",
    "signName": "sign_name",
    "accessSecret": "access_secret",
    "accessKeyId": "access_key_id",
    "region": "region",
    "logSwitch": "log_switch",
    "remarks": "remarks",
    "statusCd": "status_cd"
    "flowId": "flow_id",
    "flowName": "flow_name",
    "flowType": "flow_type",
    "processDefinitionKey": "process_definition_key"
  },
  "name": "workflow",
  "shareColumn": "community_id",
  "id": "flowId",
  "shareName": "common",
  "autoMove": true,
  "required": [
    {
      "code": "objId",
      "msg": "对象不能为空"
      "msg": "流程ID不能为空",
      "code": "flowId"
    },
    {
      "code": "smsType",
      "msg": "短信类型不能为空"
      "msg": "流程名称不能为空",
      "code": "flowName"
    },
    {
      "code": "smsBusi",
      "msg": "短信业务不能为空"
    },{
      "code": "templateCode",
      "msg": "短信模板不能为空"
    },{
      "code": "signName",
      "msg": "短信签名不能为空"
      "msg": "跳过不能为空",
      "code": "skipLevel"
    },
    {
      "code": "accessSecret",
      "msg": "访问秘钥不能为空"
    },{
      "code": "accessKeyId",
      "msg": "访问Key不能为空"
    },{
      "code": "region",
      "msg": "区域不能为空"
    },{
      "code": "logSwitch",
      "msg": "日志开关不能为空"
      "msg": "小区ID不能为空",
      "code": "communityId"
    },
    {
      "msg": "商户ID,用来做分区不能为空",
      "code": "storeId"
    },
    {
      "msg": "数据状态不能为空",
      "code": "statusCd"
    },
    {
      "msg": "流程类型不能为空",
      "code": "flowType"
    }
  ]
}
  ],
  "desc": "工作流程",
  "shareParam": "communityId",
  "tableName": "workflow"
}