Compare commits
No commits in common. "d09410bee79d386e607dce0cb23686a6087419b6" and "e31b12fd39b49cd9aa86de930914e0de49693fef" have entirely different histories.
d09410bee7
...
e31b12fd39
|
@ -19,9 +19,6 @@ import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
||||||
/**
|
|
||||||
* 发布
|
|
||||||
*/
|
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("publish")
|
@RequestMapping("publish")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
|
@ -71,4 +68,8 @@ public class PublishController {
|
||||||
return AjaxResult.success(publishService.removeById(id));
|
return AjaxResult.success(publishService.removeById(id));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue