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-05-10
 */
@RestController
@RequestMapping("/ovinvchkdtl")
public class OverseaInvCheckDtlController {

}
