using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace YouZanSDKStandard.Api.Domain { public class ItemVirtualOpenModel { public string instructions { get; set; } public string item_validity_start { get; set; } public string card_service_tel { get; set; } public string card_color { get; set; } public string we_chat_tpl_id { get; set; } public string card_title { get; set; } public string operate_version { get; set; } public string effective_type { get; set; } public string validity_type { get; set; } public string card_service_tel_code { get; set; } public string use_address { get; set; } public string effective_delay_hours { get; set; } public string holidays_available { get; set; } public string item_validity_day { get; set; } public string item_validity_end { get; set; } public string update_we_chat_bag { get; set; } } }