zouyu
2026-03-24 bf95078dab81dcd0639fdb1a41e998b31c940fb1
1
2
3
4
5
6
7
package com.chinaztt.mes.docx.constant;
 
 
public interface CommonConstants {
    Integer SUCCESS = 0;
    Integer FAIL = 1;
}