OMS-GW-企业单位
This commit is contained in:
+8
@@ -19,4 +19,12 @@ public interface ErpEnterpriseUnitMapper extends BaseMapper<ErpEnterpriseUnit> {
|
||||
* @return
|
||||
*/
|
||||
List<ErpEnterpriseUnitPO> queryList(@Param("erpEnterpriseUnitDO")ErpEnterpriseUnitDO erpEnterpriseUnitDO);
|
||||
|
||||
/**
|
||||
*
|
||||
* @param idList
|
||||
* @return
|
||||
*/
|
||||
int deleteByIds(@Param("idList") List<Long> idList);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user