{
"userId": "1",
"ownerId": "1",
"erpSubCode": "4602",
"erpUserNo": "0069",
"switchStatus": "0",
"ownerName": "账套名称",
"erpSubName": "门店名称"
}
curl --location --request POST 'http://localhost:9071/xiaoyuan/manager/userOwnerSub/insertOrUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "1",
"ownerId": "1",
"erpSubCode": "4602",
"erpUserNo": "0069",
"switchStatus": "0",
"ownerName": "账套名称",
"erpSubName": "门店名称"
}'
{}