Commit 356a8052 authored by suhuiguang's avatar suhuiguang

reafact(jyjc): 对接接口

1.增加联调对接接口,供圣元对接使用
parent b945ab04
...@@ -18,6 +18,9 @@ public class InspectMockAppData { ...@@ -18,6 +18,9 @@ public class InspectMockAppData {
@NotBlank(message = "设备类别代码不能为空") @NotBlank(message = "设备类别代码不能为空")
private String equCategory; private String equCategory;
/**
* 设备品种
*/
private String equDefine; private String equDefine;
@NotBlank(message = "检验检测类型不能为空") @NotBlank(message = "检验检测类型不能为空")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment