Explorar el Código

1.跟单导出被保人

wuhp hace 2 años
padre
commit
7e366f157b

+ 1 - 1
src/main/java/com/ydtech/modules/ins/model/vo/res/BxOtherDetailsNorExcel.java

@@ -24,7 +24,7 @@ public class BxOtherDetailsNorExcel {
 
     @ApiModelProperty("被保险人")
     @ExcelProperty(value = "被保险人",index = 2)
-    private String userName;
+    private String insuredName;
 
 
     @ApiModelProperty("保险公司名称")