feat:feat(resource): 添加模型版本高清修复功能
parent
83b07054a1
commit
6fee8248de
|
@ -1,9 +1,7 @@
|
|||
package com.mcwl.web.controller.communityCenter;
|
||||
|
||||
|
||||
import com.mcwl.communityCenter.domain.Community;
|
||||
import com.mcwl.communityCenter.domain.Publish;
|
||||
import com.mcwl.communityCenter.service.CommunityCenterService;
|
||||
import com.mcwl.communityCenter.service.PublishService;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
|
@ -25,4 +23,7 @@ public class PublishController {
|
|||
return publishService.list();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue