update TWA Management v0.0.1

This commit is contained in:
2025-11-05 10:08:06 +07:00
parent d4e91c7960
commit b4b191f829
73 changed files with 2249 additions and 418 deletions

View File

@ -1,4 +1,6 @@
namespace TWASys_App.Models
using MySqlConnector;
namespace TWASys_App.Models
{
public abstract class ModelBase: IPaging
{
@ -12,6 +14,6 @@
public int PageNumber { get; set; }
public int MaxRow { get; set; }
protected MySqlConnection _connection = null!;
}
}