From 47c8b3c2d84d20f56ddace256dc14431d2ccfbb6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=99=E6=B5=B7=E5=86=9B?= <yuhaijun@haomo.studio.com>
Date: Wed, 21 Aug 2019 15:17:31 +0800
Subject: [PATCH] =?UTF-8?q?=E8=90=A5=E6=94=B6=E6=94=B6=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 common/models/revenue.json          | 4 ++--
 definitions/RuiPengLoopbackApi.yaml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/models/revenue.json b/common/models/revenue.json
index cbe3633..1d72081 100644
--- a/common/models/revenue.json
+++ b/common/models/revenue.json
@@ -28,13 +28,13 @@
     "name": {
       "type": "String",
       "required": true,
-      "length": 6,
+      "length": 5,
       "precision": null,
       "scale": null,
       "mysql": {
         "columnName": "name",
         "dataType": "varchar",
-        "dataLength": 6,
+        "dataLength": 5,
         "dataPrecision": null,
         "dataScale": null,
         "nullable": "N"
diff --git a/definitions/RuiPengLoopbackApi.yaml b/definitions/RuiPengLoopbackApi.yaml
index 861daa2..fc87d2b 100644
--- a/definitions/RuiPengLoopbackApi.yaml
+++ b/definitions/RuiPengLoopbackApi.yaml
@@ -6659,7 +6659,7 @@ definitions:
         maxLength: 36
         type: string
       name:
-        maxLength: 6
+        maxLength: 5
         type: string
       total:
         type: number
-- 
2.21.0