ProductDiscountHistory
- 인쇄
- PDF
ProductDiscountHistory
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
설명
상품 할인 이력
구문
private String loginId;
private ProductDiscount productDiscount;
private ArrayList<ProductDiscountUseHistory> productDiscountUseHistoryList;
필드
파라미터명 | 필수 여부 | 타입 | 설명 |
---|---|---|---|
loginId | Yes | String | 로그인ID |
productDiscount | Yes | ProductDiscount | ProductDiscount 데이터 타입 |
productDiscountUseHistoryList | Yes | List<ProductDiscountUseHistory> | List<ProductDiscountUseHistory> 데이터 타입 |
이 문서가 도움이 되었습니까?