shane
2021-08-20 ab6a423cf604b83f06b5768dbc162ece744a32d9
java110-generator/src/main/resources/newBack/template_1.json
old mode 100644 new mode 100755
@@ -1,38 +1,28 @@
{
  "autoMove": true,
  "id": "beId",
  "name": "activitiesBeautifulStaff",
  "desc": "活动规则",
  "id": "xmlId",
  "name": "oaWorkflowXml",
  "desc": "OA流程图",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "user",
  "tableName": "activities_beautiful_staff",
  "shareName": "oa",
  "tableName": "oa_workflow_xml",
  "param": {
    "beId": "be_id",
    "ruleId": "rule_id",
    "staffId": "staff_id",
    "activitiesNum": "activities_num",
    "xmlId": "xml_id",
    "flowId": "flow_id",
    "storeId": "store_id",
    "workContent": "work_content",
    "poll": "poll",
    "bpmnXml": "bpmn_xml",
    "svgXml": "svg_xml",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "staffId",
      "msg": "员工不能为空"
      "code": "flowId",
      "msg": "流程不能为空"
    },
    {
      "code": "activitiesNum",
      "msg": "员工编号不能为空"
    },
    {
      "code": "workContent",
      "msg": "工作内容不能为空"
    },
    {
      "code": "ruleId",
      "msg": "活动规则不能为空"
      "code": "bpmnXml",
      "msg": "流程图不能为空"
    }
  ]
}