|
@@ -249,6 +249,11 @@ public class InvSourceExcel implements Serializable {
|
|
|
*/
|
|
*/
|
|
|
@ExcelProperty("结算状态")
|
|
@ExcelProperty("结算状态")
|
|
|
private String clearingState;
|
|
private String clearingState;
|
|
|
|
|
+ /**
|
|
|
|
|
+ *保司结算状态
|
|
|
|
|
+ */
|
|
|
|
|
+ @ExcelProperty("保司结算状态")
|
|
|
|
|
+ private String insuranceClearingState;
|
|
|
|
|
|
|
|
@ExcelProperty("导入日期")
|
|
@ExcelProperty("导入日期")
|
|
|
@JsonFormat(pattern = "yyyy年MM月dd日")
|
|
@JsonFormat(pattern = "yyyy年MM月dd日")
|