web-资源中心修改
This commit is contained in:
@@ -10,6 +10,8 @@ import { BaseDTO } from '../base';
|
||||
* 资源实体
|
||||
*/
|
||||
export interface Resource extends BaseDTO {
|
||||
/** 资源ID */
|
||||
resourceID?: string;
|
||||
/** 资源标题 */
|
||||
title?: string;
|
||||
/** 资源内容 */
|
||||
|
||||
Reference in New Issue
Block a user