shane
2021-08-20 ab6a423cf604b83f06b5768dbc162ece744a32d9
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,35 +1,29 @@
{
  "autoMove": true,
  "id": "oweId",
  "name": "reportOweFee",
  "desc": "欠费统计",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "report",
  "tableName": "report_owe_fee",
  "id": "xmlId",
  "name": "oaWorkflowXml",
  "desc": "OA流程图",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "oa",
  "tableName": "oa_workflow_xml",
  "param": {
    "oweId": "owe_id",
    "configId": "config_id",
    "configName": "config_name",
    "feeId": "fee_id",
    "feeName": "fee_name",
    "amountOwed": "amount_owed",
    "ownerId": "owner_id",
    "ownerName": "owner_name",
    "ownerTel": "owner_tel",
    "payerObjId": "payer_obj_id",
    "payerObjName": "payer_obj_name",
    "payerObjType": "payer_obj_type",
    "communityId": "community_id",
    "updateTime": "update_time",
    "endTime": "end_time",
    "deadlineTime": "deadline_time",
    "xmlId": "xml_id",
    "flowId": "flow_id",
    "storeId": "store_id",
    "bpmnXml": "bpmn_xml",
    "svgXml": "svg_xml",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "configName",
      "msg": "费用项不能为空"
      "code": "flowId",
      "msg": "流程不能为空"
    },
    {
      "code": "bpmnXml",
      "msg": "流程图不能为空"
    }
  ]
}
}