17 lines
367 B
C#
17 lines
367 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models
|
|||
|
|
{
|
|||
|
|
public class WeiXinDate
|
|||
|
|
{
|
|||
|
|
public string adate { get; set; }
|
|||
|
|
public string yyrs { get; set; }
|
|||
|
|
public string zyyrs { get; set; }
|
|||
|
|
public string kyyrs { get; set; }
|
|||
|
|
public string kyyzrs { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|