调整代码缩进

This commit is contained in:
ahao 2023-09-24 21:16:58 +08:00
parent f4684fb0dc
commit e83f23908a
6 changed files with 62 additions and 79 deletions

View File

@ -49,7 +49,6 @@ export interface BusinessFormVO {
*/
processDefinitionVersion: number;
};
}
export interface BusinessFormForm extends BaseEntity {
@ -82,11 +81,9 @@ export interface BusinessFormForm extends BaseEntity {
*
*/
contentValue?: string;
}
export interface BusinessFormQuery extends PageQuery {
/**
*
*/
@ -102,6 +99,3 @@ export interface BusinessFormQuery extends PageQuery {
*/
params?: any;
}

View File

@ -23,7 +23,6 @@ export interface CategoryVO {
*
*/
sortNum: number;
}
export interface CategoryForm extends BaseEntity {
@ -51,7 +50,6 @@ export interface CategoryForm extends BaseEntity {
*
*/
sortNum?: number;
}
export interface CategoryQuery extends PageQuery {
@ -64,5 +62,4 @@ export interface CategoryQuery extends PageQuery {
*
*/
categoryCode?: string;
}

View File

@ -28,7 +28,6 @@ export interface FormDefinitionVO {
*
*/
processDefinitionVersion: number;
}
export interface FormDefinitionForm extends BaseEntity {
@ -61,11 +60,9 @@ export interface FormDefinitionForm extends BaseEntity {
*
*/
processDefinitionVersion?: number;
}
export interface FormDefinitionQuery extends PageQuery {
/**
* id
*/
@ -96,6 +93,3 @@ export interface FormDefinitionQuery extends PageQuery {
*/
params?: any;
}

View File

@ -152,4 +152,3 @@ export const deleteMultiInstanceExecution = (data: object) => {
data: data
});
};

View File

@ -36,4 +36,3 @@ export const getUserListByIds = (userIdList: Array<any>) => {
method: 'get'
});
};