13 lines
336 B
C#
13 lines
336 B
C#
![]() |
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!;
|
|||
|
}
|
|||
|
}
|