班组绑人

This commit is contained in:
qianhao.xu
2025-03-19 15:18:44 +08:00
parent 203babdf07
commit db0e285a05
5 changed files with 13 additions and 4 deletions

View File

@@ -7,6 +7,11 @@ namespace DOAN.Model.MES.group
[SugarTable("group_rel_person_group")]
public class GroupRelPersonGroup
{
/// <summary>
/// 排班日期
/// </summary>
[SugarColumn(ColumnName = "schedule_date")]
public DateTime ScheduleDate { get; set; }
/// <summary>
/// 组别id
/// </summary>