java110
2021-07-21 85fd844edc7efdc535b4a9a48e9cee8017851a63
java110-generator/src/main/resources/newBack/template_1.json
old mode 100644 new mode 100755
@@ -1,60 +1,58 @@
{
  "autoMove": true,
  "id": "rId",
  "name": "roomRenovation",
  "desc": "装修申请",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "community",
  "tableName": "room_renovation",
  "id": "smsId",
  "name": "smsConfig",
  "desc": "短信配置",
  "shareParam": "objId",
  "shareColumn": "obj_id",
  "shareName": "common",
  "tableName": "sms_config",
  "param": {
    "rId": "r_id",
    "roomId": "room_id",
    "roomName": "room_name",
    "communityId": "community_id",
    "statusCd": "status_cd",
    "startTime": "start_time",
    "endTime": "end_time",
    "personName": "person_name",
    "personTel": "person_tel",
    "state": "state",
    "isViolation": "is_violation",
    "violationDesc": "violation_desc",
    "remark": "remark"
    "smsId": "sms_id",
    "storeId": "store_id",
    "objId": "obj_id",
    "smsType": "sms_type",
    "smsBusi": "sms_busi",
    "templateCode": "template_code",
    "signName": "sign_name",
    "accessSecret": "access_secret",
    "accessKeyId": "access_key_id",
    "region": "region",
    "logSwitch": "log_switch",
    "remarks": "remarks",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "roomId",
      "msg": "房屋不能为空"
      "code": "objId",
      "msg": "对象不能为空"
    },
    {
      "code": "roomName",
      "msg": "房屋不能为空"
      "code": "smsType",
      "msg": "短信类型不能为空"
    },
    {
      "code": "communityId",
      "msg": "小区不能为空"
      "code": "smsBusi",
      "msg": "短信业务不能为空"
    },{
      "code": "templateCode",
      "msg": "短信模板不能为空"
    },{
      "code": "signName",
      "msg": "短信签名不能为空"
    },
    {
      "code": "startTime",
      "msg": "装修时间不能为空"
    },
    {
      "code": "endTime",
      "msg": "结束时间不能为空"
    },
    {
      "code": "personName",
      "msg": "联系人不能为空"
    },
    {
      "code": "personTel",
      "msg": "联系电话不能为空"
    },
    {
      "code": "isViolation",
      "msg": "是否违规不能为空"
      "code": "accessSecret",
      "msg": "访问秘钥不能为空"
    },{
      "code": "accessKeyId",
      "msg": "访问Key不能为空"
    },{
      "code": "region",
      "msg": "区域不能为空"
    },{
      "code": "logSwitch",
      "msg": "日志开关不能为空"
    }
  ]
}
}