zj
2026-01-14 fff9ac550c469aafa60ce8f1adff5edd6941f8e1
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);
}