import com.opencsv.bean.CsvBindByName; public class Bill { @CsvBindByName(column = " The order number ") private String orderid; ...
確定! 回上一頁