SVN r348
SVN-Revision: r348
This commit is contained in:
@@ -2500,6 +2500,7 @@ namespace Lskj.Model
|
|||||||
public string FirstRowIndex = "";
|
public string FirstRowIndex = "";
|
||||||
public string SpecialValueIndex = "";
|
public string SpecialValueIndex = "";
|
||||||
public string SheetName = "";
|
public string SheetName = "";
|
||||||
|
public bool CustomerServiceApp = false;
|
||||||
public DynamicPubSpecialImport(string[] args)
|
public DynamicPubSpecialImport(string[] args)
|
||||||
: base(args)
|
: base(args)
|
||||||
{
|
{
|
||||||
@@ -2525,6 +2526,10 @@ namespace Lskj.Model
|
|||||||
{
|
{
|
||||||
SheetName = args[9] + "";
|
SheetName = args[9] + "";
|
||||||
}
|
}
|
||||||
|
if (args.Length >10 && !string.IsNullOrWhiteSpace(args[10]))
|
||||||
|
{
|
||||||
|
CustomerServiceApp = (args[10] + "").Equals("1");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user