黎星凯
2024-04-30 3be9cfcb6b59366b936821966d20a998a6895f9f
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 {
 
}