java110
2021-08-06 b5e47a74ad88c453bf82fb8b870b69ac9d45503f
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,45 +1,47 @@
{
  "autoMove": true,
  "id": "applyId",
  "name": "accountWithdrawalApply",
  "desc": "账户提现",
  "shareParam": "acctId",
  "shareColumn": "acct_id",
  "shareName": "acct",
  "tableName": "account_withdrawal_apply",
  "id": "titleId",
  "name": "reportInfoSettingTitle",
  "desc": "进出上报题目设置",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "report",
  "tableName": "report_info_setting_title",
  "param": {
    "applyId": "apply_id",
    "acctId": "acct_id",
    "amount": "amount",
    "applyUserId": "apply_user_id",
    "applyUserName": "apply_user_name",
    "applyUserTel": "apply_user_tel",
    "context": "context",
    "state": "state",
    "titleId": "title_id",
    "settingId": "setting_id",
    "title": "title",
    "titleType": "title_type",
    "seq": "seq",
    "communityId": "community_id",
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "acctId",
      "msg": "账户ID不能为空"
      "code": "titleId",
      "msg": "合同ID不能为空"
    },
    {
      "code": "amount",
      "msg": "提现金额不能为空"
      "code": "settingId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "applyUserId",
      "msg": "申请人ID不能为空"
    },{
      "code": "applyUserName",
      "msg": "申请人名称不能为空"
    },{
      "code": "applyUserTel",
      "msg": "申请人电话不能为空"
    },{
      "code": "state",
      "msg": "申请状态不能为空"
      "code": "title",
      "msg": "用户规格不能为空"
    },
    {
      "code": "titleType",
      "msg": "用户规格不能为空"
    },
    {
      "code": "seq",
      "msg": "用户规格不能为空"
    },
    {
      "code": "communityId",
      "msg": "用户规格不能为空"
    }
  ]
}
}