Table of Contents

Class CMSPluginProductionManagementOptions

Namespace
CMS.Plugin.ProductionManagement.Abstractions
Assembly
CMS.Plugin.ProductionManagement.Abstractions.dll

设置管理配置选项

public class CMSPluginProductionManagementOptions
Inheritance
CMSPluginProductionManagementOptions
Inherited Members

Properties

CacheProduceQtyLimit

缓存加工数限制条数 (单位:条,默认:500条)

public int CacheProduceQtyLimit { get; set; }

Property Value

int

LoadProduceQtyLimit

重载加工数限制条数 (单位:条,默认:100条)

public int LoadProduceQtyLimit { get; set; }

Property Value

int

RecordCleanLastTime

记录清理最后时间 (单位:Day,默认:前7天)

public int RecordCleanLastTime { get; set; }

Property Value

int

RecordCleanLimit

记录清理每次限制条数 (单位:条,默认:1000条)

public int RecordCleanLimit { get; set; }

Property Value

int