| | |
| | | <mapper namespace="com.zy.third.mapper.ExdInstockTargetMapper"> |
| | | |
| | | <resultMap id="BaseResultMap" type="com.zy.third.entity.ExdInstockTarget"> |
| | | <id property="ID" column="ID" /> |
| | | <result property="finterid" column="FInterID" /> |
| | | <result property="fbillno" column="FBillNo" /> |
| | | <result property="ftrantype" column="FTranType" /> |
| | |
| | | <result property="reador" column="Reador" /> |
| | | <result property="writormsg" column="WritorMsg" /> |
| | | <result property="readormsg" column="ReadorMsg" /> |
| | | <result property="prodinkind" column="ProdInKind" /> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | | FInterID,FBillNo,FTranType,FDate,FROB,FUserID, |
| | | FDeptID,FSupplyID,FBillerID,FFManagerID,FSManagerID, |
| | | FEntryID,FItemID,FQty,Fprice,FBatchNo, |
| | | FUnitID,FSourceBillNo,FSourceEntryID,FSourceInterId,FSourceTranType, |
| | | FDCSPID,FDCStockID,FOrderBillNo,FOrderEntryID,FOrderInterID, |
| | | FPlanMode,Barcode,Gross,Width,Defects, |
| | | BackCode,WriteTime,Writor,Status,ReadTime, |
| | | Reador,WritorMsg,ReadorMsg |
| | | ID,FInterID,FBillNo,FTranType,FDate,FROB, |
| | | FUserID,FDeptID,FSupplyID,FBillerID,FFManagerID, |
| | | FSManagerID,FEntryID,FItemID,FQty,Fprice, |
| | | FBatchNo,FUnitID,FSourceBillNo,FSourceEntryID,FSourceInterId, |
| | | FSourceTranType,FDCSPID,FDCStockID,FOrderBillNo,FOrderEntryID, |
| | | FOrderInterID,FPlanMode,Barcode,Gross,Width, |
| | | Defects,BackCode,WriteTime,Writor,Status, |
| | | ReadTime,Reador,WritorMsg,ReadorMsg |
| | | </sql> |
| | | </mapper> |