Commit 39e33e90 authored by xinglei's avatar xinglei

*)增加高风险企业字段

parent 5cda20ae
......@@ -5,6 +5,8 @@ import lombok.Data;
@Data
public class IdxUjerDto {
private String businessName;
private String creditCode;
private String businessType;
private byte[] businessAddress;
private String businessAddressStr;
private String contacts;
......
......@@ -27,7 +27,6 @@ import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
import org.springframework.util.ObjectUtils;
import org.typroject.tyboot.core.foundation.utils.ValidationUtil;
import org.typroject.tyboot.core.restful.utils.ResponseModel;
import java.util.*;
......
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