Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newShopBack
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
newshop
newShopBack
Commits
9c2b3582
Commit
9c2b3582
authored
Dec 02, 2019
by
孙磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配送方式表优化
Signed-off-by:
sunlei
<
sunlei@romens.cn
>
parent
a3ef60d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
ShopTransportType.php
backend/models/v1/transport/ShopTransportType.php
+6
-11
No files found.
backend/models/v1/transport/ShopTransportType.php
View file @
9c2b3582
...
...
@@ -13,13 +13,11 @@ use yii\data\ActiveDataProvider;
* @property string $ORG_GUID 组织机构号
* @property string $CODE 编号
* @property string $NAME 名称
* @property string $PRICEFORMULA 暂不用
* @property string $SEARCHINTERFACE 暂不用
* @property string $DESCRIPTION 描述
* @property int $STATE 是否启用,1:启用,0:不启用
* @property string $IS
UNDERLINEPAY 暂不用
* @property string $IS
_UNDERLINE_PAY 是否支持线下付款,1:支持
* @property int $POINTS_STATE 积分商城此字段是否启用,1:启用
* @property int $ROMENS
RENT_STATE 暂不
用
* @property int $ROMENS
_RENT_STATE 是否在小程序使用,1:使用;0:未使
用
* @property string $TRANSPOR_TYPE 配送方式类型1:门店B2C配送方式 2:门店O2O配送方式 3:DC仓B2C
* @property int $DSDINTERVAL 定时达时间间隔
* @property int $DELIVERY_TIME 配送时间,比如2小时达,配送时间为2
...
...
@@ -43,9 +41,8 @@ class ShopTransportType extends BaseModel
{
return
[
[[
'GUID'
],
'required'
],
[[
'STATE'
,
'POINTS_STATE'
,
'ROMENSRENT_STATE'
,
'DSDINTERVAL'
,
'DELIVERY_TIME'
,
'ORDER_INDEX'
,
'EXTRA_MONEY'
],
'integer'
],
[[
'GUID'
,
'ORG_GUID'
,
'CODE'
,
'NAME'
,
'ISUNDERLINEPAY'
],
'string'
,
'max'
=>
50
],
[[
'PRICEFORMULA'
,
'SEARCHINTERFACE'
],
'string'
,
'max'
=>
200
],
[[
'STATE'
,
'POINTS_STATE'
,
'ROMENS_RENT_STATE'
,
'DSDINTERVAL'
,
'DELIVERY_TIME'
,
'ORDER_INDEX'
,
'EXTRA_MONEY'
,
'IS_UNDERLINE_PAY'
],
'integer'
],
[[
'GUID'
,
'ORG_GUID'
,
'CODE'
,
'NAME'
],
'string'
,
'max'
=>
50
],
[[
'DESCRIPTION'
],
'string'
,
'max'
=>
100
],
[[
'TRANSPOR_TYPE'
],
'string'
,
'max'
=>
20
],
[[
'GUID'
],
'unique'
],
...
...
@@ -62,13 +59,11 @@ class ShopTransportType extends BaseModel
'ORG_GUID'
=>
'Org Guid'
,
'CODE'
=>
'Code'
,
'NAME'
=>
'Name'
,
'PRICEFORMULA'
=>
'Priceformula'
,
'SEARCHINTERFACE'
=>
'Searchinterface'
,
'DESCRIPTION'
=>
'Description'
,
'STATE'
=>
'State'
,
'IS
UNDERLINEPAY'
=>
'Isunderlinep
ay'
,
'IS
_UNDERLINE_PAY'
=>
'Is Underline P
ay'
,
'POINTS_STATE'
=>
'Points State'
,
'ROMENS
RENT_STATE'
=>
'Romensr
ent State'
,
'ROMENS
_RENT_STATE'
=>
'Romens R
ent State'
,
'TRANSPOR_TYPE'
=>
'Transpor Type'
,
'DSDINTERVAL'
=>
'Dsdinterval'
,
'DELIVERY_TIME'
=>
'Delivery Time'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment