Table of Contents

Class TableModel

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

前端表格模型

public class TableModel
Inheritance
TableModel
Inherited Members

Properties

Columns

列信息

public List<TableColumnModel> Columns { get; set; }

Property Value

List<TableColumnModel>

TableName

表格名称(全局唯一),建议模块+表格名

public string TableName { get; set; }

Property Value

string