Commit 77586532 by patpat

增加String工具类

parent 45832d6f
package com.bgycc.smartcanteen.util;
public class StringUtil {
public static boolean isEmpty(String str) {
return str == null || str.isEmpty();
}
}
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 sign in to comment