2024-12-06 16:32:13 +08:00

14 lines
245 B
C#

using System;
using System.Collections.Generic;
namespace YunDa.SOMS.ProDB.Models;
public partial class TbContactDo
{
public int? DeviceTypeCode { get; set; }
public int? Bit { get; set; }
public string? Title { get; set; }
}