|
|
@ -69,10 +69,6 @@ public class PrintOrderDataModel implements Serializable {
|
|
|
|
@Transient
|
|
|
|
@Transient
|
|
|
|
public String vendorEmail;
|
|
|
|
public String vendorEmail;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiParam(value = "标题")
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
public String title;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public int getBusiDataType() {
|
|
|
|
public int getBusiDataType() {
|
|
|
|
if (busiDataType != null) {
|
|
|
|
if (busiDataType != null) {
|
|
|
|
return busiDataType.intValue();
|
|
|
|
return busiDataType.intValue();
|
|
|
|