package com.sunda.spmsweb.overseacontroller;


import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

/**
 * <p>
 * 海外仓收货明细表 前端控制器
 * </p>
 *
 * @author Wayne
 * @since 2021-08-26
 */
@RestController
@RequestMapping("/oversea-package-list-dtl")
public class OverseaPackageListDtlController {

}
