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; } = "药箱号"; } }