feat: 产品列表与解决方案列表的排序 #69
@ -3,8 +3,13 @@
|
||||
* 用于产品列表页的section渲染与排序
|
||||
*/
|
||||
export interface ProductTypeView {
|
||||
/** 唯一标识符 **/
|
||||
id: number;
|
||||
|
||||
/** 类型名 **/
|
||||
name: string;
|
||||
|
||||
/** 排序字段 **/
|
||||
sort: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user