From 4a8ff39b0fab0627ef8f7459587d514cc01c3676 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 20 十月 2025 10:52:02 +0800
Subject: [PATCH] Merge branch 'wuhuyancao' of http://139.186.142.91:10010/r/productDev/dmvisit into wuhuyancao

---
 server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkVersion.java |   35 ++++++++++++++++++++++++++++++++---
 1 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkVersion.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkVersion.java
index c2402c0..2c33dd2 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkVersion.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkVersion.java
@@ -1,6 +1,8 @@
 package com.doumee.dao.business.model;
 
+import com.baomidou.mybatisplus.annotation.TableField;
 import com.doumee.core.annotation.excel.ExcelColumn;
+import com.doumee.service.business.third.model.LoginUserModel;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import com.baomidou.mybatisplus.annotation.IdType;
@@ -8,6 +10,8 @@
 import com.baomidou.mybatisplus.annotation.TableName;
 import lombok.Data;
 import com.fasterxml.jackson.annotation.JsonFormat;
+
+import java.math.BigDecimal;
 import java.util.Date;
 
 /**
@@ -18,8 +22,9 @@
 @Data
 @ApiModel("浜ゆ帶-閽ュ寵鏌滅粓绔増鏈俊鎭〃")
 @TableName("`jk_version`")
-public class JkVersion {
+public class JkVersion  extends LoginUserModel {
 
+    @TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "涓婚敭", example = "1")
     @ExcelColumn(name="涓婚敭")
     private Integer id;
@@ -50,8 +55,8 @@
     @ExcelColumn(name="澶囨敞")
     private String info;
 
-    @ApiModelProperty(value = "鐗堟湰鍙�")
-    @ExcelColumn(name="鐗堟湰鍙�")
+    @ApiModelProperty(value = "鐗堟湰鍙峰悕绉�")
+    @ExcelColumn(name="鐗堟湰鍙峰悕绉�")
     private String versionInfo;
 
     @ApiModelProperty(value = "瀹夎鍖呰矾寰�")
@@ -82,4 +87,28 @@
     @ExcelColumn(name="骞冲彴绫诲瀷 0Android 1IOS")
     private Integer type;
 
+    @ApiModelProperty(value = "鏂囦欢澶у皬 鍗曚綅锛圞B锛�", example = "1")
+    @ExcelColumn(name="鏂囦欢澶у皬 鍗曚綅锛圞B锛�")
+    private Integer fileSize;
+
+    @ApiModelProperty(value = "鐗堟湰鍙�", example = "1")
+    @ExcelColumn(name="鐗堟湰鍙�")
+    private Integer versionNum;
+
+    @ApiModelProperty(value = "鏂囦欢澶у皬 鍗曚綅锛圡B锛�", example = "1")
+    @TableField(exist = false)
+    private double fileSizeMb;
+
+
+    @ApiModelProperty(value = "鍒涘缓浜哄悕绉�", example = "1")
+    @TableField(exist = false)
+    private String createUserName;
+
+    @ApiModelProperty(value = "apk鍏ㄨ矾寰�", example = "1")
+    @TableField(exist = false)
+    private String fullFileUrl;
+
+
+
+
 }

--
Gitblit v1.9.3