package com.sunda.spmsweb.wmscontroller;


import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

/**
 * <p>
 * 装箱单箱码关系表 前端控制器
 * </p>
 *
 * @author Wayne
 * @since 2021-04-22
 */
@RestController
@RequestMapping("/sapPackageBox")
public class SapPackageBoxController {

}
