From cf12e020761272be8c19d3b77c1dce07fba6de85 Mon Sep 17 00:00:00 2001
From: cjl <276999030@qq.com>
Date: Wed, 01 Nov 2023 13:38:33 +0800
Subject: [PATCH] fix:无人机均值问题修改
---
screen-common/src/main/java/com/moral/constant/Constants.java | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/screen-common/src/main/java/com/moral/constant/Constants.java b/screen-common/src/main/java/com/moral/constant/Constants.java
index 37f82fb..a49dc6a 100644
--- a/screen-common/src/main/java/com/moral/constant/Constants.java
+++ b/screen-common/src/main/java/com/moral/constant/Constants.java
@@ -65,9 +65,14 @@
public static final String WEB_CHANNEL = "0";
/*
- * ������������������
+ * ������������������ web
* */
public static final String LOGIN_OPERTATE_TYPE = "0";
+
+ /*
+ * ������������������ app
+ * */
+ public static final String LOGIN_OPERTATE_APP = "1";
/*
* ������������������
@@ -114,6 +119,13 @@
* */
public static final String SYSTEM_DICT_TYPE_PURCHASER = "purchaser";
+ /**
+ * ������������������
+ */
+ public static final String WU_RAN_LEI_XING = "contaminate";
+
+
+
/*
* ������������������������
* */
--
Gitblit v1.8.0