| | |
| | | <resultMap id="ProductMaterialResultMap" type="com.ruoyi.production.pojo.ProductMaterial"> |
| | | <id property="id" column="id"/> |
| | | <result property="tenantId" column="tenant_id"/> |
| | | <result property="materialType" column="material_type"/> |
| | | <result property="inventoryCategory" column="inventory_category"/> |
| | | <result property="materialTypeId" column="material_type_id"/> |
| | | <result property="inventoryCategoryId" column="inventory_category_id"/> |
| | | <result property="identifierCode" column="identifier_code"/> |
| | | <result property="materialCode" column="material_code"/> |
| | | <result property="productName" column="product_name"/> |
| | | <result property="materialName" column="material_name"/> |
| | | <result property="specification" column="specification"/> |
| | | <result property="baseUnit" column="base_unit"/> |