1
zj
2026-01-13 3e960a11feaa7e2cd22261a1a15781d93659b270
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);
}