kongdeqiang
2022-12-16 daf6a95086087ec99232eea8b4648b7541881f7c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.wgcloud.service;
 
import org.springframework.stereotype.Service;
 
/**
 * @author kdq
 * @version 1.0.0
 * @ClassName FailureLoggingService.java
 * @Description TODO
 * @createTime 2022年12月16日 17:32:00
 */
@Service
public class FailureLoggingService {
}