dashboard
repositories
filestore
activity
search
login
gp
/
A-stock
A股代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
A股初始化
peter
2025-11-19
c8a4e883abfe89e83fda268c14f30f3e6e45edee
[gp/A-stock.git]
/
src
/
main
/
java
/
com
/
nq
/
service
/
ISiteIndexSettingService.java
1
2
3
4
5
6
7
8
9
10
package com.nq.service;
import com.nq.common.ServerResponse;
import com.nq.pojo.SiteIndexSetting;
public interface ISiteIndexSettingService {
SiteIndexSetting getSiteIndexSetting();
ServerResponse update(SiteIndexSetting paramSiteIndexSetting);
}