mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-08 18:26:36 +08:00
前端联调接口
This commit is contained in:
8
Yi.Vue3.x.Vant/src/type/interface/ArticleEntity.ts
Normal file
8
Yi.Vue3.x.Vant/src/type/interface/ArticleEntity.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface ArticleEntity{
|
||||
title: string;
|
||||
content: string;
|
||||
images:string[];
|
||||
isDeleted:boolean;
|
||||
createTime:string;
|
||||
}
|
||||
// import { ArticleEntity } from '@/type/interface/ArticleEntity'
|
||||
Reference in New Issue
Block a user