|
|
@ -27,7 +27,7 @@ public class OrderGoodsSource implements Serializable { |
|
|
private String sourceType;// 源类型;1图书/2:期刊/3:报纸/4:音像/5:音频/6:视频/7:其他文献/8:图片/9:文化产品
|
|
|
private String sourceType;// 源类型;1图书/2:期刊/3:报纸/4:音像/5:音频/6:视频/7:其他文献/8:图片/9:文化产品
|
|
|
private String sourceNameType;//源名称类型-->源标识符类型:ISBN/ISLI/CN
|
|
|
private String sourceNameType;//源名称类型-->源标识符类型:ISBN/ISLI/CN
|
|
|
private String sourceName;//源名称
|
|
|
private String sourceName;//源名称
|
|
|
private String sourceidentify;//源标识符:源标识符类型 + 源标识符(ISBN000000XXXXXX)
|
|
|
private String sourceIdentify;//源标识符:源标识符类型 + 源标识符(ISBN000000XXXXXX)
|
|
|
private String sourceFragment;//源片段
|
|
|
private String sourceFragment;//源片段
|
|
|
private String targetName;//目标名称-->整体目标作品名称
|
|
|
private String targetName;//目标名称-->整体目标作品名称
|
|
|
private String targetNameType;//目标名称类型-->目标标识符类型:ISBN/ISLI
|
|
|
private String targetNameType;//目标名称类型-->目标标识符类型:ISBN/ISLI
|
|
|
@ -133,12 +133,12 @@ public class OrderGoodsSource implements Serializable { |
|
|
this.sourceName = sourceName; |
|
|
this.sourceName = sourceName; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public String getSourceidentify() { |
|
|
public String getSourceIdentify() { |
|
|
return sourceidentify; |
|
|
return sourceIdentify; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void setSourceidentify(String sourceidentify) { |
|
|
public void setSourceIdentify(String sourceIdentify) { |
|
|
this.sourceidentify = sourceidentify; |
|
|
this.sourceIdentify = sourceIdentify; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public String getSourceFragment() { |
|
|
public String getSourceFragment() { |
|
|
|