CppTest
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Public Attributes | List of all members
SalesPromotionInfo Class Reference

세일즈 프로모션 데이터를 저장하는 구조체. More...

Public Attributes

LONGLONG llSeq
 일련번호. 단순한 인덱스. More...
 
int nOrders
 우선 순위. 표시할때 쓰려나. 어디한번 자세하게 쓰면 어떻게 나오려나? More...
 
char szSPType [5+1]
 SP의 종류. (미정) More...
 
char szStartDate [22+1]
 시작 날짜 More...
 
char szEndDate [22+1]
 종료 날짜 More...
 
char szTitle [100+1]
 제목 More...
 
char szContent [1000+1]
 설명 More...
 
char szImgUrl [512+1]
 참고 배너 More...
 
char szMoveTo [5+1]
 클릭시 이동할 곳 (미리 정의 된 곳이 필요합니다.) More...
 
int nDeviceType
 디바이스 구분이 필요한가? (0:all, 1:ios, 2:android) More...
 

Detailed Description

세일즈 프로모션 데이터를 저장하는 구조체.

XDoraJPSelectSalesPromotion1 쿼리를 사용해서 현재 DB에 설정되어 있는 SP 목록을 받아온다.

Member Data Documentation

LONGLONG SalesPromotionInfo::llSeq

일련번호. 단순한 인덱스.

int SalesPromotionInfo::nDeviceType

디바이스 구분이 필요한가? (0:all, 1:ios, 2:android)

int SalesPromotionInfo::nOrders

우선 순위. 표시할때 쓰려나. 어디한번 자세하게 쓰면 어떻게 나오려나?

char SalesPromotionInfo::szContent[1000+1]

설명

char SalesPromotionInfo::szEndDate[22+1]

종료 날짜

char SalesPromotionInfo::szImgUrl[512+1]

참고 배너

char SalesPromotionInfo::szMoveTo[5+1]

클릭시 이동할 곳 (미리 정의 된 곳이 필요합니다.)

char SalesPromotionInfo::szSPType[5+1]

SP의 종류. (미정)

char SalesPromotionInfo::szStartDate[22+1]

시작 날짜

char SalesPromotionInfo::szTitle[100+1]

제목


The documentation for this class was generated from the following file: