using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YD_WeChatApplet.Commons { public class PersonalGoalInfoReqDto { public int UserId { get; set; } public DateTime Month { get; set; } } }