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": "detailId",
  "name": "reportFeeYearCollectionDetail",
  "desc": "费用年收费明细",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "report",
  "tableName": "report_fee_year_collection_detail",
  "id": "xmlId",
  "name": "oaWorkflowXml",
  "desc": "OA流程图",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "oa",
  "tableName": "oa_workflow_xml",
  "param": {
    "detailId": "detail_id",
    "collectionId": "collection_id",
    "collectionYear": "collection_year",
    "receivableAmount": "receivable_amount",
    "receivedAmount": "received_amount",
    "communityId": "community_id",
    "relationYear": "relation_year",
    "xmlId": "xml_id",
    "flowId": "flow_id",
    "storeId": "store_id",
    "bpmnXml": "bpmn_xml",
    "svgXml": "svg_xml",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "communityId",
      "msg": "小区不能为空"
      "code": "flowId",
      "msg": "流程不能为空"
    },
    {
      "code": "collectionId",
      "msg": "年收费ID不能为空"
    },
    {
      "code": "receivedAmount",
      "msg": "实收金额不能为空"
    },
    {
      "code": "receivableAmount",
      "msg": "应收金额不能为空"
      "code": "bpmnXml",
      "msg": "流程图不能为空"
    }
  ]
}