java110
2021-08-06 b5e47a74ad88c453bf82fb8b870b69ac9d45503f
java110-generator/src/main/resources/newBack/template_1.json
old mode 100644 new mode 100755
@@ -1,42 +1,46 @@
{
  "autoMove": true,
  "id": "auditId",
  "name": "payFeeAudit",
  "desc": "缴费审核",
  "id": "titleId",
  "name": "reportInfoSettingTitle",
  "desc": "进出上报题目设置",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "fee",
  "tableName": "pay_fee_audit",
  "shareName": "report",
  "tableName": "report_info_setting_title",
  "param": {
    "feeId": "fee_id",
    "feeDetailId": "fee_detail_id",
    "message": "message",
    "auditUserId": "audit_user_id",
    "auditUserName": "audit_user_name",
    "titleId": "title_id",
    "settingId": "setting_id",
    "title": "title",
    "titleType": "title_type",
    "seq": "seq",
    "communityId": "community_id",
    "state": "state",
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "titleId",
      "msg": "合同ID不能为空"
    },
    {
      "code": "settingId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "title",
      "msg": "用户规格不能为空"
    },
    {
      "code": "titleType",
      "msg": "用户规格不能为空"
    },
    {
      "code": "seq",
      "msg": "用户规格不能为空"
    },
    {
      "code": "communityId",
      "msg": "小区不能为空"
    },
    {
      "code": "feeId",
      "msg": "费用不能为空"
    },
    {
      "code": "auditUserId",
      "msg": "审核人不能为空"
    },
    {
      "code": "auditUserName",
      "msg": "审核人不能为空"
    },
    {
      "code": "state",
      "msg": "审核状态不能为空"
      "msg": "用户规格不能为空"
    }
  ]
}