guohongjin
2024-04-17 67c5f30d9a0d96746a423fbaf4c843593801a28a
1
2
3
4
5
6
7
8
9
10
package cn.stylefeng.rest.modular.worker.service;
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
 
@Slf4j
@Service
public class WorkerBizService {
 
}