仪表盘
版本库
文件存储
活动
搜索
登录
陈战涛
/
igds-api
分支自
igds-api
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
调整上海市2023接口架构2
CZT
2023-08-17
931afbf9c4216a5a9f784026382cce2270303439
[~czt/igds-api.git]
/
src
/
main
/
java
/
com
/
fzzy
/
otherview
/
sh2023
/
pr
/
SHApi2101PR.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.fzzy.otherview.sh2023.pr;
import org.springframework.stereotype.Component;
/**
* 上海市接口-2101 检斤单
*
* @author czt
* @date 2023/8/17
*/
@Component
public class SHApi2101PR {
}