新火炬后端单体项目初始化代码
zhangherong
2 天以前 34580ceb745eaeaf6f8a6188a779c0746a23b02d
src/main/java/org/jeecg/modules/lsw/controller/LswMaterialInboundController.java
@@ -30,7 +30,7 @@
*/
@Api(tags="物料入库单")
@RestController
@RequestMapping("/lswmaterialinbound/lswMaterialInbound")
@RequestMapping("/lsw/materialInbound")
@Slf4j
public class LswMaterialInboundController extends JeecgController<LswMaterialInbound, ILswMaterialInboundService> {
   @Autowired