chenlu
2024-06-07 2f640b1038fa331954f78ed1f4317212cf5bb34d
north-glass-erp/src/main/java/com/example/erp/common/Constants.java
New file
@@ -0,0 +1,14 @@
package com.example.erp.common;
/**
 * 定义一些常量进行使用
 */
public interface Constants {
    String Code_500="500";//系统错误
    String Code_401="401";//权限不足
    String Code_402="402";//还未登陆
    String Code_400="400";//
    String Code_200="200";//成功
    String Code_600="600";//其他问题
    String Code_msg = "服务器发生异常,保存失败";
}