@@ -34,5 +34,7 @@ public class ProdiodetailView implements Serializable{
private String pr_brand;
private String pr_orispeccode;
+ private String creatorName;
+ private String pi_auditman;
}
@@ -23,6 +23,8 @@
<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" />
+ <result column="creatorName" jdbcType="VARCHAR" property="creatorName" />
+ <result column="pi_auditman" jdbcType="VARCHAR" property="pi_auditman" />
</resultMap>