lmw
2023-06-13 adf8013576cbdd12e5ebea8ff7e32baf5d558b27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
package com.kuanzhai.user.network.entity
 
data class WantedBean(
    val addres: String = "",
    val cityCode: String = "",
    val cityName: String = "",
    val companyId: Int = 0,
    val companyInfo: String = "",
    val companyName: String = "",
    val companyType: Int = 0,
    val contactsName: String = "",
    val contactsPhone: String = "",
    val createTime: String = "",
    val describe: String = "",
    val detailAddress: String = "",
    val driverType: String = "",
    val educationalRequirements: String = "",
    val endSalary: String = "",
    val experienceRequirements: String = "",
    val firstPageShow: Int = 0,
    val id: Long = 0,
    val interviewOrNot: String = "",
    val provinceCode: String = "",
    val provinceName: String = "",
    val recruitsNumber: String = "",
    val scale: String = "",
    val startSalary: String = "",
    val status: Int = 0,
    val title: String = "",
    val welfare: String = ""
)