package com.zy.common.entity; import com.alibaba.excel.annotation.ExcelIgnoreUnannotated; import com.zy.asrs.entity.LocRule; import lombok.Data; @Data @ExcelIgnoreUnannotated public class LocRuleExcel extends LocRule { }