From d15b472a5979b2562e95784adff3e81f738c958f Mon Sep 17 00:00:00 2001
From: wangrenhuang <wangren_huang@163.com>
Date: 星期一, 03 四月 2023 16:28:15 +0800
Subject: [PATCH] 新增生成小程序链接方法

---
 src/main/java/com/hx/util/corp/entity/AppLetInfo.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/hx/corp/entity/AppLetInfo.java b/src/main/java/com/hx/util/corp/entity/AppLetInfo.java
similarity index 92%
rename from src/main/java/com/hx/corp/entity/AppLetInfo.java
rename to src/main/java/com/hx/util/corp/entity/AppLetInfo.java
index ea1780a..799ca19 100644
--- a/src/main/java/com/hx/corp/entity/AppLetInfo.java
+++ b/src/main/java/com/hx/util/corp/entity/AppLetInfo.java
@@ -1,4 +1,4 @@
-package com.hx.corp.entity;
+package com.hx.util.corp.entity;
 
 import com.alibaba.fastjson.annotation.JSONField;
 import lombok.Data;

--
Gitblit v1.8.0