productBom和history的查询加厂家规格:producerSpecification
| | |
| | | <result property="material" column="material"/> |
| | | <result property="thickness" column="thickness"/> |
| | | <result property="surfaceDetail" column="surface_detail"/> |
| | | <result property="producerSpecification" column="producer_specification"></result> |
| | | <result property="notes" column="notes"/> |
| | | <association property="materialObj" javaType="com.whyc.pojo.Material"> |
| | | <id property="id" column="id" /> |
| | |
| | | <result property="material" column="material"></result> |
| | | <result property="thickness" column="thickness"></result> |
| | | <result property="surfaceDetail" column="surface_detail"></result> |
| | | <result property="producerSpecification" column="producer_specification"></result> |
| | | <result property="notes" column="notes"></result> |
| | | <result property="pictureUrl" column="picture_url"></result> |
| | | <result property="fileUrl" column="file_url"></result> |
| | |
| | | h.material, |
| | | h.thickness, |
| | | h.surface_detail, |
| | | h.producerSpecification, |
| | | h.notes, |
| | | m.id, |
| | | m.type, |
| | |
| | | <result property="material" column="material"/> |
| | | <result property="thickness" column="thickness"/> |
| | | <result property="surfaceDetail" column="surface_detail"/> |
| | | <result property="producerSpecification" column="producer_specification"/> |
| | | <result property="notes" column="notes"/> |
| | | <result property="materialId" column="id"/> |
| | | <association property="materialObj" javaType="com.whyc.pojo.Material"> |
| | |
| | | <result property="material" column="material"></result> |
| | | <result property="thickness" column="thickness"></result> |
| | | <result property="surfaceDetail" column="surface_detail"></result> |
| | | <result property="producerSpecification" column="producer_specification"></result> |
| | | <result property="createDate" column="create_date"></result> |
| | | <result property="notes" column="notes"></result> |
| | | <result property="dwgUrl" column="dwg_url"></result> |
| | |
| | | b.material, |
| | | b.thickness, |
| | | b.surface_detail, |
| | | b.producer_specification, |
| | | b.notes, |
| | | m.id, |
| | | m.type, |