fix 修复 字段命名错误

This commit is contained in:
疯狂的狮子Li
2024-07-01 12:52:11 +08:00
parent 142effd4f2
commit cc6284d3ac
2 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ export interface FormManageVO {
/**
* 备注
*/
remork: string;
remark: string;
}
export interface FormManageForm extends BaseEntity {
@ -53,7 +53,7 @@ export interface FormManageForm extends BaseEntity {
/**
* 备注
*/
remork?: string;
remark?: string;
}
export interface FormManageQuery extends PageQuery {