feat: post form
This commit is contained in:
12
apps/web-antd/src/api/system/post/model.d.ts
vendored
Normal file
12
apps/web-antd/src/api/system/post/model.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @description: Post interface
|
||||
*/
|
||||
export interface Post {
|
||||
postId: number;
|
||||
postCode: string;
|
||||
postName: string;
|
||||
postSort: number;
|
||||
status: string;
|
||||
remark: string;
|
||||
createTime: string;
|
||||
}
|
Reference in New Issue
Block a user