Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-store
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-store
Commits
5b065ab3
Commit
5b065ab3
authored
Jul 03, 2019
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自定义域字段-排序
parent
7636df17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
0 deletions
+25
-0
StoreGroupConstant.java
.../main/java/com/gic/store/constant/StoreGroupConstant.java
+10
-0
StoreFieldApiService.java
...main/java/com/gic/store/service/StoreFieldApiService.java
+15
-0
No files found.
gic-store-api/src/main/java/com/gic/store/constant/StoreGroupConstant.java
View file @
5b065ab3
...
...
@@ -32,6 +32,16 @@ public class StoreGroupConstant {
public
final
static
int
SORT_DOWN
=
2
;
/**
* 置底
*/
public
final
static
int
SORT_BOTTOM
=
3
;
/**
* 置顶
*/
public
final
static
int
SORT_TOPPING
=
4
;
/**
* 是否是默认门店,初始化品牌的时候会建立一条默认门店:未分组门店,不可编辑,1:是 0:否
*/
public
final
static
int
IS_DEFAULT
=
1
;
...
...
gic-store-api/src/main/java/com/gic/store/service/StoreFieldApiService.java
View file @
5b065ab3
...
...
@@ -62,4 +62,19 @@ public interface StoreFieldApiService {
*/
ServiceResponse
<
StoreFieldDTO
>
getStoreField
(
int
storeFieldId
);
/**
* 置底
* @param storeFieldId
* @return
*/
ServiceResponse
<
Integer
>
sortBottom
(
int
storeFieldId
);
/**
* 置顶
* @param storeFieldId
* @return
*/
ServiceResponse
<
Integer
>
sortTopping
(
int
storeFieldId
);
}
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