收购商明细导入 up

This commit is contained in:
zhuangdashia 2025-08-24 15:41:59 +08:00
parent 4ee945f8ac
commit 1825bb3df7

View File

@ -71,7 +71,7 @@ public class OriginalHntSgmxImportVo implements Serializable {
/** /**
* 实际金额 * 实际金额
*/ */
@ExcelProperty(value = "实际金额(元)", converter = ExcelDictConvert.class) @ExcelProperty(value = "实际金额(元)")
private String actualAmount; private String actualAmount;
/** /**