Commit 0976600d authored by zhaji's avatar zhaji

"feature-zhaJi:修改商险导入导出长度常量"

parent 0a9d2c8a
......@@ -94,7 +94,12 @@ public interface CommonConstants {
/**
* 商险导出最大值
*/
Integer TWENTY_THOUSAND = 20000;
Integer EXPORT_TWENTY_THOUSAND = 20000;
/**
* 商险导入最大值
*/
Integer IMPORT_TWENTY_THOUSAND = 20000;
/**
* 失败标记
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment