ExcelPOJO.java 524 Bytes
package com.uccc.number.utils;

/**
 * Created by bert on 2021-09-16 10:07
 */
//public class ExcelPOJO {
//
//        @excelRescoure(value = "XM")
//        private  String name;
//        @excelRescoure(value = "SFZH")
//        private  String passwork;
//        @excelRescoure()
//        private  String look;
//
//        @Override
//        public String toString(){
//            return "name:"+this.getName()+",passwork:"+this.getPasswork()+",look:"+this.getLook();
//        }
//        public ExcelPOJO() {}
//}