初始化
This commit is contained in:
19
SupplierManager/Models/AasProjectReportReady.cs
Normal file
19
SupplierManager/Models/AasProjectReportReady.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SupplierManager.Models;
|
||||
|
||||
public partial class AasProjectReportReady
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
public string? ProjectCode { get; set; }
|
||||
|
||||
public string? CustomerContactsH { get; set; }
|
||||
|
||||
public DateTime? Createtime { get; set; }
|
||||
|
||||
public DateTime? Updatetime { get; set; }
|
||||
|
||||
public long? Unixtime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user