| | |
| | | package com.zt.life.modules.configItemWarehouse.dao; |
| | | |
| | | import com.zt.common.dao.BaseDao; |
| | | import com.zt.core.sys.dto.DictIstance; |
| | | import com.zt.life.modules.configItemWarehouse.model.WarehouseConfigItem; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | |
| | | |
| | | List<WarehouseConfigItem> getList(Map<String, Object> params); |
| | | |
| | | List<WarehouseConfigItem> itemList(Long projectId); |
| | | List<WarehouseConfigItem> itemList(Long projectId,String ids); |
| | | |
| | | List<WarehouseConfigItem> warehouseList(Long projectId); |
| | | List<WarehouseConfigItem> selectList(Long projectId,String ids,String type); |
| | | |
| | | WarehouseConfigItem getBySrc(Long projectId, Long srcId); |
| | | } |