公告板
版本库
filestore
活动
搜索
登录
main
/
ltkj_peis_sjpt
路泰机电科技体检——数据平台后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2024-12-24
zjh
2024-12-24
cffd87559f2e9343ce3e5dcc5d2953272a244253
[ltkj_peis_sjpt.git]
/
src
/
main
/
java
/
com
/
example
/
scheudleds
/
DictSyncCommon.java
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 {
}