package com.kmall.common.constant; /** * */ public class JxlsXmlTemplateName { //商品信息导入 public static final String GOODS_DTO_LIST = "/XmlTemplate/GoodsDtoList.xml"; //普通商品导入 public static final String GENERAL_GOODS_DTO_LIST = "/XmlTemplate/GeneralGoodsDtoList.xml"; }