路泰机电科技体检——数据平台后端
zhaowenxuan
2024-12-30 7e76a5d7b6ab2c5c533b04ad23b53869c7b3d4f7
1
2
3
4
5
6
7
8
9
10
11
package com.example.scheudleds;
 
 
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component;
 
@Slf4j
@Component
public class DictSyncCommon {
 
}