package com.sunda.spmsweb.wmscontroller;


import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

/**
 * <p>
 * SPMS交货单表头 前端控制器
 * </p>
 *
 * @author Wayne
 * @since 2021-03-22
 */
@RestController
@RequestMapping("/sap-delivery-note-spms")
public class SapDeliveryNoteSpmsController {

}
