add:json对象增加字段
This commit is contained in:
@@ -30,4 +30,7 @@ public class InteractionJsonDTO {
|
||||
private String heightLevel;
|
||||
private String type;
|
||||
|
||||
private String isUncap;
|
||||
private String materialBarcode;
|
||||
|
||||
}
|
||||
|
||||
@@ -27,6 +27,8 @@ public class InteractionJsonDTO {
|
||||
*/
|
||||
private String barcode;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*子卷长度
|
||||
*/
|
||||
@@ -43,4 +45,7 @@ public class InteractionJsonDTO {
|
||||
private String heightLevel;
|
||||
|
||||
private String type;
|
||||
|
||||
private String isUncap;
|
||||
private String materialBarcode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user