udpate login.html

This commit is contained in:
backuppc
2025-07-10 14:36:05 +09:00
parent 43526a26ec
commit 26cb328f8f
31 changed files with 866 additions and 543 deletions

View File

@@ -0,0 +1,12 @@
namespace FCOMMON.Models
{
public class GroupUserModel
{
public string Gcode { get; set; }
public string uid { get; set; }
public string Process { get; set; }
public int level { get; set; }
}
}