王 垚
2021-03-10 7d3067e8f89aa8057078ac7a77a647e74ae6d59b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace Demo.Model.Model
{
    /// <summary>
    /// 
    /// </summary>
    public class DayPlanModel
    {
        public string FEntryID { get; set; }
        public string FHMASTERDATE { get; set; }
    }
}