C# Class WareDealer.WareInport

商品导入
Mostrar archivo Open project: hanksoft/KillJD Class Usage Examples

Public Methods

Method Description
GetInstance ( ) : WareInport
InportWareList ( string filePath ) : void

导入商品列表

Private Methods

Method Description
Read ( string path ) : void

读取导入列表文件

WareInport ( ) : WareDealer.Helper

Method Details

GetInstance() public static method

public static GetInstance ( ) : WareInport
return WareInport

InportWareList() public method

导入商品列表
public InportWareList ( string filePath ) : void
filePath string 文本文件路径
return void