package com.gzlh.device.infrared.action; public interface InfraredAction { /** * 入地磅红外断开 */ String IN_BREAK="IN_BREAK"; }