Commit 249317f8 by 陶光胜

代码规范

parent be948df5
...@@ -26,12 +26,10 @@ public class QrcodeQO implements Serializable { ...@@ -26,12 +26,10 @@ public class QrcodeQO implements Serializable {
private String callBackMethod; private String callBackMethod;
private String fileName; private String fileName;
@SkipNamingCheck
public Integer getH5() { public Integer getH5() {
return h5; return h5;
} }
@SkipNamingCheck
public void setH5(Integer h5) { public void setH5(Integer h5) {
if(h5 != null && StringUtils.isNotBlank(h5+"")){ if(h5 != null && StringUtils.isNotBlank(h5+"")){
this.h5 = h5; this.h5 = h5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment