From 237e9ca055705acd8b705580cc7ac627f5830eda Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 27 十月 2022 11:05:20 +0800
Subject: [PATCH] 1

---
 JavaCode/BsTemplate/Entity.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/JavaCode/BsTemplate/Entity.java b/JavaCode/BsTemplate/Entity.java
index 1eaf19f..7509dde 100644
--- a/JavaCode/BsTemplate/Entity.java
+++ b/JavaCode/BsTemplate/Entity.java
@@ -7,6 +7,7 @@
 import lombok.*;
 
 import java.io.Serializable;
+import java.math.BigDecimal;
 import java.sql.Timestamp;
 
 /**
@@ -15,7 +16,6 @@
  */
 @Data
 @AllArgsConstructor
-@NoArgsConstructor
 @TableName("{tabName}")
 public class {entityName} implements Serializable {
     private static final long serialVersionUID = {uid}L;

--
Gitblit v1.9.3