本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
yusmar
/
tbg-company-api
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
add otr price
master
yusmar
4 年之前
父節點
0d9aecaeda
當前提交
decd68660a
共有
10 個檔案被更改
,包括
94 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
api/accessories/models/accessories.settings.json
+11
-1
api/apparel/models/apparel.settings.json
+7
-0
api/dealers/models/dealers.settings.json
+9
-0
api/helmet/models/helmet.settings.json
+9
-0
api/product-hino/models/product-hino.settings.json
+9
-0
api/product-honda/models/product-honda.settings.json
+9
-0
api/product/models/product.settings.json
+9
-0
api/products-suzuki/models/products-suzuki.settings.json
+11
-1
api/yamalube/models/yamalube.settings.json
+11
-1
api/ygp/models/ygp.settings.json
+ 9
- 0
api/accessories/models/accessories.settings.json
查看文件
@@ -37,6 +37,15 @@
},
"stock": {
"type": "string"
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 11
- 1
api/apparel/models/apparel.settings.json
查看文件
@@ -2,7 +2,8 @@
"kind": "collectionType",
"collectionName": "apparels",
"info": {
"name": "Apparel"
"name": "Apparel",
"description": ""
},
"options": {
"increments": true,
@@ -48,6 +49,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 7
- 0
api/dealers/models/dealers.settings.json
查看文件
@@ -46,6 +46,13 @@
"Sumsel",
"Bengkulu"
]
},
"dealer_status": {
"type": "enumeration",
"enum": [
"Dealer_3S",
"Dealer_YPM"
]
}
}
}
+ 9
- 0
api/helmet/models/helmet.settings.json
查看文件
@@ -50,6 +50,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 9
- 0
api/product-hino/models/product-hino.settings.json
查看文件
@@ -39,6 +39,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 9
- 0
api/product-honda/models/product-honda.settings.json
查看文件
@@ -39,6 +39,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 9
- 0
api/product/models/product.settings.json
查看文件
@@ -214,6 +214,15 @@
},
"spesifikasi_kelistrikan": {
"type": "richtext"
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 9
- 0
api/products-suzuki/models/products-suzuki.settings.json
查看文件
@@ -39,6 +39,15 @@
},
"price": {
"type": "biginteger"
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 11
- 1
api/yamalube/models/yamalube.settings.json
查看文件
@@ -2,7 +2,8 @@
"kind": "collectionType",
"collectionName": "yamalubes",
"info": {
"name": "Yamalube"
"name": "Yamalube",
"description": ""
},
"options": {
"increments": true,
@@ -35,6 +36,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
+ 11
- 1
api/ygp/models/ygp.settings.json
查看文件
@@ -2,7 +2,8 @@
"kind": "collectionType",
"collectionName": "ygps",
"info": {
"name": "YGP"
"name": "YGP",
"description": ""
},
"options": {
"increments": true,
@@ -35,6 +36,15 @@
],
"plugin": "upload",
"required": false
},
"otr_price_sumsel": {
"type": "biginteger"
},
"otr_price_palembang": {
"type": "biginteger"
},
"otr_price_bengkulu": {
"type": "biginteger"
}
}
}
Write
Preview
Loading…
取消
儲存