package vip.xiaonuo.core.consts; public interface MyConstant { Integer Yes = 1; Integer No = 1; }