Commit 02387dcd authored by zengtianlai3's avatar zengtianlai3

增加修改功能

parent 5f7b7eda
package iot.sixiang.license.util;
import com.alibaba.fastjson.JSONObject;
/**
* Created by m33 on 2022/6/8 9:57
*/
public class JsonUtil {
public static boolean isNull(String str) {
if(str == null || str.isEmpty()) {
return true;
}
return false;
}
}
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