This commit is contained in:
linfso 2024-07-12 10:45:00 +08:00
parent 37a95c5703
commit 153ff7e3bb
11 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@
* @Description: <p> 品牌 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import com.xdadan.erp.oms.common.core.controller.BaseController;
import com.xdadan.erp.oms.common.core.domain.AjaxResult;

View File

@ -9,7 +9,7 @@
* @Description: <p> 品牌 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import com.xdadan.erp.oms.common.annotation.filter.jackson.JacksonFilter;
import com.xdadan.erp.oms.common.core.controller.BaseController;

View File

@ -9,7 +9,7 @@
* @Description: <p> 国家 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import java.util.List;

View File

@ -9,7 +9,7 @@
* @Description: <p> 快递用户结算账户 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import java.util.List;

View File

@ -9,7 +9,7 @@
* @Description: <p> 客户收寄件地址 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import java.util.List;

View File

@ -9,7 +9,7 @@
* @Description: <p> 快递用户结算账单 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import java.util.List;
import javax.servlet.http.HttpServletResponse;

View File

@ -9,7 +9,7 @@
* @Description: <p> 货物信息 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import java.util.List;
import javax.servlet.http.HttpServletResponse;

View File

@ -9,7 +9,7 @@
* @Description: <p> 四级省市区镇表 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import java.util.List;

View File

@ -9,7 +9,7 @@
* @Description: <p> 线路 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import java.util.List;

View File

@ -9,7 +9,7 @@
* @Description: <p> 运输产品类型 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import java.util.List;

View File

@ -9,7 +9,7 @@
* @Description: <p> 运单列表 控制器 </p>
*/
package com.xdadan.erp.web.oms;
package com.xdadan.erp.oms.web;
import java.io.*;
import java.util.*;