Commit 418aac24 by Lizh

refactor: Step 0.1 — Controller 层子包拆分

- 将 5 个产品相关 Controller 从 controller/ 移至 controller/product/
- 更新包声明从 .controller 为 .controller.product
- HealthController.java 保留在顶层 controller/ 目录

Co-Authored-By: Claude <noreply@anthropic.com>
parent 1eddfd64
package com.jomalls.custom.webapp.controller;
package com.jomalls.custom.webapp.controller.product;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.jomalls.custom.app.dto.*;
......
package com.jomalls.custom.webapp.controller;
package com.jomalls.custom.webapp.controller.product;
import com.jomalls.custom.app.constant.Constants;
import com.jomalls.custom.app.dto.UpdateSalesPriceSnakeDTO;
......
package com.jomalls.custom.webapp.controller;
package com.jomalls.custom.webapp.controller.product;
import com.jomalls.custom.app.service.LogCustomProductService;
import com.jomalls.custom.app.vo.LogCustomProductSnakeVO;
......
package com.jomalls.custom.webapp.controller;
package com.jomalls.custom.webapp.controller.product;
import com.jomalls.custom.app.service.ProductTemplateInfoService;
import com.jomalls.custom.app.vo.BindDetailVO;
......
package com.jomalls.custom.webapp.controller;
package com.jomalls.custom.webapp.controller.product;
import com.jomalls.custom.app.service.SysBillRuleService;
import io.swagger.v3.oas.annotations.Operation;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment