dashboard
repositories
filestore
activity
search
login
main
/
oyingServer
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1、PlatformCategory继承BaseEntity 2、调整PlatformCategoryView字段 3、完成queryPlatform...
zepengdev
2025-06-04
5f8ed81b5545dc31e3851b983e7660f2c5f4311c
[oyingServer.git]
/
oying-system
/
src
/
main
/
java
/
com
/
oying
/
modules
/
pc
/
store
/
service
/
StoreCreateService.java
1
2
3
4
5
6
7
package com.oying.modules.pc.store.service;
import com.oying.modules.pc.store.domain.dto.StoreCreateRequest;
public interface StoreCreateService {
void create(StoreCreateRequest request);
}