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