公告板
版本库
filestore
活动
搜索
登录
未授权访问版本库 fg_v2.0.git
鲁星伟
/
ResMeterManager
内阻计测试分析软件
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
根据fileId获取参数信息fileParam/getParamByFileId
lxw
2022-11-09
fcbc161f1601d0bad386d499ea05d51c0ff947cb
[~whyclxw/ResMeterManager.git]
/
src
/
main
/
java
/
com
/
whyc
/
dto
/
Station
/
FileName.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.whyc.dto.Station;
import lombok.Data;
import java.io.Serializable;
@Data
public class FileName implements Serializable {
private String fileId;
private String fileName;
private String fileUrl;
}