浏览代码

提交

master
gwbvipvip 10 个月前
父节点
当前提交
cfa5651f83
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. +12
    -0
      BPA.SAAS.Manage.Core/Product/BPA_ProductVesion.cs

+ 12
- 0
BPA.SAAS.Manage.Core/Product/BPA_ProductVesion.cs 查看文件

@@ -21,6 +21,18 @@ namespace BPA.SAAS.Manage.Core.Product
/// 模版路径
/// </summary>
public string TemplatePath { get; set; }


/// <summary>
/// 仓位数量
/// </summary>
public int ProductNumber { get; set; }

/// <summary>
/// 仓位图片
/// </summary>
public int ProductUrl { get; set; }

/// <summary>
/// 状态 0启用 1禁用
/// </summary>


正在加载...
取消
保存