Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Thuy customer detail (completed) #83

Merged
merged 5 commits into from
Jan 25, 2024
Merged

Thuy customer detail (completed) #83

merged 5 commits into from
Jan 25, 2024

Conversation

yuhtnguyen
Copy link
Collaborator

No description provided.

@@ -1,16 +1,36 @@
package io.hardingadonis.saledock.controller.management.customer;

import io.hardingadonis.saledock.model.Customer;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use import *;

import java.io.*;
import jakarta.servlet.*;
import jakarta.servlet.annotation.*;
import jakarta.servlet.http.*;
import java.util.Optional;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use import *;

@@ -1,16 +1,36 @@
package io.hardingadonis.saledock.controller.management.customer;

import io.hardingadonis.saledock.model.Customer;
import io.hardingadonis.saledock.utils.Singleton;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use import *;

Copy link
Collaborator

@bakaqc bakaqc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not bad

@hardingadonis hardingadonis merged commit 34589f7 into dev Jan 25, 2024
8 checks passed
@hardingadonis hardingadonis deleted the thuy-customer-detail branch January 25, 2024 06:00
@hardingadonis hardingadonis linked an issue Jan 25, 2024 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implment customer detail page
4 participants