@@ -32,4 +32,7 @@ public class ProdiodetailView implements Serializable{
private String pd_whname;
+ private String pr_brand;
+ private String pr_orispeccode;
+
}
@@ -21,6 +21,8 @@
<result column="pd_remark" jdbcType="VARCHAR" property="pd_remark" />
<result column="companyid" jdbcType="INTEGER" property="companyid" />
<result column="pd_whname" jdbcType="VARCHAR" property="pd_whname" />
+ <result column="pr_brand" jdbcType="VARCHAR" property="pr_brand" />
+ <result column="pr_orispeccode" jdbcType="VARCHAR" property="pr_orispeccode" />
</resultMap>