wuxw
2021-04-23 fdf45f690fa4eca9191aa0fb6abf077e7b36ce06
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,38 +1,32 @@
{
  "autoMove": true,
  "id": "detailId",
  "name": "reportFeeYearCollectionDetail",
  "desc": "费用年收费明细",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "report",
  "tableName": "report_fee_year_collection_detail",
  "id": "partyaId",
  "name": "contractPartya",
  "desc": "合同房屋",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "store",
  "tableName": "contract_partya",
  "param": {
    "detailId": "detail_id",
    "collectionId": "collection_id",
    "collectionYear": "collection_year",
    "receivableAmount": "receivable_amount",
    "receivedAmount": "received_amount",
    "communityId": "community_id",
    "relationYear": "relation_year",
    "partyaId": "partya_id",
    "partyA": "party_a",
    "aContacts": "a_contacts",
    "aLink": "a_link",
    "storeId": "store_id",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "communityId",
      "msg": "小区不能为空"
      "code": "partyA",
      "msg": "甲方不能为空"
    },
    {
      "code": "collectionId",
      "msg": "年收费ID不能为空"
      "code": "aContacts",
      "msg": "联系人不能为空"
    },
    {
      "code": "receivedAmount",
      "msg": "实收金额不能为空"
    },
    {
      "code": "receivableAmount",
      "msg": "应收金额不能为空"
      "code": "aLink",
      "msg": "联系电话不能为空"
    }
  ]
}