Mutable fields should not be "public static"
https://stackoverflow.com/questions/53764748/mutable-fields-should-not-be-public-static
protected static List<String> COLUMN_NAMES = Collections.unmodifiableList(Arrays.asList("date","customerNumber","customerName",
"account","emailAdress","mobilePhoneNumber","emailStatus"));

浙公网安备 33010602011771号