@@ -120,4 +120,9 @@ public class MajorStatisticalSelectDTO {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date endTime;
+ /**
+ * 金融/非金融状态为null
+ */
+ private Boolean financialIsNull;
+
}