提交 | 用户 | 时间
|
e41062
|
1 |
package com.iailab.module.data.ind.item.service; |
潘 |
2 |
|
|
3 |
import com.iailab.framework.common.service.BaseService; |
|
4 |
import com.iailab.module.data.ind.item.entity.IndItemDerEntity; |
cf757d
|
5 |
import com.iailab.module.data.ind.item.vo.IndItemDerVO; |
e41062
|
6 |
|
潘 |
7 |
/** |
|
8 |
* @author PanZhibao |
|
9 |
* @Description |
|
10 |
* @createTime 2024年09月11日 |
|
11 |
*/ |
|
12 |
public interface IndItemDerService extends BaseService<IndItemDerEntity> { |
68413a
|
13 |
|
cf757d
|
14 |
IndItemDerVO getByItemId(String itemId); |
68413a
|
15 |
|
J |
16 |
void deleteByItemId(String itemId); |
e41062
|
17 |
} |