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