diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/DevInfoMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/DevInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/DevInfoMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/DevInfoMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/FileInfoMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/FileInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/FileInfoMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/FileInfoMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/HotSearchMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/HotSearchMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/HotSearchMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/HotSearchMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/LeaseInfoMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/LeaseInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/LeaseInfoMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/LeaseInfoMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/TypeInfoMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/TypeInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/TypeInfoMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/TypeInfoMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/TypeInfoRecordMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/TypeInfoRecordMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/TypeInfoRecordMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/TypeInfoRecordMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/UpOffMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/UpOffMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/UpOffMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/UpOffMapper.xml diff --git a/zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/UserCollectMapper.xml b/zlpt-modules/zlpt-equip/src/main/resources/mapper/UserCollectMapper.xml similarity index 100% rename from zlpt-modules/zlpt-equip/src/main/resources/mapper/equip/UserCollectMapper.xml rename to zlpt-modules/zlpt-equip/src/main/resources/mapper/UserCollectMapper.xml diff --git a/zlpt-modules/zlpt-order/src/main/java/com/bonus/zlpt/order/ZlptOrderApplication.java b/zlpt-modules/zlpt-order/src/main/java/com/bonus/zlpt/order/ZlptOrderApplication.java index da9c24a..5842570 100644 --- a/zlpt-modules/zlpt-order/src/main/java/com/bonus/zlpt/order/ZlptOrderApplication.java +++ b/zlpt-modules/zlpt-order/src/main/java/com/bonus/zlpt/order/ZlptOrderApplication.java @@ -7,8 +7,8 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** - * 订单模块 - * + * 设备模块 + * * @author xsheng * @date 2023-12-01 */ @@ -16,10 +16,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; @EnableCustomSwagger2 @EnableRyFeignClients @SpringBootApplication -public class ZlptOrderApplication -{ - public static void main(String[] args) - { +public class ZlptOrderApplication { + public static void main(String[] args) { SpringApplication.run(ZlptOrderApplication.class, args); System.out.println("(♥◠‿◠)ノ゙ 订单模块启动成功 ლ(´ڡ`ლ)゙ \n" + " .-------. ____ __ \n" + @@ -32,4 +30,4 @@ public class ZlptOrderApplication " | | \\ / \\ / \n" + " ''-' `'-' `-..-' "); } -} +} \ No newline at end of file diff --git a/zlpt-modules/zlpt-order/src/main/resources/mapper.order/OrderDetailsMapper.xml b/zlpt-modules/zlpt-order/src/main/resources/mapper/OrderDetailsMapper.xml similarity index 100% rename from zlpt-modules/zlpt-order/src/main/resources/mapper.order/OrderDetailsMapper.xml rename to zlpt-modules/zlpt-order/src/main/resources/mapper/OrderDetailsMapper.xml diff --git a/zlpt-modules/zlpt-order/src/main/resources/mapper.order/OrderInfoMapper.xml b/zlpt-modules/zlpt-order/src/main/resources/mapper/OrderInfoMapper.xml similarity index 100% rename from zlpt-modules/zlpt-order/src/main/resources/mapper.order/OrderInfoMapper.xml rename to zlpt-modules/zlpt-order/src/main/resources/mapper/OrderInfoMapper.xml