网站首页
编程语言
数据库
系统相关
其他分享
编程问答
monitorInterface
2024-11-20
java factory 创建
publicinterfaceMonitorInterface{voidexcute(List<LabelMonitor>monitorResponseDTOList)}@Service@Slf4jpublicclassLabelMonitorImplextendsMonitorLabelHandlerimplementsMonitorInterface{ @AllArgsConstructor@NoArgsConstructorpu