using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Pcb.Common
{
///
/// 系统模版文件配置
/// by Heyc
/// @2015.7.10
///
public class TemplateFileConfig
{
///
/// 供货单现货资源上传模版文件
///
public static string GoodsSupplyTemp
{
get
{
return "/TemplateFile/捷配网现货上传模板.xls";
}
}
}
}