1
2
3
4
5
6
7
8
9
10
11
12
13
14
| package com.consum.base.service;
|
| import com.walker.jdbc.service.BaseServiceImpl;
| import org.springframework.stereotype.Service;
|
| /**
| * @Description 物品模板
| * @Author 卢庆阳
| * @Date 2023/10/23
| */
| @Service
| public class BaseGoodsModelsServiceImpl extends BaseServiceImpl {
|
| }
|
|