This commit is contained in:
2025-12-18 23:03:26 +09:00
commit ce402ef828
95 changed files with 4704 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
PUT http://localhost:8010/api/estimate
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJiaXpObyI6Ijk5OS05OS05OTk5OSIsImlwIjoiMTI3LjAuMC4xIiwic3ViIjoiOTk5LTk5LTk5OTk5IiwiaWF0IjoxNzQ3MDQ4NDI5LCJleHAiOjE3NDcwNTAyMjl9.6SzI3eiNVmXOz1s1p8ab26fT80rbSJBfoDlKLQ4z5Sg
{
"estimates": [
{
"estNo": "EST-0000000003",
"mngNm": "조진우",
"unitPrc": 2,
"amt": 40000
},
{
"estNo": "EST-0000000004",
"mngNm": "조진우",
"unitPrc": 12,
"amt": 60000
}
],
"pbAtts": []
}
###