| | |
| | | <result column="update_by" property="updateBy" /> |
| | | <result column="update_time" property="updateTime" /> |
| | | <result column="supplier_name" property="supplierName" /> |
| | | <result column="coal_type" property="coalType" /> |
| | | <result column="coal" property="coal" /> |
| | | <result column="unit" property="unit" /> |
| | | <result column="inventory_quantity" property="inventoryQuantity" /> |
| | | <result column="price_including_tax" property="priceIncludingTax" /> |
| | | <result column="total_price_including_tax" property="totalPriceIncludingTax" /> |
| | | <result column="cost_per_unit" property="costPerUnit" /> |
| | | <result column="registrant" property="registrant" /> |
| | | <result column="registrant_id" property="registrantId" /> |
| | | <result column="registration_time" property="registrationTime" /> |
| | | </resultMap> |
| | | |