package com.qianwen.smartman.modules.system.constant; public interface StatusConstant { public static final Integer open = 1; public static final Integer close = 0; }