package com.sunda.spmsweb.overseacontroller;


import org.springframework.web.bind.annotation.RequestMapping;

import org.springframework.web.bind.annotation.RestController;

/**
 * <p>
 * 其他收货分批收货行表 前端控制器
 * </p>
 *
 * @author Wayne
 * @since 2023-02-10
 */
@RestController
@RequestMapping("/oversea-other-batch-receipt-dtl")
public class OverseaOtherBatchReceiptDtlController {

}
