This commit is contained in:
陶坤
2024-05-15 18:49:11 +08:00
parent 65bb836721
commit e3d3726cbe
18 changed files with 446 additions and 70 deletions

View File

@ -108,7 +108,7 @@ namespace 货架标准上位机.ViewModel
}
Items.CanNotify = true;
}
public class DataModel()
public class DataModel
{
public string MatCode { get; set; }
}