提交 | 用户 | 时间
|
e41062
|
1 |
package com.iailab.module.data.ind.item.service.impl; |
潘 |
2 |
|
|
3 |
import com.iailab.framework.common.service.impl.BaseServiceImpl; |
|
4 |
import com.iailab.module.data.ind.item.dao.IndItemAtomDao; |
|
5 |
import com.iailab.module.data.ind.item.entity.IndItemAtomEntity; |
|
6 |
import com.iailab.module.data.ind.item.service.IndItemAtomService; |
|
7 |
import org.springframework.stereotype.Service; |
|
8 |
|
|
9 |
/** |
|
10 |
* @author PanZhibao |
|
11 |
* @Description |
|
12 |
* @createTime 2024年09月11日 |
|
13 |
*/ |
|
14 |
@Service |
|
15 |
public class IndItemAtomServiceImpl extends BaseServiceImpl<IndItemAtomDao, IndItemAtomEntity> implements IndItemAtomService { |
|
16 |
} |