Commit 73fe926f by zhangxingmin

push

parent 60b2046f
...@@ -10,6 +10,11 @@ import java.time.LocalDateTime; ...@@ -10,6 +10,11 @@ import java.time.LocalDateTime;
public class ApiCertificateDto { public class ApiCertificateDto {
/** /**
* 主键ID
*/
private Long id;
/**
* 证件类型 * 证件类型
*/ */
private String documentType; private String documentType;
......
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