package com.cheng.bole.bean
import java.io.Serializable
data class SourceEntity(
val id: String,
val name: String
): Serializable