ShippingItemPallets improvements
This commit is contained in:
parent
daa1421011
commit
6fecdd2317
|
|
@ -5,4 +5,8 @@ namespace Mango.Nop.Core.Entities;
|
||||||
|
|
||||||
public class MgEntityBase : BaseEntity, IEntityInt
|
public class MgEntityBase : BaseEntity, IEntityInt
|
||||||
{
|
{
|
||||||
|
public override string ToString()
|
||||||
|
{
|
||||||
|
return $"{GetType().Name}; Id: {Id}";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue