{
"id": 0,
"customerCode": "string",
"customerName": "string",
"customerAddr": "string",
"customerTel": "string",
"site": "string",
"updateEmpno": "string",
"updateTime": "2019-08-24T14:15:22Z",
"createEmpno": "string",
"createTime": "2019-08-24T14:15:22Z",
"enabled": "string",
"customerDesc": "string"
}curl --location --request POST '/pullProd/MCustomerGeneralLabel/SelectCustomerList' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"customerCode": "string",
"customerName": "string",
"customerAddr": "string",
"customerTel": "string",
"site": "string",
"updateEmpno": "string",
"updateTime": "2019-08-24T14:15:22Z",
"createEmpno": "string",
"createTime": "2019-08-24T14:15:22Z",
"enabled": "string",
"customerDesc": "string"
}'