From cfa5651f83392d606645425245a5ac7df2f998e6 Mon Sep 17 00:00:00 2001 From: gwbvipvip Date: Sat, 24 Feb 2024 13:25:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BPA.SAAS.Manage.Core/Product/BPA_ProductVesion.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BPA.SAAS.Manage.Core/Product/BPA_ProductVesion.cs b/BPA.SAAS.Manage.Core/Product/BPA_ProductVesion.cs index cf04d80..5563d73 100644 --- a/BPA.SAAS.Manage.Core/Product/BPA_ProductVesion.cs +++ b/BPA.SAAS.Manage.Core/Product/BPA_ProductVesion.cs @@ -21,6 +21,18 @@ namespace BPA.SAAS.Manage.Core.Product /// 模版路径 /// public string TemplatePath { get; set; } + + + /// + /// 仓位数量 + /// + public int ProductNumber { get; set; } + + /// + /// 仓位图片 + /// + public int ProductUrl { get; set; } + /// /// 状态 0启用 1禁用 ///