Administrator
2021-08-28 99240e80f8cc18c1944bc9f5c7e48c47c751cd45
src/main/java/org/springblade/modules/resource/entity/Attach.java
@@ -16,6 +16,7 @@
 */
package org.springblade.modules.resource.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@@ -69,5 +70,12 @@
   private String deptid;
   private String type;
   /**
    * 通知公告id
    */
   @TableField("notice_id")
   private Long noticeId;
   private String cardid;
}