1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| package com.consum.base.service.impl;
|
| import org.springframework.stereotype.Service;
|
| import com.consum.base.service.LWhFormProcureGoodsService;
| import com.walker.jdbc.service.BaseServiceImpl;
|
| /**
| * @ClassName LWhFormProcureGoodsService
| *
| * @Date 2023/10/27
| * @Description
| * @Version 1.0
| **/
| @Service
| public class LWhFormProcureGoodsServiceImpl extends BaseServiceImpl implements LWhFormProcureGoodsService {
|
| }
|
|