123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <workbook>
- <worksheet name="Sheet1">
- <section startRow="0" endRow="0"/>
- <loop startRow="1" endRow="1" items="CombinationPriceGoodsDtoList" var="CombinationPriceGoodsDto"
- varType="com.kmall.admin.dto.CombinationPriceGoodsDto">
- <section startRow="1" endRow="1">
- <mapping row="1" col="0">CombinationPriceGoodsDto.goodsSns</mapping>
- <mapping row="1" col="1">CombinationPriceGoodsDto.barCodes</mapping>
- <mapping row="1" col="2">CombinationPriceGoodsDto.combinedPrice</mapping>
- <mapping row="1" col="3">CombinationPriceGoodsDto.combinedCount</mapping>
- <mapping row="1" col="4">CombinationPriceGoodsDto.deadline</mapping>
- </section>
- <loopbreakcondition>
- <rowcheck offset="0">
- <cellcheck offset="0"></cellcheck>
- </rowcheck>
- </loopbreakcondition>
- </loop>
- </worksheet>
- </workbook>
|