refactor(task): 将经销商订单结算任务从shop模块迁移到glt模块

- 修改包路径从com.gxwebsoft.shop.task到com.gxwebsoft.glt.task
- 调整模块间的依赖关系
- 更新相关的导入引用
This commit is contained in:
2026-02-05 15:26:34 +08:00
parent b9c70bb4a3
commit acc543b50a

View File

@@ -1,4 +1,4 @@
package com.gxwebsoft.shop.task;
package com.gxwebsoft.glt.task;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper;