From 8e3a02c1facca35c5a90ce9b49505f373ae658f5 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 13 三月 2026 10:31:48 +0800
Subject: [PATCH] 代码提交
---
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementdetailShared.java | 39 ++++++++++++++++++++++++++++++++++++++-
1 files changed, 38 insertions(+), 1 deletions(-)
diff --git a/ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementdetailShared.java b/ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementdetailShared.java
index 8b62de4..2524fdd 100644
--- a/ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementdetailShared.java
+++ b/ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementdetailShared.java
@@ -2,8 +2,13 @@
import java.math.BigDecimal;
import java.util.Date;
+
+import com.baomidou.mybatisplus.annotation.FieldStrategy;
+import com.baomidou.mybatisplus.annotation.TableField;
import com.fasterxml.jackson.annotation.JsonFormat;
+import com.baomidou.mybatisplus.annotation.FieldStrategy;
import com.baomidou.mybatisplus.annotation.IdType;
+import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.ruoyi.common.annotation.Excel;
import com.ruoyi.common.core.domain.BaseEntity;
@@ -13,7 +18,7 @@
/**
* 鎶ラ攢鐢宠鏄庣粏瀵硅薄 service_reimbursementdetail_shared
- *
+ *
* @author ruoyi
* @date 2023-04-20
*/
@@ -32,11 +37,13 @@
/** 璧勯噾鐢宠涓昏〃ID */
@ApiModelProperty("璧勯噾鐢宠涓昏〃ID")
@Excel(name = "璧勯噾鐢宠涓昏〃ID")
+ @TableField("RBID")
private Long rbid;
/** 宸梾鎶ラ攢鍗曟槑缁咺D */
@ApiModelProperty("宸梾鎶ラ攢鍗曟槑缁咺D")
@Excel(name = "宸梾鎶ラ攢鍗曟槑缁咺D")
+ @TableField("RDID")
private Long rdid;
/** 浜哄憳绫诲埆 */
@@ -52,94 +59,124 @@
/** 椤哄簭鍙� */
@ApiModelProperty("椤哄簭鍙�")
@Excel(name = "椤哄簭鍙�")
+ @TableField("OrderNo")
private Long orderno;
/** 鍑哄彂鏃堕棿 */
@ApiModelProperty("鍑哄彂鏃堕棿")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "鍑哄彂鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
+ @TableField("StartTime")
private Date starttime;
/** 鍑哄彂鍦扮偣 */
@ApiModelProperty("鍑哄彂鍦扮偣")
@Excel(name = "鍑哄彂鍦扮偣")
+ @TableField("Departure")
private String departure;
/** 鍒拌揪鏃堕棿 */
@ApiModelProperty("鍒拌揪鏃堕棿")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "鍒拌揪鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
+ @TableField("EndTime")
private Date endtime;
/** 鍒拌揪鍦扮偣 */
@ApiModelProperty("鍒拌揪鍦扮偣")
@Excel(name = "鍒拌揪鍦扮偣")
+ @TableField("Destination")
private String destination;
/** 澶╂暟 */
@ApiModelProperty("澶╂暟")
@Excel(name = "澶╂暟")
+ @TableField("Days")
private Long days;
/** 浜ら�氳垂 */
@ApiModelProperty("浜ら�氳垂")
@Excel(name = "浜ら�氳垂")
+ @TableField("TrafficExpense")
private BigDecimal trafficexpense;
/** 浜ら�氬伐鍏� */
@ApiModelProperty("浜ら�氬伐鍏�")
@Excel(name = "浜ら�氬伐鍏�")
+ @TableField("TrafficType")
private String traffictype;
+
+ /** 浜ら�氬伐鍏� */
+ @ApiModelProperty("浜ら�氬伐鍏�")
+ @Excel(name = "浜ら�氬伐鍏�")
+ @TableField("TrafficType2")
+ private String traffictype2;
/** 甯傚唴浜ら�氳垂 */
@ApiModelProperty("甯傚唴浜ら�氳垂")
@Excel(name = "甯傚唴浜ら�氳垂")
+ @TableField("CityFee")
private BigDecimal cityfee;
/** 浣忓璐� */
@ApiModelProperty("浣忓璐�")
@Excel(name = "浣忓璐�")
+ @TableField("HotelExpense")
private BigDecimal hotelexpense;
/** 鍙戠エ寮犳暟 */
@ApiModelProperty("鍙戠エ寮犳暟")
@Excel(name = "鍙戠エ寮犳暟")
+ @TableField("InvoiceCount")
private Long invoicecount;
/** 闄勪欢寮犳暟 */
@ApiModelProperty("闄勪欢寮犳暟")
@Excel(name = "闄勪欢寮犳暟")
+ @TableField("AttachCount")
private Long attachcount;
/** 鏉傝垂 */
@ApiModelProperty("鏉傝垂")
@Excel(name = "鏉傝垂")
+ @TableField("OtherExpense")
private BigDecimal otherexpense;
/** 浼欓璐� */
@ApiModelProperty("浼欓璐�")
@Excel(name = "浼欓璐�")
+ @TableField("FoodExpenses")
private BigDecimal foodexpenses;
/** 浼欓璐硅ˉ鍔� */
@ApiModelProperty("浼欓璐硅ˉ鍔�")
@Excel(name = "浼欓璐硅ˉ鍔�")
+ @TableField("FoodAllowance")
private BigDecimal foodallowance;
/** 闄勪欢琛� */
@ApiModelProperty("闄勪欢琛�")
@Excel(name = "闄勪欢琛�")
+ @TableField(value = "AnnexFiles", updateStrategy = FieldStrategy.IGNORED)
private String annexfiles;
+
+ /** 闄勪欢琛� */
+ @ApiModelProperty("鍙戠エ闄勪欢琛�")
+ @Excel(name = "鍙戠エ闄勪欢琛�")
+ @TableField(value = "InvoiceFiles", updateStrategy = FieldStrategy.IGNORED)
+ private String invoicefiles;
/** 涓婁紶鏍囪瘑 */
@ApiModelProperty("涓婁紶鏍囪瘑")
@Excel(name = "涓婁紶鏍囪瘑")
+ @TableField("upload_flag")
private String uploadFlag;
/** 涓婁紶鏃堕棿 */
@ApiModelProperty("涓婁紶鏃堕棿")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "涓婁紶鏃堕棿", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
+ @TableField("upload_time")
private Date uploadTime;
/** 鐩殑鍦扮渷浠� */
--
Gitblit v1.9.3