添加报工人
This commit is contained in:
@@ -30,7 +30,7 @@ public class PrintHelper
|
||||
var zzb = new ZXing.ZKWeb.BarcodeWriter();
|
||||
zzb.Options = new EncodingOptions()
|
||||
{
|
||||
Margin = 3,
|
||||
Margin = 0,
|
||||
PureBarcode = false
|
||||
};
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@ namespace Infrastructure.Model
|
||||
/// </summary>
|
||||
public class Upload
|
||||
{
|
||||
public string rootDirectory { get; set; }
|
||||
public string UploadUrl { get; set; }
|
||||
public string LocalSavePath { get; set; }
|
||||
public int MaxSize { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user