订单管理相关

This commit is contained in:
潘荣晟
2025-10-20 16:19:53 +08:00
parent d365732a0e
commit bcdab44cda
15 changed files with 121 additions and 5 deletions

View File

@@ -47,6 +47,7 @@
po.CAUS,
po.STS,
po.MTRL_TP,
po.SPLY_BSN_TP,
po.PRCH_GRP_NAME,
po.PRCS_INSC_ID,
po.RVW_ONN,
@@ -159,6 +160,7 @@
po.RVW_ONN,
po.TSK_NDE_ID,
po.IS_PUSH,
po.SPLY_BSN_TP,
po.CREATE_TIME,
po.UPDATE_TIME,
po.CREATOR,
@@ -274,6 +276,9 @@
<result column="RVW_ONN" property="reviewOpinion"/>
<result column="TSK_NDE_ID" property="taskId"/>
<result column="IS_PUSH" property="isPush"/>
<result column="UNT" property="unt"/>
<result column="MTRL_TP" property="mtrlTp"/>
<result column="SPLY_BSN_TP" property="splyBsnTp"/>
</resultMap>
<resultMap id="PrchOrdDtlResultMap" type="com.zt.plat.module.contractorder.dal.dataobject.purchaseorder.PrchOrdDtlDO">