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
7633855a
Commit
7633855a
authored
Nov 07, 2019
by
郭勇志
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'development' of
http://gitlab-ebiz.yiyao365.cn/newshop/newshopback
into development
parents
83c790c4
11ef11e3
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
113 additions
and
531 deletions
+113
-531
.gitignore
.gitignore
+3
-1
ShopUserMembergrade.php
backend/models/v1/shop/user/ShopUserMembergrade.php
+2
-2
composer.lock
composer.lock
+108
-528
No files found.
.gitignore
View file @
7633855a
...
...
@@ -38,7 +38,9 @@ phpunit.phar
# /frontend/web/index.php
/frontend/web/index-test.php
/frontend/web/robots.txt
/backend/web/swagger-yaml/v1/swagger.yaml
# /backend/web/index.php
/backend/web/index-test.php
/backend/web/robots.txt
#swagger
/backend/web/swagger-yaml/v1/swagger.yaml
backend/models/v1/shop/user/ShopUserMembergrade.php
View file @
7633855a
...
...
@@ -3,7 +3,7 @@
namespace
app\models\v1\shop\user
;
use
Yii
;
use
yii\db\ActiveRecord
;
use
app\models\v1\BaseModel
;
/**
* This is the model class for table "shop_user_membergrade".
...
...
@@ -18,7 +18,7 @@ use yii\db\ActiveRecord;
* @property string $MONEY_POINT_SRATE 购物获得积分比率
* @property int $IS_SETRANGE 0:全店通用 1:指定商品 2.指定促销分类
*/
class
ShopUserMembergrade
extends
ActiveRecord
class
ShopUserMembergrade
extends
BaseModel
{
/**
* {@inheritdoc}
...
...
composer.lock
View file @
7633855a
This diff is collapsed.
Click to expand it.
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