wanshenmean
2024-09-13 319e8729b47c96e3a3717c5a40cd5df867d65ce5
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfoDetail.cs
@@ -6,8 +6,8 @@
using System.Threading.Tasks;
using WIDESEA_Core.DB.Models;
namespace WIDESEA_Model.Models
{
namespace WIDESEA_Model.Models;
    [SugarTable(nameof(DtStockInfoDetail), "库存信息明细")]
    public class DtStockInfoDetail : BaseEntity
    {
@@ -76,5 +76,4 @@
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
        public string Remark {  get; set; }
    }
}