班组管理重大更新:组变为基本数据

This commit is contained in:
qianhao.xu
2025-03-19 13:44:59 +08:00
parent afd800732e
commit a0ec3319b2
9 changed files with 49 additions and 31 deletions

View File

@@ -10,8 +10,8 @@ namespace DOAN.Model.MES.group
/// <summary>
/// 组别id
/// </summary>
[SugarColumn(IsPrimaryKey = true, IsIdentity = false, ColumnName = "fk_group_id")]
public string FkGroupId { get; set; }
[SugarColumn(IsPrimaryKey = true, IsIdentity = false, ColumnName = "group_code")]
public string GroupCode { get; set; }
/// <summary>
/// 员工id