From 60d4a4cc4ba1b359963c654769cde848ead32efe Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 29 Nov 2020 23:45:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8Entity=E9=80=BB=E8=BE=91=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E7=BC=BA=E5=B0=91=E6=B3=A8=E8=A7=A3=E6=A0=87?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/tpl/backend/entity/TemplateEntity.html | 1 + 1 file changed, 1 insertion(+) diff --git a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/backend/entity/TemplateEntity.html b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/backend/entity/TemplateEntity.html index d2f0cee2..b63d41a3 100644 --- a/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/backend/entity/TemplateEntity.html +++ b/opsli-modulars/opsli-modulars-creater/src/main/resources/tpl/backend/entity/TemplateEntity.html @@ -61,6 +61,7 @@ public class #(data.model.tableName) extends BaseEntity { #for(column : data.model.columnList) #if(column.fieldName == "deleted") /** 逻辑删除字段 */ + @TableLogic private Integer deleted; #else if(column.fieldName == "tenantId") /** 多租户字段 */