店铺删除逻辑新增判断(产品更改后所有店铺不允许删除)

This commit is contained in:
zhangchenbiao
2024-04-22 14:13:14 +08:00
parent 38c3e67580
commit e1bd2a22ab
3 changed files with 11 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
package com.cool.store.controller.webb;
import com.cool.store.context.PartnerUserHolder;
import com.cool.store.request.AddShopRequest;
import com.cool.store.request.DeleteShopRequest;
import com.cool.store.response.ResponseResult;