修改展示

This commit is contained in:
lcj
2025-03-18 17:29:23 +08:00
parent 8eb4dd4207
commit 70175167ef
20 changed files with 187 additions and 9 deletions

View File

@ -23,6 +23,11 @@ export interface ProjectTeamVO {
* 备注
*/
remark: string;
/**
* 创建时间
*/
createTime: string;
}
export interface ProjectTeamForm extends BaseEntity {