Commit b589b91e authored by 杨林's avatar 杨林

ip样例类

parent 6c034d2a
package model
/**
* Created with IntelliJ IDEA.
* Class: IpItem
* Description: ip类
* User: lin
* Date: 2021-07-21
* Time: 16:52
*/
case class IpItem(
ip: String,
countryName: String,
countryNameEN: String,
isoCode: String,
subName: String,
subNameEN: String,
subCode: String,
cityName: String,
cityNameEN: String,
organization: String
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment