| | |
| | | import com.stylefeng.guns.modular.system.model.TBill; |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * <p> |
| | | * 发票管理 服务类 |
| | |
| | | */ |
| | | EntityWrapper<TBill> getPageListWrapper(String createTime, String addresseePhone, Integer state, Integer billType, Integer billHeaderType); |
| | | |
| | | /** |
| | | * 获取列表 |
| | | * @param createTime |
| | | * @param addresseePhone |
| | | * @param state |
| | | * @param billType |
| | | * @param billHeaderType |
| | | * @return |
| | | */ |
| | | List<TBill> getPageList(String createTime, String addresseePhone, Integer state, Integer billType, Integer billHeaderType); |
| | | |
| | | } |