CheckSetPasswordItem.ets 117 Bytes

export class CheckSetPasswordItem{
  hasSet: string = "0"        //是否设置过密码,0未设置,1已设置
}