1
廖井涛
2024-01-23 3f2925f78efc5a75d5fc380c3bb9922546b51f92
north-glass-erp/src/main/java/com/example/erp/common/Constants.java
New file
@@ -0,0 +1,12 @@
package com.example.erp.common;
/**
 * 定义一些常量进行使用
 */
public interface Constants {
    String Code_500="500";//系统错误
    String Code_401="401";//权限不足
    String Code_400="400";//
    String Code_200="200";//成功
    String Code_600="600";//其他问题
}