@ -9,6 +9,7 @@ package com.ynxbd.common.helper.common;
public class VersionHelper {
private static final String APP_VERSION = "5.2.2.230504_Release";
public static String getAppVersion(){
String test = "a";
return APP_VERSION;
}