HKC_Blazor/MasaBlazorApp3/Pojo/BoxModel.cs

18 lines
373 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MasaBlazorApp3.Pojo
{
public class BoxModel
{
//库位号
public int BoxNo { get; set; }
//药箱号
public int BoxName { get; set; }
public string { get; set; } = "药箱号";
}
}