班组修改
This commit is contained in:
15
DOAN.Model/MES/Group/Dto/SchedulingSituation.cs
Normal file
15
DOAN.Model/MES/Group/Dto/SchedulingSituation.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DOAN.Model.MES.group.Dto
|
||||
{
|
||||
public class SchedulingSituation
|
||||
{
|
||||
|
||||
public string Date1 { get; set; }
|
||||
public int groupNum { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user