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 * 源标识符源标识符类型 + 源标识符ISBN000000XXXXXX
*/ */
private String sourceidentify; private String sourceIdentify;
/** /**
* 源片段 * 源片段
@ -184,12 +184,12 @@ public class GoodsSource {
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() {

Loading…
Cancel
Save