From 3d400cfcc41df9bc35678751f6f5afb5cf6c1ae5 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期三, 03 十二月 2025 14:52:54 +0800
Subject: [PATCH] 产品服务实现过程
---
multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentBorrowCopy.java | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentBorrowCopy.java b/multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentBorrowCopy.java
index a858bd8..0fca222 100644
--- a/multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentBorrowCopy.java
+++ b/multi-system/src/main/java/com/gkhy/exam/system/domain/DocumentBorrowCopy.java
@@ -45,19 +45,19 @@
@NotBlank(message = "记录名称不能为空")
private String name;
- @ApiModelProperty(value ="制表人id" ,required = true)
- @TableField("tabulation_id")
- @NotNull(message = "制表人id不能为空")
- private Long tabulationId;
-
- @ApiModelProperty("制表人")
- @TableField("tabulation_name")
- private String tabulationName;
-
- @ApiModelProperty(value ="制表日期",required = true)
- @TableField("tabulation_date")
- @NotNull(message = "制表日期不能为空")
- private LocalDateTime tabulationDate;
+// @ApiModelProperty(value ="制表人id" ,required = true)
+// @TableField("tabulation_id")
+// @NotNull(message = "制表人id不能为空")
+// private Long tabulationId;
+//
+// @ApiModelProperty("制表人")
+// @TableField("tabulation_name")
+// private String tabulationName;
+//
+// @ApiModelProperty(value ="制表日期",required = true)
+// @TableField("tabulation_date")
+// @NotNull(message = "制表日期不能为空")
+// private LocalDateTime tabulationDate;
@ApiModelProperty("删除标志(0为删除,1删除,默认0)")
@TableField("del_flag")
--
Gitblit v1.9.2