|
|
|
@ -20,15 +20,6 @@ public interface InvWarehouseDao {
|
|
|
|
|
|
|
|
|
|
boolean deleteById(@Param("id") String id);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 更新第三方仓库ID
|
|
|
|
|
*
|
|
|
|
|
* @param id
|
|
|
|
|
* @param thridWarehouseId
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
boolean updateThridId(@Param("id") Integer id, @Param("thridWarehouseId") Integer thridWarehouseId);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 更新第三方仓库ID
|
|
|
|
|
*
|
|
|
|
@ -37,5 +28,5 @@ public interface InvWarehouseDao {
|
|
|
|
|
* @param sysId
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
boolean updateThridId(Integer id, Integer thridWarehouseId, String sysId);
|
|
|
|
|
boolean updateThridId(@Param("id") Integer id, @Param("thridWarehouseId") Integer thridWarehouseId, @Param("sysId") String sysId);
|
|
|
|
|
}
|
|
|
|
|