qin 1 year ago
parent
commit
8358f4163a

+ 1 - 1
src/main/java/com/poteviohealth/ym/ipos/model/merchant/detail/IndvregisterAddDetail.java

@@ -28,6 +28,6 @@ public class IndvregisterAddDetail extends IndvregisterUpdateDetail {
      * 14:台湾居民证
      */
     @ApiModelProperty(value = "法人证件类型",required = true)
-    private String identity_type;
+    private String identity_type = "1";
 
 }