function equp.calhecheng(id) local count = equp.calhechengcount() local item = { t = "em", em = { id = id, count = count }} return {item} end
function equp.calhecheng(id)
local count = equp.calhechengcount()
local item = {
t = "em",
em = {
id = id,
count = count
}}
return {item}
end