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