소스 검색

提交

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>


불러오는 중...
취소
저장