| New file |
| | |
| | | package com.zy.third.service.impl; |
| | | |
| | | import com.baomidou.mybatisplus.service.impl.ServiceImpl; |
| | | import com.zy.third.entity.ExdInstockTarget; |
| | | import com.zy.third.service.ExdInstockTargetService; |
| | | import com.zy.third.mapper.ExdInstockTargetMapper; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | /** |
| | | * @author zc857 |
| | | * @description 针对表【Exd_Instock_Target】的数据库操作Service实现 |
| | | * @createDate 2025-09-24 08:20:14 |
| | | */ |
| | | @Service |
| | | public class ExdInstockTargetServiceImpl extends ServiceImpl<ExdInstockTargetMapper, ExdInstockTarget> |
| | | implements ExdInstockTargetService{ |
| | | |
| | | } |