java110
2021-08-06 b5e47a74ad88c453bf82fb8b870b69ac9d45503f
java110-generator/src/main/resources/newBack/template_1.json
old mode 100644 new mode 100755
@@ -1,43 +1,46 @@
{
  "autoMove": true,
  "id": "cartId",
  "name": "storeOrderCart",
  "desc": "订单购物车",
  "shareParam": "storeId",
  "shareColumn": "store_id",
  "shareName": "goods",
  "tableName": "store_order_cart",
  "id": "titleId",
  "name": "reportInfoSettingTitle",
  "desc": "进出上报题目设置",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "report",
  "tableName": "report_info_setting_title",
  "param": {
    "cartId": "cart_id",
    "orderId": "order_id",
    "productId": "product_id",
    "valueId": "value_id",
    "storeId": "store_id",
    "personId": "person_id",
    "cartNum": "cart_num",
    "price": "price",
    "payPrice": "pay_price",
    "freightPrice": "freight_price",
    "remark": "remark",
    "state": "state",
    "titleId": "title_id",
    "settingId": "setting_id",
    "title": "title",
    "titleType": "title_type",
    "seq": "seq",
    "communityId": "community_id",
    "createTime": "create_time",
    "statusCd": "status_cd"
  },
  "required": [
    {
      "code": "orderId",
      "msg": "订单不能为空"
      "code": "titleId",
      "msg": "合同ID不能为空"
    },
    {
      "code": "productId",
      "msg": "产品不能为空"
      "code": "settingId",
      "msg": "商户ID不能为空"
    },
    {
      "code": "valueId",
      "msg": "规格不能为空"
      "code": "title",
      "msg": "用户规格不能为空"
    },
    {
      "code": "storeId",
      "msg": "商户不能为空"
      "code": "titleType",
      "msg": "用户规格不能为空"
    },
    {
      "code": "seq",
      "msg": "用户规格不能为空"
    },
    {
      "code": "communityId",
      "msg": "用户规格不能为空"
    }
  ]
}