Browse Source

修正拼写错误

master
xyiege 3 years ago
parent
commit
e9bcb3e761
  1. 10
      src/main/java/cn/chjyj/szwh/bean/GoodsSource.java

10
src/main/java/cn/chjyj/szwh/bean/GoodsSource.java

@ -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() {

Loading…
Cancel
Save