From b997373f1f91dcba42a20be39f710c76139bd01e Mon Sep 17 00:00:00 2001 From: sx <@sx.com> Date: Tue, 13 Aug 2024 09:55:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=EF=BC=8C=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86=E5=90=8C=E6=AD=A5=E5=88=B0u8c=E5=AE=A2=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plugin/lets/ofs/entity/ShopEntity.xml | 85 ------------------- .../lets/ofs/entity/SupplierEntity.java | 2 +- 2 files changed, 1 insertion(+), 86 deletions(-) delete mode 100644 buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/ShopEntity.xml diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/ShopEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/ShopEntity.xml deleted file mode 100644 index 9b002aae..00000000 --- a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/ShopEntity.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - biz_code - , name, client_code, company_code, owner_nick_name, platform_code, store_platform_id, owner_account, owner_name, open_date, close_date, address, country, state, city, district, attention_to, mobile, status - - - - - - - - - - - - diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/SupplierEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/SupplierEntity.java index e8b46279..9968732c 100644 --- a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/SupplierEntity.java +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/SupplierEntity.java @@ -7,7 +7,7 @@ import lombok.Data; * @Date 2024/8/7 10:23 * @PackageName:com.hzya.frame.plugin.lets.ofs.entity * @ClassName: SupplierEntity - * @Description: TODO + * @Description: dai */ @Data public class SupplierEntity {