111
k94314517
2023-10-08 3ad4b75ed464d8bfb2c567803569cc27e68d804a
server/services/src/main/java/com/doumee/core/constants/Constants.java
@@ -45,6 +45,12 @@
        int fail = 3;
        int over = 4;
    }
    public interface goodsorderPayStatus{
        int waitPay =0;
        int pay =1;
    }
public static  String getUUID(){
      return UUID.randomUUID().toString().replace("-","");
}
@@ -99,6 +105,7 @@
  public static final Integer ZERO = 0 ;
  public static final Integer ONE = 1 ;
    public static final Integer TWO = 2 ;
    public static final Integer THREE = 3 ;
  public static int formatIntegerNum(Integer num){
   if(num == null){