This commit is contained in:
caozehui
2025-03-07 16:15:12 +08:00
parent 8c4ce5d8af
commit 653c556867
5 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
package com.njcn.gather.source.pojo.constant;
/**
* @author caozehui
* @data 2025-03-07
*/
public interface PqSourceValidMessage {
String ID_NOT_BLANK = "检测源id不能为空";
}