登陆页左侧新广告特效
This commit is contained in:
+6
-2
@@ -67,8 +67,10 @@ export interface ResumeMainData {
|
||||
email?: string
|
||||
/** 手机号码 */
|
||||
mobileNumber?: string
|
||||
/** 所在城市 */
|
||||
/** 所在城市(名称) */
|
||||
city?: string
|
||||
/** 所在城市编码 */
|
||||
regionCode?: string
|
||||
/** 微信号 */
|
||||
wechatNumber?: string
|
||||
/** 作品集链接 */
|
||||
@@ -251,8 +253,10 @@ export interface SaveResumeMainParams {
|
||||
email?: string
|
||||
/** 手机号码 */
|
||||
mobileNumber?: string
|
||||
/** 所在城市 */
|
||||
/** 所在城市(名称) */
|
||||
city?: string
|
||||
/** 所在城市编码 */
|
||||
regionCode?: string
|
||||
/** 微信号 */
|
||||
wechatNumber?: string
|
||||
/** 作品集链接 */
|
||||
|
||||
Reference in New Issue
Block a user