初始化
This commit is contained in:
13
SupplierManager/Models/Autokeygenerater.cs
Normal file
13
SupplierManager/Models/Autokeygenerater.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SupplierManager.Models;
|
||||
|
||||
public partial class Autokeygenerater
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public long? ProjectInfoCode { get; set; }
|
||||
|
||||
public int? CompanyCode { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user