From 031748e56f04bf939927fdc54f31df29660d9363 Mon Sep 17 00:00:00 2001
From: yanghb <yangbhwork@163.com>
Date: 星期二, 18 二月 2025 09:48:26 +0800
Subject: [PATCH] feat: 完善备注

---
 land-common/src/main/java/com/zzg/common/constant/state/UrlConstants.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/land-common/src/main/java/com/zzg/common/constant/state/UrlConstants.java b/land-common/src/main/java/com/zzg/common/constant/state/UrlConstants.java
index f56c282..1106177 100644
--- a/land-common/src/main/java/com/zzg/common/constant/state/UrlConstants.java
+++ b/land-common/src/main/java/com/zzg/common/constant/state/UrlConstants.java
@@ -45,7 +45,6 @@
     public static final String STATE_HOUSEHOLD_DELETE = "/state-household/delete";
     public static final String STATE_HOUSEHOLD_USING_TYPE_LIST = "/state-household/using-type/list";
     public static final String STATE_HOUSEHOLD_SUM = "/state-household/sum";
-    //todo 房产提交审核接口
     public static final String STATE_HOUSEHOLD_WORKFLOW_SUBMIT = "/state-household/workflow-submit";
     public static final String STATE_HOUSEHOLD_STREET_LIST = "/state-household/street/list";
     public static final String STATE_HOUSEHOLD_COMPLETE_SEARCH = "/state-household/complete-search";

--
Gitblit v1.7.1