From 3ed3f6c299eabbda1c161408732d71ecb60b8959 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期二, 24 十月 2023 16:34:39 +0800 Subject: [PATCH] 暂时取消异步登录 初始化清空流媒体重新加载 --- ard-work/src/main/java/com/ruoyi/app/patrolplan/domain/ArdAppPatrolpointRecordImg.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ard-work/src/main/java/com/ruoyi/app/patrolplan/domain/ArdAppPatrolpointRecordImg.java b/ard-work/src/main/java/com/ruoyi/app/patrolplan/domain/ArdAppPatrolpointRecordImg.java index f7dffc2..5bf55c2 100644 --- a/ard-work/src/main/java/com/ruoyi/app/patrolplan/domain/ArdAppPatrolpointRecordImg.java +++ b/ard-work/src/main/java/com/ruoyi/app/patrolplan/domain/ArdAppPatrolpointRecordImg.java @@ -26,6 +26,18 @@ @Excel(name = "宸℃鍥剧墖") private String img; + /** 鍒犻櫎鏍囪 */ + @Excel(name = "鍒犻櫎鏍囪") + private Integer del; + + public Integer getDel() { + return del; + } + + public void setDel(Integer del) { + this.del = del; + } + public void setId(String id) { this.id = id; -- Gitblit v1.9.3