CheckSetPasswordItem.ets 117 Bytes Raw Blame History Permalink 1 2 3 4 export class CheckSetPasswordItem{ hasSet: string = "0" //是否设置过密码,0未设置,1已设置 }