update 删除认领可直接办理,格式化代码

This commit is contained in:
gssong
2024-04-19 21:58:05 +08:00
parent 187ae83731
commit 3c34421bd2
4 changed files with 3 additions and 32 deletions

View File

@ -71,7 +71,7 @@ export interface DefinitionConfigForm extends BaseEntity {
/**
* 表单管理
*/
wfFormManageVo: FormManageVO;
wfFormManageVo?: FormManageVO;
}
export interface DefinitionConfigQuery extends PageQuery {

View File

@ -27,7 +27,6 @@ export interface FormManageVO {
* 备注
*/
remork: string;
}
export interface FormManageForm extends BaseEntity {
@ -55,11 +54,9 @@ export interface FormManageForm extends BaseEntity {
* 备注
*/
remork?: string;
}
export interface FormManageQuery extends PageQuery {
/**
* 表单名称
*/
@ -70,6 +67,3 @@ export interface FormManageQuery extends PageQuery {
*/
formType?: string;
}