Commit ef7e95e0 张东亮

重量分隔符

1 个父辈 d2de60be
...@@ -561,7 +561,7 @@ namespace DeviceLibrary ...@@ -561,7 +561,7 @@ namespace DeviceLibrary
string codeStr = ""; string codeStr = "";
List<string> list = new List<string>(); List<string> list = new List<string>();
var code = ProcessCode(codelist, 0, 0); var code = ProcessCode(codelist, 0, 0);
codeStr = code + "||" + weight; codeStr = code + "//" + weight;
// 参数:cids: 多个 cid // 参数:cids: 多个 cid
//code: 条码内容 //code: 条码内容
Dictionary<string, string> paramMap = new Dictionary<string, string>(); Dictionary<string, string> paramMap = new Dictionary<string, string>();
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!