进出口原始单证 查询/批量推送 删改单申请(部分)

This commit is contained in:
zhaoqing
2026-05-13 19:46:29 +08:00
parent d97c837d91
commit 16d9b601da
8 changed files with 317 additions and 6 deletions
@@ -170,6 +170,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="documentDate" column="DOCUMENT_DATE" />
<result property="ieType" column="IE_TYPE" />
<result property="materialCode" column="MATERIAL_CODE" />
<result property="pushBy" column="PUSH_BY" />
<result property="pushByName" column="PUSH_BY_NAME" />
<result property="pushStatus" column="PUSH_STATUS" />
<result property="pushTime" column="PUSH_TIME" />
</resultMap>