zhaojs
2023-09-27 74098f1401afe40f961d1d167bb18dd0a71c4d59
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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; }
 
    }
}