箱库存-处理

This commit is contained in:
tongfei
2023-11-14 16:30:16 +08:00
parent 3f22b2b9a7
commit d3e7027adb
6 changed files with 115 additions and 14 deletions

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Text;
using WMS.Web.Core;
namespace WMS.Web.Domain.Entitys
{
@@ -10,12 +11,12 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
[Serializable]
[Table("t_wms_box_inventory_details")]
public class BoxInventoryDetails
public class BoxInventoryDetails : EntityBase
{
/// <summary>
/// ID
/// </summary>
public int Id { get; set; }
public override int Id { get; set; }
/// <summary>
/// 上级ID