检验数据添加上传时间和批次

This commit is contained in:
2022-05-17 10:14:31 +08:00
parent 2105a7640d
commit 289dbe69d6
3 changed files with 150 additions and 46 deletions

View File

@ -12,4 +12,6 @@ public interface Constant {
*/
String QC_ITEM_TYPE_PICTURE = "1";
long QC_TIME_INTERVAL = 1;
}