From 0e57c66467d01819079fe81ed457c9f36043e062 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期六, 12 十月 2024 13:54:50 +0800 Subject: [PATCH] 最新版本 --- server/system_service/src/main/java/com/doumee/core/utils/Constants.java | 99 ------------------------------------------------- 1 files changed, 0 insertions(+), 99 deletions(-) diff --git a/server/system_service/src/main/java/com/doumee/core/utils/Constants.java b/server/system_service/src/main/java/com/doumee/core/utils/Constants.java index 4c8339d..b314be7 100644 --- a/server/system_service/src/main/java/com/doumee/core/utils/Constants.java +++ b/server/system_service/src/main/java/com/doumee/core/utils/Constants.java @@ -672,105 +672,6 @@ } - public enum NoticeType { - - ZERO(0, "寰呭鏍�","","","寰呭鏍�","寰呭鐞�","澶勭悊涓�"), - ONE(1, "浼佷笟寰呯缃�","","","宸ョ寰呭鏍�","","宸茬粨妗�"), - TWO(2, "寰呭嚭鍗�","寰呭鏍�","寰呭鏍�","","",""), - THREE(3, "鐢宠閫�鍥�","鐢宠閫�鍥�","鐢宠閫�鍥�","","",""), - FOUR(4, "宸查��鍥�","宸查��鍥�","宸查��鍥�","","","宸叉挙閿�"), - FIVE(5, "鐢宠椹冲洖","鐢宠椹冲洖","鐢宠椹冲洖","","",""), - //缁繚閫氱煡 - SIX(6, "","","","","",""), - //鍟嗘埛绔� 濮旀墭淇� - 鎶曚繚寰呭鏍� 鍔犲噺淇� 鎹㈠巶 寰呭鏍� - SEVEN(7, "寰呭鏍�","寰呭鏍�","寰呭鏍�","","",""), - EIGHT(8, "","","","","",""), - NINE(9, "","","","","",""), - ; - - // 鎴愬憳鍙橀噺 - private int status; - private String insuranceApplyDetail; - private String applyChangeDetail; - private String changeFactoryDetail; - private String dispatchUnitDetail; - private String taxesDetail; - private String settleClaimsDetail; - - // 鏋勯�犳柟娉� - NoticeType(int status, String insuranceApplyDetail,String applyChangeDetail - , String changeFactoryDetail,String dispatchUnitDetail - , String taxesDetail,String settleClaimsDetail) { - this.status = status; - this.insuranceApplyDetail = insuranceApplyDetail; - this.applyChangeDetail = applyChangeDetail; - this.changeFactoryDetail = changeFactoryDetail; - this.dispatchUnitDetail = dispatchUnitDetail; - this.taxesDetail = taxesDetail; - this.settleClaimsDetail = settleClaimsDetail; - } - - - // get set 鏂规硶 - public int getStatus() { - return status; - } - - public void setStatus(int status) { - this.status = status; - } - - public String getInsuranceApplyDetail() { - return insuranceApplyDetail; - } - - public void setInsuranceApplyDetail(String name) { - this.insuranceApplyDetail = insuranceApplyDetail; - } - - public String getApplyChangeDetail() { - return applyChangeDetail; - } - - public void setApplyChangeDetail(String info) { - this.applyChangeDetail = applyChangeDetail; - } - - public String getChangeFactoryDetail() { - return changeFactoryDetail; - } - - public void setChangeFactoryDetail(String info) { - this.changeFactoryDetail = changeFactoryDetail; - } - - public String getDispatchUnitDetail() { - return dispatchUnitDetail; - } - - public void setDispatchUnitDetail(String info) { - this.dispatchUnitDetail = dispatchUnitDetail; - } - - public String getTaxesDetail() { - return taxesDetail; - } - - public void setTaxesDetail(String info) { - this.taxesDetail = taxesDetail; - } - - public String getSettleClaimsDetail() { - return settleClaimsDetail; - } - - public void setSettleClaimsDetail(String info) { - this.settleClaimsDetail = settleClaimsDetail; - } - - - } - public enum PlatformWarnEvent { STOP_TIMEOUT(0, "鍋滈潬瓒呮椂","${carCode}鏈堝彴鍋滈潬瓒呮椂" ), STOP_ERROR(1, "鍋滈潬閿欒","${carCode}鏈堝彴鍋滈潬閿欒" ); -- Gitblit v1.9.3