Compare commits
No commits in common. "2f11fabc3e1e55dc0bb9e9d32b486c060fa4219f" and "1302d5198628c7f56d9db15ccb1736713b9f5e48" have entirely different histories.
2f11fabc3e
...
1302d51986
|
|
@ -51,7 +51,7 @@ public interface IDeliveryListService
|
|||
* @param ids 需要删除的发货清单主键集合
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteDeliveryListByIds(String ids);
|
||||
public int deleteDeliveryListByIds(String ids);
|
||||
|
||||
/**
|
||||
* 删除发货清单信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue