Commit 571e7b81 by 陶光胜

门店保存修改

parent a2508fd8
......@@ -340,4 +340,13 @@ public interface StoreApiService {
* @return
*/
ServiceResponse<Void> saveStoreAndClerkForBulkOrder(String params);
/** @Description: 刷新门店缓存
* @author taogs
* @Date 16:00 2020/3/25
* @Param
* @return
*/
void refreshCache(Integer enterpriseId, Integer storeId);
}
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