All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xin.altitude.cms.code.util.UserUtils Maven / Gradle / Ivy

There is a newer version: 1.3.4.1
Show newest version
/*
 * Copyright (Java知识图谱) 2022.
 */

package xin.altitude.cms.code.util;

/**
 * @author explore
 * @since 2019/12/02 15:24
 **/
public class UserUtils {
    public static Long getUserId() {
        return 1L;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy