This commit is contained in:
caozehui
2025-03-10 10:12:52 +08:00
parent 1075a72375
commit 337797b0ed
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package com.njcn.gather.script.pojo.constant;
/**
* @author caozehui
* @data 2025-03-10
*/
public interface PqScriptValidMessage {
String INDEX_NOT_NULL = "index不能为空";
String VALUE_TYPE_NOT_NULL = "脚本值类型不能为空";
}