初始化
This commit is contained in:
15
WebAPIServer/Models/TblUtsManageOrderstatus.cs
Normal file
15
WebAPIServer/Models/TblUtsManageOrderstatus.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace WebAPIServer.Models;
|
||||
|
||||
public partial class TblUtsManageOrderstatus
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string StatusName { get; set; } = null!;
|
||||
|
||||
public string? Remark { get; set; }
|
||||
|
||||
public DateTime? UpdateTime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user