From 078a5c4ced367fdbd5a16c27c8bada6e44e632d5 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 09 十月 2025 16:00:33 +0800
Subject: [PATCH] 最新版本541200007

---
 server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkSketchLine.java |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkSketchLine.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkSketchLine.java
index 24f400c..3361816 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkSketchLine.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkSketchLine.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_sketch_line`")
-public class JkSketchLine {
+public class JkSketchLine  extends LoginUserModel {
 
+    @TableId(type = IdType.AUTO)
     @ApiModelProperty(value = "涓婚敭", example = "1")
     @ExcelColumn(name="涓婚敭")
     private Integer id;
@@ -60,7 +65,7 @@
 
     @ApiModelProperty(value = "閫佽揣閲�", example = "1")
     @ExcelColumn(name="閫佽揣閲�")
-    private Integer totalNum;
+    private BigDecimal totalNum;
 
     @ApiModelProperty(value = "瀹㈡埛鏁�", example = "1")
     @ExcelColumn(name="瀹㈡埛鏁�")
@@ -75,4 +80,21 @@
     @JsonFormat(pattern = "yyyy-MM-dd")
     private Date dateInfo;
 
+
+    @ApiModelProperty(value = "杞︾墝鍙�", example = "1")
+    @TableField(exist = false)
+    private String carCode;
+    @ApiModelProperty(value = "閫佽揣鍙告満", example = "1")
+    @TableField(exist = false)
+    private String memberName;
+    @ApiModelProperty(value = "绾胯矾鍚嶇О", example = "1")
+    @TableField(exist = false)
+    private String lineName;
+    @ApiModelProperty(value = "鎵�灞炰富绾胯矾", example = "1")
+    @TableField(exist = false)
+    private String categoryName;
+    @ApiModelProperty(value = "鎵�灞炰富绾胯矾缂栫爜", example = "1")
+    @TableField(exist = false)
+    private Integer categoryId;
+
 }

--
Gitblit v1.9.3