| | |
| | | package com.jilongda.manage.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.jilongda.common.basic.PageInfo; |
| | | import com.jilongda.manage.model.TFrameGoods; |
| | | import com.jilongda.manage.model.TLensGoods; |
| | | import com.jilongda.manage.query.TFrameGoodsQuery; |
| | | import com.jilongda.manage.query.TLensGoodsQuery; |
| | | import com.jilongda.manage.vo.TLensGoodsVO; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | */ |
| | | public interface TLensGoodsService extends IService<TLensGoods> { |
| | | |
| | | PageInfo<TLensGoodsVO> lensReceiptList(TLensGoodsQuery query); |
| | | |
| | | } |