dashboard
repositories
filestore
activity
search
login
main
/
oyingServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: 商户端的商品查询增加价格排序
zepengdev
6 days ago
5b237740ab4ef64bc95faa2ebd9af5f3671e4453
[oyingServer.git]
/
oying-system
/
src
/
main
/
java
/
com
/
oying
/
modules
/
pc
/
store
/
service
/
StoreCreateService.java
1
2
3
4
5
6
7
8
package com.oying.modules.pc.store.service;
import com.oying.modules.pc.store.domain.Store;
import com.oying.modules.pc.store.domain.dto.StoreCreateRequest;
public interface StoreCreateService {
Store create(StoreCreateRequest request);
}