package com.yuanchu.mom.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 销售产品单 前端控制器 *
* * @author 江苏鵷雏网络科技有限公司 * @since 2023-08-08 */ @RestController @RequestMapping("/sale-material") public class SaleMaterialController { }