shane
2021-08-20 ab6a423cf604b83f06b5768dbc162ece744a32d9
java110-generator/src/main/resources/newBack/template_1.json
old mode 100644 new mode 100755
@@ -1,59 +1,28 @@
{
  "autoMove": true,
  "id": "rId",
  "name": "roomRenovation",
  "desc": "装修申请",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "community",
  "tableName": "room_renovation",
  "id": "xmlId",
  "name": "oaWorkflowXml",
  "desc": "OA流程图",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "oa",
  "tableName": "oa_workflow_xml",
  "param": {
    "rId": "r_id",
    "roomId": "room_id",
    "roomName": "room_name",
    "communityId": "community_id",
    "statusCd": "status_cd",
    "startTime": "start_time",
    "endTime": "end_time",
    "personName": "person_name",
    "personTel": "person_tel",
    "state": "state",
    "isViolation": "is_violation",
    "violationDesc": "violation_desc",
    "remark": "remark"
    "xmlId": "xml_id",
    "flowId": "flow_id",
    "storeId": "store_id",
    "bpmnXml": "bpmn_xml",
    "svgXml": "svg_xml",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "roomId",
      "msg": "房屋不能为空"
      "code": "flowId",
      "msg": "流程不能为空"
    },
    {
      "code": "roomName",
      "msg": "房屋不能为空"
    },
    {
      "code": "communityId",
      "msg": "小区不能为空"
    },
    {
      "code": "startTime",
      "msg": "装修时间不能为空"
    },
    {
      "code": "endTime",
      "msg": "结束时间不能为空"
    },
    {
      "code": "personName",
      "msg": "联系人不能为空"
    },
    {
      "code": "personTel",
      "msg": "联系电话不能为空"
    },
    {
      "code": "isViolation",
      "msg": "是否违规不能为空"
      "code": "bpmnXml",
      "msg": "流程图不能为空"
    }
  ]
}