|
|
@@ -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> |
|
|
|