首检报告签名

master
shaoyong 6 months ago
parent a250b4d519
commit 77bf83ac8f

@ -189,6 +189,26 @@ public class QcCheckReportIncome extends BaseEntity {
private String orderType; private String orderType;
private String standardNo; private String standardNo;
private String jgy;
private String pgy;
public String getJgy() {
return jgy;
}
public void setJgy(String jgy) {
this.jgy = jgy;
}
public String getPgy() {
return pgy;
}
public void setPgy(String pgy) {
this.pgy = pgy;
}
public String getStandardNo() { public String getStandardNo() {
return standardNo; return standardNo;
} }

@ -97,7 +97,7 @@
qct.check_status, qct.check_man_code, qct.check_man_name, qct.check_status, qct.check_man_code, qct.check_man_name,
qct.check_time, qct.check_result, qct.status, qct.check_type, qct.attr1, qct.attr2, qct.attr3, qct.attr4, qct.check_time, qct.check_result, qct.status, qct.check_type, qct.attr1, qct.attr2, qct.attr3, qct.attr4,
qct.create_by, qct.create_time, qct.update_by, qct.update_time, qct.create_by, qct.create_time, qct.update_by, qct.update_time,
qct.factory_code, qct.del_flag,qct.reason,qct.product_type,qct.order_type, qct.factory_code, qct.del_flag,qct.reason,qct.product_type,qct.order_type,qct.jgy,qct.pgy,
bp.mvgr5 standardNo bp.mvgr5 standardNo
from qc_check_task qct from qc_check_task qct
left join base_product bp on bp.product_code = qct.material_code left join base_product bp on bp.product_code = qct.material_code

Loading…
Cancel
Save