1
zj
2025-08-26 7c12438408fc7ccd8bb09d662387598b40098af9
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();
}