inleft
2022-02-16 0613f2f9107a082e3f5467dfde2438ab5ec83479
commit | author | age
0613f2 1 package vip.xiaonuo.core.consts;
I 2
3 public interface MyConstant {
4     Integer Yes = 1;
5     Integer No = 1;
6 }