Commit 7c784fb4 authored by yanzg's avatar yanzg

身份证识别

parent c4886288
package com.yanzuoguang.util.sfz;
import com.sun.istack.internal.NotNull;
/**
* 获取身份证信息
*
......@@ -17,7 +15,7 @@ public class SfzInfo {
*/
private final SfzHandle sfzHandle;
public SfzInfo(@NotNull String cardId,@NotNull SfzHandle sfzHandle) {
public SfzInfo(String cardId, SfzHandle sfzHandle) {
this.cardId = cardId;
this.sfzHandle = sfzHandle;
}
......
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