shane
2021-08-20 ab6a423cf604b83f06b5768dbc162ece744a32d9
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,34 +1,29 @@
{
  "autoMove": true,
  "id": "msgId",
  "name": "storeMsg",
  "desc": "商户消息",
  "shareParam": "shareId",
  "shareColumn": "share_id",
  "shareName": "store",
  "tableName": "store_msg",
  "id": "xmlId",
  "name": "oaWorkflowXml",
  "desc": "OA流程图",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "oa",
  "tableName": "oa_workflow_xml",
  "param": {
    "msgId": "msg_id",
    "msgType": "msg_type",
    "title": "title",
    "msgFlag": "msg_flag",
    "content": "content",
    "viewId": "view_id",
    "shareId": "share_id",
    "xmlId": "xml_id",
    "flowId": "flow_id",
    "storeId": "store_id",
    "bpmnXml": "bpmn_xml",
    "svgXml": "svg_xml",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "shareId",
      "msg": "分片不能为空"
      "code": "flowId",
      "msg": "流程不能为空"
    },
    {
      "code": "msgFlag",
      "msg": "消息标识不能为空"
    },
    {
      "code": "title",
      "msg": "标题不能为空"
      "code": "bpmnXml",
      "msg": "流程图不能为空"
    }
  ]
}
}