微调
This commit is contained in:
@@ -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 = "脚本值类型不能为空";
|
||||
}
|
||||
Reference in New Issue
Block a user