java110
2021-11-24 59d4ac771099844721d4fe0b2ff6f3ac28162099
java110-generator/src/main/resources/newBack/template_1.json
@@ -1,34 +1,51 @@
{
  "param": {
    "footerId": "footer_id",
    "componentId": "component_id",
    "javaScript": "java_script",
    "name": "name",
    "remark": "remark",
    "couponName": "coupon_name",
    "uoId": "uo_id",
    "objId": "obj_id",
    "statusCd": "status_cd",
    "queryModel": "query_model",
    "componentSql": "component_sql"
    "couponId": "coupon_id",
    "userName": "user_name",
    "userId": "user_id",
    "objType": "obj_type",
    "primary": "PRIMARY"
  },
  "name": "reportCustomComponentFooter",
  "shareColumn": "footer_id",
  "id": "footerId",
  "shareName": "report",
  "name": "couponUserDetail",
  "shareColumn": "uo_id",
  "id": "uoId",
  "shareName": "acct",
  "autoMove": true,
  "required": [
    {
      "msg": "报表底部同步ID不能为空",
      "code": "footerId"
      "msg": "记录表不能为空",
      "code": "uoId"
    },
    {
      "msg": "组件ID不能为空",
      "code": "componentId"
      "msg": "优惠券ID不能为空",
      "code": "couponId"
    },
    {
      "msg": "名称不能为空",
      "code": "name"
      "msg": "优惠券名称不能为空",
      "code": "couponName"
    },
    {
      "msg": "用户ID不能为空",
      "code": "userId"
    },
    {
      "msg": "用户名称不能为空",
      "code": "userName"
    },
    {
      "msg": "抵消对象类型不能为空",
      "code": "objType"
    },
    {
      "msg": "抵消对象不能为空",
      "code": "objId"
    }
  ],
  "desc": "底部统计",
  "shareParam": "footerId",
  "tableName": "report_custom_component_footer"
}
  "desc": "用户抵消记录",
  "shareParam": "uoId",
  "tableName": "coupon_user_detail"
}