Authorization: Bearer ********************{
"unitName": "个ggggggg",
"cGroupCode": "GROUP001",
"cBarCode": "6900001001001",
"bMainUnit": true,
"iChangRate": "1.00",
"iProportion": 5.00,
"iNumber": 1,
"pubufts": "AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAh",
"cEnSingular": "piece",
"cEnPlural": "pieces",
"cUnitRefInvCode": "INV00001"
}curl --location 'localhost:58080/admin-api/tqms/computation-unit/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"unitName": "个ggggggg",
"cGroupCode": "GROUP001",
"cBarCode": "6900001001001",
"bMainUnit": true,
"iChangRate": "1.00",
"iProportion": 5.00,
"iNumber": 1,
"pubufts": "AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAh",
"cEnSingular": "piece",
"cEnPlural": "pieces",
"cUnitRefInvCode": "INV00001"
}'{"code":0,"data":{"createTime":"2025-07-28 16:28:52","updateTime":"2025-07-28 16:28:52","creator":"1","updater":"1","deleted":null,"unitCode":18,"unitName":"个ggggggg","pubufts":"AQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAh","bmainUnit":null,"cbarCode":null,"iproportion":null,"cenPlural":null,"cgroupCode":null,"ichangRate":null,"cenSingular":null,"cunitRefInvCode":null,"inumber":null},"msg":"成功"}