产值管理

This commit is contained in:
Teo
2025-08-02 19:09:35 +08:00
parent fbf9424960
commit 973bff351d
10 changed files with 561 additions and 26 deletions

View File

@ -0,0 +1,9 @@
import request from '@/utils/request';
export function listOutTable(query: any) {
return request({
url: '/out/table/monthlyConstruct',
method: 'get',
params: query
});
}