修改展示
This commit is contained in:
@ -176,6 +176,11 @@ export interface ConstructionUserVO {
|
||||
* 备注
|
||||
*/
|
||||
remark: string;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
createTime: string;
|
||||
}
|
||||
|
||||
export interface ConstructionUserForm extends BaseEntity {
|
||||
|
||||
Reference in New Issue
Block a user