From a5e6e7061cbef6912f294dcfd2cb88f472f8ca6f Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期二, 19 九月 2023 14:26:40 +0800
Subject: [PATCH] 企业端
---
server/service/src/main/java/com/doumee/dao/business/model/Company.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/service/src/main/java/com/doumee/dao/business/model/Company.java b/server/service/src/main/java/com/doumee/dao/business/model/Company.java
index 12ca91a..54b651b 100644
--- a/server/service/src/main/java/com/doumee/dao/business/model/Company.java
+++ b/server/service/src/main/java/com/doumee/dao/business/model/Company.java
@@ -79,7 +79,7 @@
private Integer salesmanId;
@ApiModelProperty(value = "鐘舵�� 0鍚敤 1绂佺敤")
- private Byte status;
+ private Integer status;
@ApiModelProperty(value = "閿�鍞汉鍛樺鍚�")
@TableField(exist = false)
--
Gitblit v1.9.3