初始化
This commit is contained in:
17
MySQLAccess/PGModels/DeviceFun.cs
Normal file
17
MySQLAccess/PGModels/DeviceFun.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MySQLAccess.PGModels;
|
||||
|
||||
public partial class DeviceFun
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public long? DeviceId { get; set; }
|
||||
|
||||
public string? FunctionName { get; set; }
|
||||
|
||||
public DateTime? CreateTime { get; set; }
|
||||
|
||||
public bool? IsDelete { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user