Commit be948df5 by 陶光胜

代码规范

parent 9c45c259
......@@ -26,10 +26,12 @@ public class QrcodeQO implements Serializable {
private String callBackMethod;
private String fileName;
@SkipNamingCheck
public Integer getH5() {
return h5;
}
@SkipNamingCheck
public void setH5(Integer h5) {
if(h5 != null && StringUtils.isNotBlank(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