Commit 6dc88658 by guojuxing

分组策略

parent 019bf190
......@@ -80,4 +80,19 @@ public interface StoreStrategyApiService {
* @return
*/
ServiceResponse<Page<StoreStrategyDTO>> listStoreField(int enterpriseId, String search, int strategyType, Integer pageNum, Integer pageSize);
/**
* 获取权重设置
* @param enterpriseId
* @return
*/
ServiceResponse<Integer> getWeightsByEnterpriseId(int enterpriseId);
/**
* 更改权重设置
* @param status
* @param enterpriseId
* @return
*/
ServiceResponse<Integer> saveOrUpdateWeights(int status, int enterpriseId);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment