@@ -10,7 +10,7 @@
</parent>
<groupId>thyyxxk</groupId>
<artifactId>web-server</artifactId>
- <version>1</version>
+ <version>2</version>
<name>web-server</name>
<description>server for yibao-web</description>
<properties>
@@ -1,6 +1,5 @@
package thyyxxk.webserver.entity.medicalinsurance.inpatient;
-import com.alibaba.fastjson.JSONObject;
import lombok.Data;
/**
@@ -32,17 +31,13 @@ public class RdCrdRslt {
private String patNo;
- * 读身份证、社保卡输出
+ * 读卡输出(身份证、社保卡返回普通字符串,二维码返回JSON字符串)
* */
- private String out;
+ private String data;
* 读身份证、社保卡控件签名
private String sign;
- /**
- * 读二维码返回
- * */
- private JSONObject data;
}