java110
2021-08-06 b5e47a74ad88c453bf82fb8b870b69ac9d45503f
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,34 +1,47 @@
{
  "autoMove": true,
  "id": "msgId",
  "name": "storeMsg",
  "desc": "商户消息",
  "shareParam": "shareId",
  "shareColumn": "share_id",
  "shareName": "store",
  "tableName": "store_msg",
  "id": "titleId",
  "name": "reportInfoSettingTitle",
  "desc": "进出上报题目设置",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "report",
  "tableName": "report_info_setting_title",
  "param": {
    "msgId": "msg_id",
    "msgType": "msg_type",
    "titleId": "title_id",
    "settingId": "setting_id",
    "title": "title",
    "msgFlag": "msg_flag",
    "content": "content",
    "viewId": "view_id",
    "shareId": "share_id",
    "titleType": "title_type",
    "seq": "seq",
    "communityId": "community_id",
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "shareId",
      "msg": "分片不能为空"
      "code": "titleId",
      "msg": "合同ID不能为空"
    },
    {
      "code": "msgFlag",
      "msg": "消息标识不能为空"
      "code": "settingId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "title",
      "msg": "标题不能为空"
      "msg": "用户规格不能为空"
    },
    {
      "code": "titleType",
      "msg": "用户规格不能为空"
    },
    {
      "code": "seq",
      "msg": "用户规格不能为空"
    },
    {
      "code": "communityId",
      "msg": "用户规格不能为空"
    }
  ]
}
}