初始化

This commit is contained in:
2025-02-07 09:20:09 +08:00
commit 141566b563
26 changed files with 1215 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.dpkj.common.constant;
public interface CommonConst {
Integer SC_500 = 500;
Integer SC_404 = 404;
Integer SC_200 = 200;
}