feat: init customer authentication (#2)
Release package / release (push) Failing after 2m57s

Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com>
Co-authored-by: gitea-actions <actions-user@noreply.git.demonkernel.io.vn>
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-03-23 13:21:00 +00:00
parent 5f45907b30
commit a2b9de91f5
57 changed files with 7664 additions and 23 deletions
@@ -0,0 +1,7 @@
package com.drinkool.dtos;
public class Login {
public String phone;
public String password;
}