master
王兵 4 years ago
parent d92e5e97f6
commit bdf35f824e

@ -1,11 +1,11 @@
package xyz.wbsite.module.wsys.ent;
package ${domain}.module.wsys.ent;
import java.util.Date;
import xyz.wbsite.frame.excel.annotation.ExcelNote;
import xyz.wbsite.frame.excel.annotation.ExcelSelect;
import ${domain}.frame.excel.annotation.ExcelNote;
import ${domain}.frame.excel.annotation.ExcelSelect;
import com.alibaba.excel.annotation.ExcelProperty;
import xyz.wbsite.frame.excel.annotation.ExcelSheet;
import xyz.wbsite.frame.base.BaseEntity;
import ${domain}.frame.excel.annotation.ExcelSheet;
import ${domain}.frame.base.BaseEntity;
/**
* LOGTASK -

Loading…
Cancel
Save

Powered by TurnKey Linux.