dashboard
repositories
filestore
activity
search
login
main
/
mh_server
苗浩服务端代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
代码迁移推送
zj
2024-06-03
287ac389edd047696d956afafdb855a93830bc0c
[mh_server.git]
/
src
/
main
/
java
/
com
/
nq
/
service
/
ISiteProductService.java
1
2
3
4
5
6
7
8
9
10
package com.nq.service;
import com.nq.common.ServerResponse;
import com.nq.pojo.SiteProduct;
public interface ISiteProductService {
ServerResponse update(SiteProduct paramSiteProduct);
SiteProduct getProductSetting();
}