同步erp用户

This commit is contained in:
2024-10-09 08:44:01 +08:00
parent e26e405006
commit 92d5a5400f
6 changed files with 132 additions and 38 deletions

View File

@@ -29,6 +29,11 @@ namespace Tnb.ProductionMgr.Entities.Entity
/// </summary>
public string user_id { get; set; }
/// <summary>
/// 人员id
/// </summary>
public string person_id { get; set; }
public DateTime create_time { get; set; }
/// <summary>