仪表盘
版本库
文件存储
活动
搜索
登录
main
/
tx-lims-after
通信LIMS后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
代码优化+检验下单新增字段下发至对象
zss
2024-09-13
e05875fa75605595b192fca04e598598cb2f2931
[tx-lims-after.git]
/
inspect-server
/
src
/
main
/
java
/
com
/
yuanchu
/
mom
/
dto
/
InsReportDto1.java
1
2
3
4
5
6
7
8
9
10
11
package com.yuanchu.mom.dto;
import lombok.Data;
@Data
public class InsReportDto1 {
private String laboratory;
private Integer num;
}