java110
2020-05-16 a9193cfd5ae8d7fa7e0824b5f77e4deb72695dae
java110-code-generator/src/main/resources/back/template_1.json
@@ -1,52 +1,49 @@
{
  "id": "taskDetailId",
  "name": "inspectionTaskDetail",
  "desc": "巡检任务明细",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_INSPECTION_TASK_DETAIL",
  "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_INSPECTION_TASK_DETAIL",
  "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_INSPECTION_TASK_DETAIL",
  "newBusinessTypeCdValue": "540200030001",
  "updateBusinessTypeCdValue": "540200040001",
  "deleteBusinessTypeCdValue": "540200040001",
  "businessTableName": "business_inspection_task_detail",
  "tableName": "inspection_task_detail",
  "id": "weChatId",
  "name": "smallWeChat",
  "desc": "小程序管理",
  "shareParam": "store_Id",
  "shareColumn": "storeId",
  "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_SMALL_WE_CHAT",
  "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_SMALL_WE_CHAT",
  "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_SMALL_WE_CHAT",
  "newBusinessTypeCdValue": "210200060001",
  "updateBusinessTypeCdValue": "210200070001",
  "deleteBusinessTypeCdValue": "210200080001",
  "businessTableName": "buiness_small_wechat",
  "tableName": "small_wechat",
  "param": {
    "taskDetailId": "task_detail_id",
    "taskId": "task_id",
    "inspectionId": "inspection_id",
    "inspectionName": "inspection_name",
    "state": "state",
    "communityId": "community_id",
    "weChatId": "weChat_id",
    "bId": "bId",
    "storeId": "store_Id",
    "name": "name",
    "appId": "appId",
    "appSecret": "appSecret",
    "payPassword": "pay_password",
    "remarks": "remarks",
    "statusCd": "status_cd",
    "operate": "operate",
    "bId": "b_id"
    "createTime": "create_time",
    "operate": "operate"
  },
  "required": [
    {
      "code": "taskDetailId",
      "msg": "任务明细ID不能为空"
      "code": "name",
      "msg": "小程序名称不能为空"
    },
    {
      "code": "taskId",
      "msg": "巡检任务不能为空"
      "code": "appId",
      "msg": "小程序appId不能为空"
    },
    {
      "code": "communityId",
      "msg": "小区不能为空"
      "code": "appSecret",
      "msg": "小程序appSecret不能为空"
    },
    {
      "code": "inspectionId",
      "msg": "巡检点不能为空"
    },
    {
      "code": "inspectionName",
      "msg": "巡检点名称不能为空"
    },
    {
      "code": "signType",
      "msg": "巡检方式不能为空"
      "code": "payPassword",
      "msg": "支付密码不能为空"
    }
  ]
}
}