督办增加sdw审批字段
This commit is contained in:
+1
@@ -21,6 +21,7 @@ import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
|
||||
import org.jeecg.modules.demo.bgpartymatter.entity.BgPartymatter;
|
||||
import org.jeecgframework.poi.excel.ExcelImportUtil;
|
||||
import org.jeecgframework.poi.excel.def.NormalExcelConstants;
|
||||
import org.jeecgframework.poi.excel.entity.ExportParams;
|
||||
|
||||
+8
@@ -157,4 +157,12 @@ public class BgXiSpeak implements Serializable {
|
||||
@Excel(name = "督办次数", width = 15)
|
||||
@Schema(description = "督办次数")
|
||||
private java.lang.Integer supervisionCount;
|
||||
/**dw领导userId字段*/
|
||||
@Excel(name = "领导userId字段", width = 15)
|
||||
@Schema(description = "领导userId字段")
|
||||
private java.lang.String sdwLeaderList;
|
||||
/**dw领导userId字段*/
|
||||
@Excel(name = "是否需要sdw审批", width = 15)
|
||||
@Schema(description = "是否需要sdw审批")
|
||||
private java.lang.Integer needSdwApproval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user