Table of Contents

Class ProductWeakModel

Namespace
CMS.Plugin.FormulaManagement.Abstractions.Models
Assembly
CMS.Plugin.FormulaManagement.Abstractions.dll

产品弱模型.

public class ProductWeakModel
Inheritance
ProductWeakModel
Inherited Members

Properties

Id

产品Id.

public Guid Id { get; set; }

Property Value

Guid

ProductModel

产品型号.

public string ProductModel { get; set; }

Property Value

string

ProductName

产品名称.

public string ProductName { get; set; }

Property Value

string