| | |
| | | package com.doumee.service.business; |
| | | |
| | | import com.doumee.core.model.LoginUserInfo; |
| | | import com.doumee.core.model.PageData; |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.model.YwStocktaking; |
| | | import com.doumee.service.business.impl.YwOutinboundServiceImpl; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * |
| | | * @param id 主键 |
| | | */ |
| | | void deleteById(Integer id); |
| | | void deleteById(Integer id, LoginUserInfo loginUserInfo); |
| | | |
| | | void cancelById(Integer id, LoginUserInfo loginUserInfo); |
| | | |
| | | void beginById(Integer id, LoginUserInfo loginUserInfo); |
| | | |
| | | void finishById(Integer id, YwOutinboundServiceImpl ywOutinboundService,LoginUserInfo loginUserInfo); |
| | | /** |
| | | * 删除 |
| | | * |
| | |
| | | */ |
| | | YwStocktaking findById(Integer id); |
| | | |
| | | YwStocktaking getDetail(Integer id); |
| | | /** |
| | | * 条件查询单条记录 |
| | | * |