yubo
2025-09-24 35cfaa7259f3d494e7bd03aec5c7e035049ee19b
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="当日数据已存在";
 
}