Prechádzať zdrojové kódy

Merge remote-tracking branch 'origin/store-plantform' into store-plantform

zjy 1 mesiac pred
rodič
commit
6d66e0c8c6

+ 0 - 1
alien-store-platform/src/main/java/shop/alien/storeplatform/controller/NoticeController.java

@@ -8,7 +8,6 @@ import lombok.extern.slf4j.Slf4j;
 import org.springframework.web.bind.annotation.*;
 import shop.alien.entity.result.R;
 import shop.alien.entity.store.vo.LifeNoticeVo;
-import shop.alien.storeplatform.annotation.LoginRequired;
 import shop.alien.storeplatform.service.NoticeService;
 
 /**