This commit is contained in:
2022-03-11 17:33:03 +08:00
parent 1ddf362e05
commit b757013382
39 changed files with 78 additions and 78 deletions

View File

@ -0,0 +1,14 @@
package com.xkrs.util;
public interface Constant {
/**
* 检验项目类型:文本
*/
String QC_ITEM_TYPE_STRING = "0";
/**
* 检验项目类型:图片
*/
String QC_ITEM_TYPE_PICTURE = "1";
}