用户导入

This commit is contained in:
2024-07-12 15:01:12 +08:00
parent 22a576c63f
commit 6c533477a7
4 changed files with 80 additions and 8 deletions

View File

@@ -35,6 +35,8 @@ namespace Tnb.ProductionMgr.Entities.Entity
/// </summary>
public string erp_line_pk { get; set; }
public string user_id { get; set; }
public DateTime create_time { get; set; }
}
}