package com.sunda.spmsweb.wmscontroller;


import org.springframework.web.bind.annotation.RequestMapping;

import org.springframework.web.bind.annotation.RestController;

/**
 * <p>
 * 国内仓收货入库分批收货行表 前端控制器
 * </p>
 *
 * @author Wayne
 * @since 2023-06-16
 */
@RestController
@RequestMapping("/sap-delivery-note-batch-receipt-dtl")
public class SapDeliveryNoteBatchReceiptDtlController {

}
