
net.arccode.protocol.remote.LocationProtocol.scala Maven / Gradle / Ivy
The newest version!
package net.arccode.protocol.remote
/**
* 区域信息协议
*
* @author http://arccode.net
* @since 2018-04-11
*/
object LocationProtocol {
case class ExecuteSelectLocationsByParentCode(parentCode: String)
case class Location(code: String,
name: String,
parentCode: String,
level: Int = 0)
case class SelectLocationsByParentCodeMsg(subLocations: List[Location])
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy