Compare commits

..

No commits in common. "2f11fabc3e1e55dc0bb9e9d32b486c060fa4219f" and "1302d5198628c7f56d9db15ccb1736713b9f5e48" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public interface IDeliveryListService
* @param ids * @param ids
* @return * @return
*/ */
public int deleteDeliveryListByIds(String ids); public int deleteDeliveryListByIds(String ids);
/** /**
* *