This commit is contained in:
jl
2025-06-19 16:50:57 +08:00
parent 67ec46d1da
commit 0d861d7161
7 changed files with 63 additions and 32 deletions

View File

@ -137,20 +137,13 @@ namespace Epost.BLL
else {
lablemodel.Quantity = shopid;
lablemodel.Mode = "10";
}
lablemodel.Mode = "10";
}
lablemodel.Address = labelItem["address"].ToString();
lablemodel.ControlIP = item["ControlIP"].ToString();
lablemodel.Command = "DISPLAY_JOB";
lablemodel.Type = "N";
lablemodel.Uid = labelItem["address"].ToString();
lablemodel.Type = "N";
lablemodel.Uid = labelItem["address"].ToString();
list.Add(lablemodel);
}
@ -207,6 +200,12 @@ namespace Epost.BLL
}
#endregion
#region
public bool FORMAT_DEVICE(LabelParamModel model)
{
return dal.FORMAT_DEVICE(model);
}
#endregion
#region
public bool CONNECT(LabelParamModel model)
{