|
|
|
@ -32,7 +32,7 @@ public class GoodsSource { |
|
|
|
/** |
|
|
|
* 源标识符:源标识符类型 + 源标识符(ISBN000000XXXXXX) |
|
|
|
*/ |
|
|
|
private String sourceidentify; |
|
|
|
private String sourceIdentify; |
|
|
|
|
|
|
|
/** |
|
|
|
* 源片段 |
|
|
|
@ -184,12 +184,12 @@ public class GoodsSource { |
|
|
|
this.sourceName = sourceName; |
|
|
|
} |
|
|
|
|
|
|
|
public String getSourceidentify() { |
|
|
|
return sourceidentify; |
|
|
|
public String getSourceIdentify() { |
|
|
|
return sourceIdentify; |
|
|
|
} |
|
|
|
|
|
|
|
public void setSourceidentify(String sourceidentify) { |
|
|
|
this.sourceidentify = sourceidentify; |
|
|
|
public void setSourceIdentify(String sourceIdentify) { |
|
|
|
this.sourceIdentify = sourceIdentify; |
|
|
|
} |
|
|
|
|
|
|
|
public String getSourceFragment() { |
|
|
|
|