package com.skua.constant;

/**
 * <pre>
 * 常量
 * </pre>
 *
 * @author sonin
 * @version 1.0 2023/3/9 10:12
 */
public interface BaseConstant {

    String dateFormat = "yyyy-MM-dd HH:mm:ss";

}