java110
2021-08-06 b5e47a74ad88c453bf82fb8b870b69ac9d45503f
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,35 +1,47 @@
{
  "autoMove": true,
  "id": "pfId",
  "name": "reportOwnerPayFee",
  "desc": "业主缴费明细",
  "id": "titleId",
  "name": "reportInfoSettingTitle",
  "desc": "进出上报题目设置",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "report",
  "tableName": "report_owner_pay_fee",
  "tableName": "report_info_setting_title",
  "param": {
    "pfId": "pf_id",
    "pfYear": "pf_year",
    "pfMonth": "pf_month",
    "pfDate": "pf_date",
    "titleId": "title_id",
    "settingId": "setting_id",
    "title": "title",
    "titleType": "title_type",
    "seq": "seq",
    "communityId": "community_id",
    "ownerId": "owner_id",
    "ownerName": "owner_name",
    "objName": "obj_name",
    "objType": "obj_type",
    "objId": "obj_id",
    "detailId": "detail_id",
    "configId": "config_id",
    "configName": "config_name",
    "feeId": "fee_id",
    "feeName": "fee_name",
    "amount": "amount",
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "pfId",
      "msg": "缴费ID不能为空"
      "code": "titleId",
      "msg": "合同ID不能为空"
    },
    {
      "code": "settingId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "title",
      "msg": "用户规格不能为空"
    },
    {
      "code": "titleType",
      "msg": "用户规格不能为空"
    },
    {
      "code": "seq",
      "msg": "用户规格不能为空"
    },
    {
      "code": "communityId",
      "msg": "用户规格不能为空"
    }
  ]
}
}