示例#1
0
 private static string GetUuidQuery(string userId, long accountId)
 {
     return($"u={UuidV5Helper.Compute(accountId, userId)}");
 }
 public Builder withUuid(long account_id, string uId)
 {
     this.u = UuidV5Helper.Compute(account_id, uId);
     return(this);
 }