- using System;
- using System.Collections.Generic;
- namespace CodeFirstExistingDatabaseSample.ISMS_BASE.Models
- {
- public partial class IaVVideoPatrolItemExecObj
- {
- public string ExeObjId { get; set; } = null!;
- public string? ExeObjName { get; set; }
- public string ExeObjType { get; set; } = null!;
- }
- }
|