feat: Most of Item and Order controllers

This commit is contained in:
2025-11-10 20:40:36 -07:00
parent c81b181515
commit 5ddedadd24

View File

@@ -1,6 +1,7 @@
package dto package dto
// User response for exposing to the front-end // User response for exposing to the front-end
// :3
type UserResponse struct { type UserResponse struct {
Id int Id int
Name string Name string