mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
小板信息增加字段:侧面造型,二维/侧面二维 刀路
This commit is contained in:
+5
@@ -38,6 +38,11 @@ public class AssertUtils {
|
||||
}
|
||||
}
|
||||
|
||||
public static void empty(Object object, ErrorCode errorCode) {
|
||||
if (object != null) {
|
||||
throw exception(errorCode);
|
||||
}
|
||||
}
|
||||
|
||||
public static void notEmpty(Object object, ErrorCode errorCode) {
|
||||
if (object == null) {
|
||||
|
||||
Reference in New Issue
Block a user