Huge refactor to api and add batch api

This commit is contained in:
WQY\qiong
2022-10-14 23:18:01 +08:00
parent 200aaaca99
commit c5480d55ca
20 changed files with 1811 additions and 1510 deletions

View File

@@ -12,4 +12,5 @@ create table pipes
, roughness numeric not null
, minor_loss numeric not null
, status pipes_status not null
, check (node1 <> node2)
);