Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
df0f4159
Commit
df0f4159
authored
Oct 17, 2019
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:商品类型
parent
d9c8b22e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
src/Goods/Enum/GoodsEnum.php
+7
-1
No files found.
src/Goods/Enum/GoodsEnum.php
View file @
df0f4159
...
@@ -5,10 +5,15 @@
...
@@ -5,10 +5,15 @@
* Date: 2018/7/26
* Date: 2018/7/26
* Time: 16:00
* Time: 16:00
*/
*/
namespace
Hdll\Services\Goods\Enum
;
namespace
Hdll\Services\Goods\Enum
;
class
GoodsEnum
{
class
GoodsEnum
{
const
ON_OFFER
=
0
;
//出售中
const
ON_OFFER
=
0
;
//出售中
const
SOLD_OUT
=
1
;
//下架
const
SOLD_OUT
=
1
;
//下架
const
SELL_OUT
=
2
;
//售完
const
SELL_OUT
=
2
;
//售完
const
SERVER_GOODS
=
1
;
//服务商品
const
ENTITY_GOODS
=
2
;
//实体商品
}
}
\ No newline at end of file
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