From e53334611e8d51fb67e769cba898743f11dcf627 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期五, 16 六月 2023 17:45:23 +0800 Subject: [PATCH] 患者管理相关接口,提交 --- smartor/src/main/java/com/smartor/domain/BaseTag.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/BaseTag.java b/smartor/src/main/java/com/smartor/domain/BaseTag.java index b40ea7e..86210f7 100644 --- a/smartor/src/main/java/com/smartor/domain/BaseTag.java +++ b/smartor/src/main/java/com/smartor/domain/BaseTag.java @@ -80,4 +80,10 @@ @Excel(name = " 涓婁紶鏃堕棿 ", width = 30, dateFormat = "yyyy-MM-dd") private Date uploadTime; + /** + * 鏄惁寮�鍚� + */ + @ApiModelProperty("鏄惁寮�鍚� 1寮�鍚� 0鍏抽棴") + private Integer isenable; + } -- Gitblit v1.9.3