|
|
|
@ -170,7 +170,7 @@ public class TorqueCollectionModel implements Serializable {
|
|
|
|
|
public TorqueCollectionModel(String vinCode, String prodCfgTypeCode, String gradeCode, String colorCode, String partNo,
|
|
|
|
|
String partName, Integer torqueNo, Integer checkScanCount, Integer sendSeq,
|
|
|
|
|
Integer yellowGunRule, Integer isEndSeq, String groupCode, Integer isPf, Double qualifiedCount,
|
|
|
|
|
String pokeYokeFix) {
|
|
|
|
|
String pokeYokeFix, String pokeYokeLength) {
|
|
|
|
|
this.vinCode = vinCode;
|
|
|
|
|
this.prodCfgTypeCode = prodCfgTypeCode;
|
|
|
|
|
this.gradeCode = gradeCode;
|
|
|
|
@ -186,6 +186,7 @@ public class TorqueCollectionModel implements Serializable {
|
|
|
|
|
this.isPf = isPf;
|
|
|
|
|
this.qualifiedCount = qualifiedCount;
|
|
|
|
|
this.pokeYokeFix = pokeYokeFix;
|
|
|
|
|
this.pokeYokeLength = pokeYokeLength;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|