liyong
7 天以前 ded338d0bafa5594b275edb81a8f69ea4446c37c
src/main/resources/mapper/production/ProductionProductInputMapper.xml
@@ -4,7 +4,7 @@
    <resultMap id="basicMap" type="com.ruoyi.production.pojo.ProductionProductInput">
        <id property="id" column="id"/>
        <result property="productionProductId" column="production_product_id"/>
        <result property="productMainId" column="product_main_id"/>
        <result property="productModelId" column="product_model_id"/>
        <result property="quantity" column="quantity"/>
        <result property="tenantId" column="tenant_id"/>