["id"] 76 search_manufacture_size
const isCompoundKey = (primaryKey: PrimaryKey): Boolean => {
return primaryKey.length > 1;
}
判断数组长度是否大于1
返回值Boolean false
["id"] 76 search_manufacture_size
const isCompoundKey = (primaryKey: PrimaryKey): Boolean => {
return primaryKey.length > 1;
}
判断数组长度是否大于1
返回值Boolean false