|
|
@ -235,7 +235,6 @@ type SyncArtDemandLst struct { |
|
|
|
CreateTime grmi.DateTime `xorm:"datetime 'CreateTime' not null" json:"LOG_ArtDemandLst-CreateTime"` |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/****************************************************************************** |
|
|
|
* |
|
|
|
* @Struct Name : SyncArtDemandHeadCache |
|
|
@ -364,7 +363,8 @@ type SyncArtDemandLstCache struct { |
|
|
|
* |
|
|
|
******************************************************************************/ |
|
|
|
type CreatePackOrderInfo struct { |
|
|
|
InfoType string `json:"InfoType"` |
|
|
|
Message string `json:"Message"` |
|
|
|
Items []PackTemplate `json:"Items"` |
|
|
|
InfoType string `json:"InfoType"` |
|
|
|
PackOrderId string `json:"PackOrderId"` |
|
|
|
Message string `json:"Message"` |
|
|
|
Items []PackTemplate `json:"Items"` |
|
|
|
} |