| | |
| | | <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="registration_time" property="registrationTime" /> |
| | | <result column="registrant_id" property="registrantId" /> |
| | | <result column="registration_date" property="registrationDate" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | |
| | | create_time, |
| | | update_by, |
| | | update_time, |
| | | id, supplier_name, coal_type, unit, inventory_quantity, price_including_tax, total_price_including_tax, cost_per_unit, registrant, registration_time |
| | | id, supplier_name, coal, unit, inventory_quantity, price_including_tax, total_price_including_tax, registrant, registration_time |
| | | </sql> |
| | | |
| | | </mapper> |