package com.chinaztt.mes.docx.constant; public interface CommonConstants { Integer SUCCESS = 0; Integer FAIL = 1; }