Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

domain 생성 #3

Closed
kdomo opened this issue Oct 28, 2022 · 0 comments
Closed

domain 생성 #3

kdomo opened this issue Oct 28, 2022 · 0 comments

Comments

@kdomo
Copy link
Owner

kdomo commented Oct 28, 2022

공통

Controller, Service, Repository 생성

Coupon

컬럼명 데이터타입 설명
id Long primary key
user User ManyToOne
code String 쿠폰 코드
discountType DiscountType 할인 단위(WON, PERCENT)
discountValue Long 할인 금액
status Status 쿠폰 상태 (DEFAULT, USED, DELETED, EXPIRED)

User

컬럼명 데이터타입 설명
id Long primary key
userId String 아이디
password String 패스워드
kdomo added a commit that referenced this issue Nov 2, 2022
[#3] domain, Controller, Service, Repository 생성
@kdomo kdomo closed this as completed Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant