yubo
2026-04-11 4e55bd9cee8e44f7a7a0d9185d8323fc7be9193d
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.server.hr.constant;
 
 
public class MyConstant {
    /**
     * 返回值提示
     */
    public final static String MESSAGE="当日数据已存在";
 
}