using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ExternalDataSync.MOM
{
///生产日历下发 Body
public class ProductionCalendarBodyData
{
///
// 日历组
///
public List calendarGroup
{
get;
set;
} = null;
}
}