修改各模块ts接口规范

This commit is contained in:
lcj
2025-03-13 15:07:20 +08:00
parent db4742e606
commit 777f8f4c28
33 changed files with 189 additions and 126 deletions

View File

@ -143,6 +143,8 @@ const data = reactive<PageData<ContractorForm, ContractorQuery>>({
queryParams: {
current: 1,
pageSize: 10,
sortField: 'createTime',
sortOrder: 'descend',
name: undefined,
principal: undefined,
principalPhone: undefined,