CombinationPriceGoodsDtoList.xml 1.0 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <workbook>
  3. <worksheet name="Sheet1">
  4. <section startRow="0" endRow="0"/>
  5. <loop startRow="1" endRow="1" items="CombinationPriceGoodsDtoList" var="CombinationPriceGoodsDto"
  6. varType="com.kmall.admin.dto.CombinationPriceGoodsDto">
  7. <section startRow="1" endRow="1">
  8. <mapping row="1" col="0">CombinationPriceGoodsDto.goodsSns</mapping>
  9. <mapping row="1" col="1">CombinationPriceGoodsDto.barCodes</mapping>
  10. <mapping row="1" col="2">CombinationPriceGoodsDto.combinedPrice</mapping>
  11. <mapping row="1" col="3">CombinationPriceGoodsDto.combinedCount</mapping>
  12. <mapping row="1" col="4">CombinationPriceGoodsDto.deadline</mapping>
  13. </section>
  14. <loopbreakcondition>
  15. <rowcheck offset="0">
  16. <cellcheck offset="0"></cellcheck>
  17. </rowcheck>
  18. </loopbreakcondition>
  19. </loop>
  20. </worksheet>
  21. </workbook>