Files

14 lines
253 B
C#
Raw Permalink Normal View History

2025-11-20 09:14:00 +08:00
using System;
using System.Collections.Generic;
namespace SupplierManager.Models;
public partial class AasUserPermission
{
public int Id { get; set; }
public string? ProxyClass { get; set; }
public string? ProxyRegion { get; set; }
}