|
@@ -1,9 +1,11 @@
|
|
package com.sy.coinage.workshop.controller;
|
|
package com.sy.coinage.workshop.controller;
|
|
|
|
|
|
|
|
+import com.sy.coinage.core.annotation.LoginNotRequired;
|
|
import com.sy.coinage.core.exception.RetException;
|
|
import com.sy.coinage.core.exception.RetException;
|
|
import com.sy.coinage.core.redis.RedisService;
|
|
import com.sy.coinage.core.redis.RedisService;
|
|
import com.sy.coinage.core.util.DateUtils;
|
|
import com.sy.coinage.core.util.DateUtils;
|
|
import com.sy.coinage.sys.req.DeptReq;
|
|
import com.sy.coinage.sys.req.DeptReq;
|
|
|
|
+import com.sy.coinage.util.printer.ZplImgConvertPrinter;
|
|
import com.sy.coinage.workshop.req.vo.BaseInfoVO;
|
|
import com.sy.coinage.workshop.req.vo.BaseInfoVO;
|
|
import com.sy.coinage.workshop.service.IBaseInfoService;
|
|
import com.sy.coinage.workshop.service.IBaseInfoService;
|
|
import com.sy.coinage.workshop.service.IProductService;
|
|
import com.sy.coinage.workshop.service.IProductService;
|
|
@@ -242,5 +244,10 @@ public class WorkshopOutboundController extends BaseController {
|
|
this.workshopOutboundService.shopOut(req, user);
|
|
this.workshopOutboundService.shopOut(req, user);
|
|
return "";
|
|
return "";
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ @RequestMapping("/testTagSize")
|
|
|
|
+ @LoginNotRequired
|
|
|
|
+ public Object testTagSize() {
|
|
|
|
+ ZplImgConvertPrinter.getZplDataBlank();
|
|
|
|
+ return "";
|
|
|
|
+ }
|
|
}
|
|
}
|