diff --git a/buildpackage/pom.xml b/buildpackage/pom.xml index 5c949541..267a339e 100644 --- a/buildpackage/pom.xml +++ b/buildpackage/pom.xml @@ -93,6 +93,12 @@ yc + + lets + + lets + + kangarooDataCenterV3 diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdBankaccbasDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdBankaccbasDao.java new file mode 100644 index 00000000..2e1c414b --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdBankaccbasDao.java @@ -0,0 +1,14 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdBankaccbasEntity; + +/** + * (bd_bankaccbas: table)表数据库访问层 + * + * @author makejava + * @since 2023-12-30 15:53:06 + */ +public interface IBdBankaccbasDao extends IBaseDao { + +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdBankdocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdBankdocDao.java new file mode 100644 index 00000000..4cb0d3e9 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdBankdocDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdBankdocEntity; + +/** + * (bd_bankdoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-12-30 16:16:01 + */ +public interface IBdBankdocDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdBusitypeDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdBusitypeDao.java new file mode 100644 index 00000000..a01073ab --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdBusitypeDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdBusitypeEntity; + +/** + * (bd_busitype: table)表数据库访问层 + * + * @author makejava + * @since 2023-11-21 10:57:24 + */ +public interface IBdBusitypeDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCalbodyDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCalbodyDao.java new file mode 100644 index 00000000..828c7a72 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCalbodyDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdCalbodyEntity; + +/** + * (bd_calbody: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-06 17:31:07 + */ +public interface IBdCalbodyDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCargdocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCargdocDao.java new file mode 100644 index 00000000..38292f3d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCargdocDao.java @@ -0,0 +1,14 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdCargdocEntity; + +/** + * (bd_cargdoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-07 09:05:12 + */ +public interface IBdCargdocDao extends IBaseDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCorpDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCorpDao.java new file mode 100644 index 00000000..25185cc9 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCorpDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdCorpEntity; + +/** + * (bd_corp: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-06 14:47:17 + */ +public interface IBdCorpDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCubasdocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCubasdocDao.java new file mode 100644 index 00000000..c616b854 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCubasdocDao.java @@ -0,0 +1,22 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdCubasdocEntity; + +/** + * (bd_cubasdoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 09:41:41 + */ +public interface IBdCubasdocDao extends IBaseDao { + /** + * 查询客商基础档案:通过客商管理档案主键,得到客商基础档案 + * + * @author liuyang + */ + BdCubasdocEntity queryBdCumandocEntity(BdCubasdocEntity bdCumandocEntity) throws Exception; + + String selectUserNameByPk(String cuserid); +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCumandocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCumandocDao.java new file mode 100644 index 00000000..485760a8 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCumandocDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdCumandocEntity; + +/** + * (bd_cumandoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 09:42:24 + */ +public interface IBdCumandocDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCustbankDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCustbankDao.java new file mode 100644 index 00000000..e34407cd --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdCustbankDao.java @@ -0,0 +1,14 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdCustbankEntity; + +/** + * (bd_custbank: table)表数据库访问层 + * + * @author makejava + * @since 2023-12-30 09:37:43 + */ +public interface IBdCustbankDao extends IBaseDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdDefdocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdDefdocDao.java new file mode 100644 index 00000000..c84365f1 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdDefdocDao.java @@ -0,0 +1,14 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdDefdocEntity; + +/** + * (bd_defdoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 13:46:53 + */ +public interface IBdDefdocDao extends IBaseDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdDefdoclistDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdDefdoclistDao.java new file mode 100644 index 00000000..8dfb3b87 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdDefdoclistDao.java @@ -0,0 +1,14 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdDefdoclistEntity; + +/** + * (bd_defdoclist: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 13:49:47 + */ +public interface IBdDefdoclistDao extends IBaseDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdDeptdocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdDeptdocDao.java new file mode 100644 index 00000000..b44c221e --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdDeptdocDao.java @@ -0,0 +1,14 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdDeptdocEntity; + +/** + * (bd_deptdoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-13 11:37:15 + */ +public interface IBdDeptdocDao extends IBaseDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdInvbasdocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdInvbasdocDao.java new file mode 100644 index 00000000..cb65fb4b --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdInvbasdocDao.java @@ -0,0 +1,22 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdInvbasdocEntity; + +/** + * (bd_invbasdoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 11:27:08 + */ +public interface IBdInvbasdocDao extends IBaseDao { + + /** + * 查询存货基础档案 + * + * @author liuyang + */ + BdInvbasdocEntity queryBdInvbasdocByPkInvmandoc(BdInvbasdocEntity bdInvbasdocEntity) throws Exception; + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdInvclDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdInvclDao.java new file mode 100644 index 00000000..a868727b --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdInvclDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdInvclEntity; + +/** + * (bd_invcl: table)表数据库访问层 + * + * @author makejava + * @since 2024-01-09 15:08:19 + */ +public interface IBdInvclDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdInvmandocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdInvmandocDao.java new file mode 100644 index 00000000..c4e3247f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdInvmandocDao.java @@ -0,0 +1,20 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdInvmandocEntity; + +/** + * (bd_invmandoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 11:21:43 + */ +public interface IBdInvmandocDao extends IBaseDao { + + /** + * 根据存货编码查询存货管理档案 + * + * @author liuyang + */ + BdInvmandocEntity queryBdInvmandocByInvcode(BdInvmandocEntity bdInvmandocEntity) throws Exception; +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdJobbasfilDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdJobbasfilDao.java new file mode 100644 index 00000000..1da81f38 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdJobbasfilDao.java @@ -0,0 +1,22 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdJobbasfilEntity; +import com.hzya.frame.plugin.lets.queryvo.ExtBdJobbasfilQueryVo; +import com.hzya.frame.plugin.lets.resultvo.ExtBdJobbasfilResultVo; + +import java.util.List; + +/** + * (bd_jobbasfil: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 14:46:18 + */ +public interface IBdJobbasfilDao extends IBaseDao { + /** + * 查询项目基本档案,类型名称为:自定义档案映射 + */ + List queryProjectBasicArchivesByTypeDIY(ExtBdJobbasfilQueryVo extBdJobbasfilQueryVo) throws Exception; +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdJobmngfilDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdJobmngfilDao.java new file mode 100644 index 00000000..9d0eaf4f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdJobmngfilDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdJobmngfilEntity; + +/** + * (bd_jobmngfil: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 14:48:35 + */ +public interface IBdJobmngfilDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdJobtypeDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdJobtypeDao.java new file mode 100644 index 00000000..c851d503 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdJobtypeDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdJobtypeEntity; + +/** + * (bd_jobtype: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 14:55:03 + */ +public interface IBdJobtypeDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdPsndocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdPsndocDao.java new file mode 100644 index 00000000..7eee0de8 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdPsndocDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdPsndocEntity; + +/** + * (bd_psndoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-12-09 15:18:17 + */ +public interface IBdPsndocDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdRdclDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdRdclDao.java new file mode 100644 index 00000000..144735c4 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdRdclDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdRdclEntity; + +/** + * (bd_rdcl: table)表数据库访问层 + * + * @author makejava + * @since 2023-12-04 13:49:10 + */ +public interface IBdRdclDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdSalestruDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdSalestruDao.java new file mode 100644 index 00000000..59d34a8a --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdSalestruDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdSalestruEntity; + +/** + * (bd_salestru: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-06 18:20:57 + */ +public interface IBdSalestruDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdStordocDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdStordocDao.java new file mode 100644 index 00000000..9ba7817f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdStordocDao.java @@ -0,0 +1,14 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdStordocEntity; + +/** + * (bd_stordoc: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 10:19:26 + */ +public interface IBdStordocDao extends IBaseDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdTaxitemsDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdTaxitemsDao.java new file mode 100644 index 00000000..801486b1 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBdTaxitemsDao.java @@ -0,0 +1,20 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BdTaxitemsEntity; + +/** + * (bd_taxitems: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-30 18:32:17 + */ +public interface IBdTaxitemsDao extends IBaseDao { + + /** + * 根据存货编码查询税率 + * + * @author liuyang + */ + BdTaxitemsEntity queryBdInvbasdocByInvcode(BdTaxitemsEntity bdTaxitemsEntity) throws Exception; +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocreturnsDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocreturnsDao.java new file mode 100644 index 00000000..1fed2906 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocreturnsDao.java @@ -0,0 +1,21 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BusidataTocreturnsEntity; + +import java.util.List; + +/** + * OMS退货入库TOC业务主表(busidata_tocreturns: table)表数据库访问层 + * + * @author makejava + * @since 2024-03-14 14:48:00 + */ +public interface IBusidataTocreturnsDao extends IBaseDao { + /** + * 批量插入 + * + * @author liuyang + */ + void entityInsertBatch(List busidataTocreturnsEntityList) throws Exception; +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocreturnsDetailDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocreturnsDetailDao.java new file mode 100644 index 00000000..b7c440a1 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocreturnsDetailDao.java @@ -0,0 +1,19 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BusidataTocreturnsDetailEntity; + +import java.util.List; + +/** + * OMS退货入库明细TOC业务主表(busidata_tocreturns_detail: table)表数据库访问层 + * + * @author makejava + * @since 2024-03-14 14:56:16 + */ +public interface IBusidataTocreturnsDetailDao extends IBaseDao { + /** + * 批量插入 + */ + void entityInsertBatch(List busidataTocreturnsDetailEntityList) throws Exception; +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocsalesDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocsalesDao.java new file mode 100644 index 00000000..4de42ea3 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocsalesDao.java @@ -0,0 +1,21 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BusidataTocsalesEntity; + +import java.util.List; + +/** + * OMS销售出库TOC业务主表(busidata_tocsales: table)表数据库访问层 + * + * @author makejava + * @since 2024-03-11 15:31:56 + */ +public interface IBusidataTocsalesDao extends IBaseDao { + + /** + * 批量插入底表数据 + */ + void entityInsertBatch(List busidataTocsalesEntityList) throws Exception; +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocsalesDetailDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocsalesDetailDao.java new file mode 100644 index 00000000..53e3f837 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IBusidataTocsalesDetailDao.java @@ -0,0 +1,19 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.BusidataTocsalesDetailEntity; + +import java.util.List; + +/** + * OMS销售出库TOC业务明细表(busidata_tocsales_detail: table)表数据库访问层 + * + * @author makejava + * @since 2024-03-11 15:33:13 + */ +public interface IBusidataTocsalesDetailDao extends IBaseDao { + /** + * 批量插入底表数据 + */ + void entityInsertBatch(List busidataTocsalesDetailEntities) throws Exception; +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcGeneralBDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcGeneralBDao.java new file mode 100644 index 00000000..bb58decf --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcGeneralBDao.java @@ -0,0 +1,21 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.IcGeneralBEntity; + +import java.util.List; + +/** + * (ic_general_b: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-05 08:36:01 + */ +public interface IIcGeneralBDao extends IBaseDao { + /** + * 根据cgeneralhid表头主键查询 + */ + public List queryByCgeneralhid(String cgeneralhid); + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcGeneralBb1Dao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcGeneralBb1Dao.java new file mode 100644 index 00000000..22546d72 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcGeneralBb1Dao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.IcGeneralBb1Entity; + +/** + * (ic_general_bb1: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-06 09:07:47 + */ +public interface IIcGeneralBb1Dao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcGeneralHDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcGeneralHDao.java new file mode 100644 index 00000000..fc9cb15c --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcGeneralHDao.java @@ -0,0 +1,19 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.IcGeneralHEntity; + +import java.util.List; + +/** + * (ic_general_h: table)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 19:00:36 + */ +public interface IIcGeneralHDao extends IBaseDao { + + List queryIcGeneralHEntity(IcGeneralHEntity icGeneralHEntity); + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcSpecialBDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcSpecialBDao.java new file mode 100644 index 00000000..ca6fdb08 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcSpecialBDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.IcSpecialBEntity; + +/** + * (ic_special_b: table)表数据库访问层 + * + * @author makejava + * @since 2023-12-05 16:06:39 + */ +public interface IIcSpecialBDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcSpecialHDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcSpecialHDao.java new file mode 100644 index 00000000..449acc25 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIcSpecialHDao.java @@ -0,0 +1,18 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.IcSpecialHEntity; + +import java.util.List; + +/** + * (ic_special_h: table)表数据库访问层 + * + * @author makejava + * @since 2023-12-05 16:05:30 + */ +public interface IIcSpecialHDao extends IBaseDao { + List queryIcSpecialHEntity(IcSpecialHEntity icSpecialHEntity); + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIntegrationTaskLivingDetailsDaoV2.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIntegrationTaskLivingDetailsDaoV2.java new file mode 100644 index 00000000..12e74dab --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IIntegrationTaskLivingDetailsDaoV2.java @@ -0,0 +1,25 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.IntegrationTaskLivingDetailsEntityV2; +//import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsEntity; + +import java.util.List; + +/** + * 集成任务-实例详情(integration_task_living_details: table)表数据库访问层 + * + * @author makejava + * @since 2024-03-12 11:40:15 + */ +public interface IIntegrationTaskLivingDetailsDaoV2 extends IBaseDao { + /** + * 批量插入 + */ +// void entityInsertBatch(List integrationTaskLivingDetailsEntities) throws Exception; + + /** + * 批量更新 + */ +// void entityInsertOrUpdateBatch(List integrationTaskLivingDetailsEntities) throws Exception; +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IPoOrderBDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IPoOrderBDao.java new file mode 100644 index 00000000..4ce55bfb --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IPoOrderBDao.java @@ -0,0 +1,14 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.PoOrderBEntity; + +/** + * (po_order_b: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 08:53:25 + */ +public interface IPoOrderBDao extends IBaseDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IPoOrderDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IPoOrderDao.java new file mode 100644 index 00000000..050c34f8 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IPoOrderDao.java @@ -0,0 +1,20 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.PoOrderEntity; + +/** + * (po_order: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 08:52:02 + */ +public interface IPoOrderDao extends IBaseDao { + /** + * 填充原始订单号 + * + * @throws Exception 抛出可能的异常 + * @author liuyang + */ + void updateVdef20(PoOrderEntity poOrderEntity) throws Exception; +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/ISoSaleDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/ISoSaleDao.java new file mode 100644 index 00000000..41935ed3 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/ISoSaleDao.java @@ -0,0 +1,40 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.SoSaleEntity; +import com.hzya.frame.plugin.lets.u8cdto.QuantityHandDto; +import com.hzya.frame.plugin.lets.u8cdto.QuantityHandResultDto; + +import java.util.List; + +/** + * (so_sale: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-16 15:49:53 + */ +public interface ISoSaleDao extends IBaseDao { + /** + * 查询U8C销售订单 + * + * @author liuyang + */ + List querySoSaleEntity(SoSaleEntity soSaleEntity) throws Exception; + + /** + * 查询现存量(发货库存组织、仓库、公司) + * + * @author liuyang + */ + List queryQuantityHand(QuantityHandDto soSaleEntity) throws Exception; + + /** + * 查询现存量(发货库存组织、仓库、公司、货位) + * + * @author liuyang + */ + List queryQuantityHandV2(QuantityHandDto soSaleEntity) throws Exception; + + + void updateSoSale(SoSaleEntity soSaleEntity) throws Exception; +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/ISoSaleorderBDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/ISoSaleorderBDao.java new file mode 100644 index 00000000..7d77ec10 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/ISoSaleorderBDao.java @@ -0,0 +1,29 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.SoSaleorderBEntity; + +import java.util.List; + +/** + * (so_saleorder_b: table)表数据库访问层 + * + * @author makejava + * @since 2023-08-16 18:03:07 + */ +public interface ISoSaleorderBDao extends IBaseDao { + + /** + * 查询U8C销售订单 + * + * @author liuyang + */ + List querySoSaleBEntity(SoSaleorderBEntity soSaleorderBEntity) throws Exception; + + /** + * 查询U8C TOC分销的销售订单 + * + * @author liuyang + */ + List queryErrorDetailsId(SoSaleorderBEntity soSaleorderBEntity) throws Exception; +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IToBillBDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IToBillBDao.java new file mode 100644 index 00000000..af2fd52d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IToBillBDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.ToBillBEntity; + +/** + * (to_bill_b: table)表数据库访问层 + * + * @author makejava + * @since 2023-11-21 10:42:21 + */ +public interface IToBillBDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IToBillDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IToBillDao.java new file mode 100644 index 00000000..16fd0e07 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IToBillDao.java @@ -0,0 +1,19 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.ToBillEntity; + +import java.util.List; + +/** + * (to_bill: table)表数据库访问层 + * + * @author makejava + * @since 2023-11-21 10:41:18 + */ +public interface IToBillDao extends IBaseDao { + + List queryToBillEntity(ToBillEntity toBillEntity); + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IUpdateLogisticsNoDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IUpdateLogisticsNoDao.java new file mode 100644 index 00000000..ddd0fb4f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/IUpdateLogisticsNoDao.java @@ -0,0 +1,30 @@ +package com.hzya.frame.plugin.lets.dao; + +import com.hzya.frame.basedao.dao.IBaseDao; +import com.hzya.frame.plugin.lets.entity.UpdateLogisticsNoEntity; + +/** + * 更新OA物流单号 + * + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.dao + * @Project:kangarooDataCenter + * @name:IUpdateLogisticsNoDao + * @Date:2023/11/27 10:59 + * @Filename:IUpdateLogisticsNoDao + */ +public interface IUpdateLogisticsNoDao extends IBaseDao { + /** + * 正向:更新物流单号 + * + * @throws Exception 抛出可能的异常 + */ + void updateLogisticsNo(UpdateLogisticsNoEntity updateLogisticsNo) throws Exception; + + /** + * 反向:更新物流单号 + * + * @throws Exception 抛出可能的异常 + */ + void updateLogisticsNoReturn(UpdateLogisticsNoEntity updateLogisticsNo) throws Exception; +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdBankaccbasDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdBankaccbasDaoImpl.java new file mode 100644 index 00000000..4e65c170 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdBankaccbasDaoImpl.java @@ -0,0 +1,16 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdBankaccbasDao; +import com.hzya.frame.plugin.lets.entity.BdBankaccbasEntity; + +/** + * (BdBankaccbas)表数据库访问层 + * + * @author makejava + * @since 2023-12-30 15:53:06 + */ +public class BdBankaccbasDaoImpl extends MybatisGenericDao implements IBdBankaccbasDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdBankdocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdBankdocDaoImpl.java new file mode 100644 index 00000000..ec29df2a --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdBankdocDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdBankdocDao; +import com.hzya.frame.plugin.lets.entity.BdBankdocEntity; +/** + * (BdBankdoc)表数据库访问层 + * + * @author makejava + * @since 2023-12-30 16:16:01 + */ +public class BdBankdocDaoImpl extends MybatisGenericDao implements IBdBankdocDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdBusitypeDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdBusitypeDaoImpl.java new file mode 100644 index 00000000..2bcc5dac --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdBusitypeDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdBusitypeDao; +import com.hzya.frame.plugin.lets.entity.BdBusitypeEntity; +/** + * (BdBusitype)表数据库访问层 + * + * @author makejava + * @since 2023-11-21 10:57:24 + */ +public class BdBusitypeDaoImpl extends MybatisGenericDao implements IBdBusitypeDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCalbodyDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCalbodyDaoImpl.java new file mode 100644 index 00000000..30c41f4d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCalbodyDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdCalbodyDao; +import com.hzya.frame.plugin.lets.entity.BdCalbodyEntity; +/** + * (BdCalbody)表数据库访问层 + * + * @author makejava + * @since 2023-09-06 17:31:07 + */ +public class BdCalbodyDaoImpl extends MybatisGenericDao implements IBdCalbodyDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCargdocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCargdocDaoImpl.java new file mode 100644 index 00000000..2a0665d3 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCargdocDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdCargdocDao; +import com.hzya.frame.plugin.lets.entity.BdCargdocEntity; +/** + * (BdCargdoc)表数据库访问层 + * + * @author makejava + * @since 2023-09-07 09:05:12 + */ +public class BdCargdocDaoImpl extends MybatisGenericDao implements IBdCargdocDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCorpDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCorpDaoImpl.java new file mode 100644 index 00000000..550528ab --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCorpDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdCorpDao; +import com.hzya.frame.plugin.lets.entity.BdCorpEntity; +/** + * (BdCorp)表数据库访问层 + * + * @author makejava + * @since 2023-09-06 14:47:17 + */ +public class BdCorpDaoImpl extends MybatisGenericDao implements IBdCorpDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCubasdocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCubasdocDaoImpl.java new file mode 100644 index 00000000..14af6bb5 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCubasdocDaoImpl.java @@ -0,0 +1,35 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import cn.hutool.core.lang.Assert; +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdCubasdocDao; +import com.hzya.frame.plugin.lets.entity.BdCubasdocEntity; + +/** + * (BdCubasdoc)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 09:41:41 + */ +//@Repository("BdCubasdocDaoImpl") +public class BdCubasdocDaoImpl extends MybatisGenericDao implements IBdCubasdocDao { + + @DS("sowow_sqlserver_test") + @Override + public BdCubasdocEntity queryBdCumandocEntity(BdCubasdocEntity bdCumandocEntity) throws Exception { + Assert.notNull(bdCumandocEntity, "BdCumandocEntity不可为空!"); + Assert.notNull(bdCumandocEntity.getPk_cumandoc(), "供应商管理id不能为空!"); + Assert.notNull(bdCumandocEntity.getPkCorp(), "公司id不能为空!"); +// Assert.notNull(bdCumandocEntity.getCustflag(), "客商属性不能为空!"); + + return query(bdCumandocEntity, "com.hzya.frame.plugin.lets.dao.impl.BdCubasdocDaoImpl.queryBdCumandocByPkCumandoc"); + } + + @DS("sowow_sqlserver_test") + @Override + public String selectUserNameByPk(String cuserid) { + return (String) selectOne("com.hzya.frame.plugin.lets.dao.impl.BdCubasdocDaoImpl.selectUserNameByPk",cuserid); + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCumandocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCumandocDaoImpl.java new file mode 100644 index 00000000..cd578efd --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCumandocDaoImpl.java @@ -0,0 +1,16 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdCumandocDao; +import com.hzya.frame.plugin.lets.entity.BdCumandocEntity; + +/** + * (BdCumandoc)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 09:42:24 + */ +//@Repository("BdCumandocDaoImpl") +public class BdCumandocDaoImpl extends MybatisGenericDao implements IBdCumandocDao { +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCustbankDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCustbankDaoImpl.java new file mode 100644 index 00000000..c740b088 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdCustbankDaoImpl.java @@ -0,0 +1,16 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdCustbankDao; +import com.hzya.frame.plugin.lets.entity.BdCustbankEntity; + +/** + * (BdCustbank)表数据库访问层 + * + * @author makejava + * @since 2023-12-30 09:37:43 + */ +public class BdCustbankDaoImpl extends MybatisGenericDao implements IBdCustbankDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdDefdocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdDefdocDaoImpl.java new file mode 100644 index 00000000..10c877ac --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdDefdocDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdDefdocDao; +import com.hzya.frame.plugin.lets.entity.BdDefdocEntity; + +/** + * (BdDefdoc)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 13:46:53 + */ +public class BdDefdocDaoImpl extends MybatisGenericDao implements IBdDefdocDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdDefdoclistDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdDefdoclistDaoImpl.java new file mode 100644 index 00000000..1f50f068 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdDefdoclistDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdDefdoclistDao; +import com.hzya.frame.plugin.lets.entity.BdDefdoclistEntity; + +/** + * (BdDefdoclist)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 13:49:47 + */ +public class BdDefdoclistDaoImpl extends MybatisGenericDao implements IBdDefdoclistDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdDeptdocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdDeptdocDaoImpl.java new file mode 100644 index 00000000..0439e5fb --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdDeptdocDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdDeptdocDao; +import com.hzya.frame.plugin.lets.entity.BdDeptdocEntity; + +/** + * (BdDeptdoc)表数据库访问层 + * + * @author makejava + * @since 2023-09-13 11:37:15 + */ +public class BdDeptdocDaoImpl extends MybatisGenericDao implements IBdDeptdocDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdInvbasdocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdInvbasdocDaoImpl.java new file mode 100644 index 00000000..f78535be --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdInvbasdocDaoImpl.java @@ -0,0 +1,27 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import cn.hutool.core.lang.Assert; +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdInvbasdocDao; +import com.hzya.frame.plugin.lets.entity.BdInvbasdocEntity; + +/** + * (BdInvbasdoc)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 11:27:08 + */ +//@Repository("BdInvbasdocDaoImpl") +public class BdInvbasdocDaoImpl extends MybatisGenericDao implements IBdInvbasdocDao { + + @DS("sowow_sqlserver_test") + @Override + public BdInvbasdocEntity queryBdInvbasdocByPkInvmandoc(BdInvbasdocEntity bdInvbasdocEntity) throws Exception { + Assert.notNull(bdInvbasdocEntity, "BdInvmandocEntity不可为空!"); + Assert.notNull(bdInvbasdocEntity.getPk_invmandoc(), "pkInvmandoc不可为空!"); +// Assert.notNull(bdInvbasdocEntity.getPk_corp(), "存货管理档案公司主键不能为空"); + + return query(bdInvbasdocEntity, "com.hzya.frame.plugin.lets.dao.impl.BdInvbasdocDaoImpl.queryBdInvbasdocByPkInvmandoc"); + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdInvclDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdInvclDaoImpl.java new file mode 100644 index 00000000..6524d8fe --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdInvclDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdInvclDao; +import com.hzya.frame.plugin.lets.entity.BdInvclEntity; +/** + * (BdInvcl)表数据库访问层 + * + * @author makejava + * @since 2024-01-09 15:08:19 + */ +public class BdInvclDaoImpl extends MybatisGenericDao implements IBdInvclDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdInvmandocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdInvmandocDaoImpl.java new file mode 100644 index 00000000..83cba808 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdInvmandocDaoImpl.java @@ -0,0 +1,32 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import cn.hutool.core.lang.Assert; +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdInvmandocDao; +import com.hzya.frame.plugin.lets.entity.BdInvmandocEntity; + +import java.util.List; + +/** + * (BdInvmandoc)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 11:21:44 + */ +//@Repository("BdInvmandocDaoImpl") +public class BdInvmandocDaoImpl extends MybatisGenericDao implements IBdInvmandocDao { + @DS("sowow_sqlserver_test") + @Override + public BdInvmandocEntity queryBdInvmandocByInvcode(BdInvmandocEntity bdInvmandocEntity) throws Exception { + Assert.notNull(bdInvmandocEntity, "bdInvmandocEntity must not be null"); +// Assert.notNull(bdInvmandocEntity.getInvcode(), "存货档案编码不能为空"); + Assert.notNull(bdInvmandocEntity.getPkCorp(), "存货档案所属企业id不能为空"); + + List bdInvmandocEntityList = query("com.hzya.frame.plugin.lets.dao.impl.BdInvmandocDaoImpl.queryBdInvmandocByInvcode", bdInvmandocEntity); + if (bdInvmandocEntityList != null && bdInvmandocEntityList.size() > 0) { + return bdInvmandocEntityList.get(0); + } + return null; + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdJobbasfilDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdJobbasfilDaoImpl.java new file mode 100644 index 00000000..2185063d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdJobbasfilDaoImpl.java @@ -0,0 +1,25 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdJobbasfilDao; +import com.hzya.frame.plugin.lets.entity.BdJobbasfilEntity; +import com.hzya.frame.plugin.lets.queryvo.ExtBdJobbasfilQueryVo; +import com.hzya.frame.plugin.lets.resultvo.ExtBdJobbasfilResultVo; + +import java.util.List; + +/** + * (BdJobbasfil)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 14:46:18 + */ +public class BdJobbasfilDaoImpl extends MybatisGenericDao implements IBdJobbasfilDao { + + @DS("sowow_sqlserver_test") + @Override + public List queryProjectBasicArchivesByTypeDIY(ExtBdJobbasfilQueryVo extBdJobbasfilQueryVo) throws Exception { + return (List) selectList("com.hzya.frame.plugin.lets.dao.impl.BdJobbasfilDaoImpl.queryProjectBasicArchivesByTypeDIY", extBdJobbasfilQueryVo); + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdJobmngfilDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdJobmngfilDaoImpl.java new file mode 100644 index 00000000..3512533f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdJobmngfilDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdJobmngfilDao; +import com.hzya.frame.plugin.lets.entity.BdJobmngfilEntity; +/** + * (BdJobmngfil)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 14:48:35 + */ +public class BdJobmngfilDaoImpl extends MybatisGenericDao implements IBdJobmngfilDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdJobtypeDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdJobtypeDaoImpl.java new file mode 100644 index 00000000..ab3a9f60 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdJobtypeDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdJobtypeDao; +import com.hzya.frame.plugin.lets.entity.BdJobtypeEntity; +/** + * (BdJobtype)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 14:55:03 + */ +public class BdJobtypeDaoImpl extends MybatisGenericDao implements IBdJobtypeDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdPsndocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdPsndocDaoImpl.java new file mode 100644 index 00000000..95b83240 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdPsndocDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdPsndocDao; +import com.hzya.frame.plugin.lets.entity.BdPsndocEntity; +/** + * (BdPsndoc)表数据库访问层 + * + * @author makejava + * @since 2023-12-09 15:18:18 + */ +public class BdPsndocDaoImpl extends MybatisGenericDao implements IBdPsndocDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdRdclDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdRdclDaoImpl.java new file mode 100644 index 00000000..49d2aff9 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdRdclDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdRdclDao; +import com.hzya.frame.plugin.lets.entity.BdRdclEntity; +/** + * (BdRdcl)表数据库访问层 + * + * @author makejava + * @since 2023-12-04 13:49:10 + */ +public class BdRdclDaoImpl extends MybatisGenericDao implements IBdRdclDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdSalestruDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdSalestruDaoImpl.java new file mode 100644 index 00000000..9c473064 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdSalestruDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdSalestruDao; +import com.hzya.frame.plugin.lets.entity.BdSalestruEntity; +/** + * (BdSalestru)表数据库访问层 + * + * @author makejava + * @since 2023-09-06 18:20:57 + */ +public class BdSalestruDaoImpl extends MybatisGenericDao implements IBdSalestruDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdStordocDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdStordocDaoImpl.java new file mode 100644 index 00000000..677a798c --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdStordocDaoImpl.java @@ -0,0 +1,16 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdStordocDao; +import com.hzya.frame.plugin.lets.entity.BdStordocEntity; +/** + * (BdStordoc)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 10:19:26 + */ +//@Repository("BdStordocDaoImpl") +public class BdStordocDaoImpl extends MybatisGenericDao implements IBdStordocDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdTaxitemsDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdTaxitemsDaoImpl.java new file mode 100644 index 00000000..4f57801f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BdTaxitemsDaoImpl.java @@ -0,0 +1,30 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import cn.hutool.core.lang.Assert; +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBdTaxitemsDao; +import com.hzya.frame.plugin.lets.entity.BdTaxitemsEntity; + +import java.util.List; + +/** + * (BdTaxitems)表数据库访问层 + * + * @author makejava + * @since 2023-08-30 18:32:17 + */ +public class BdTaxitemsDaoImpl extends MybatisGenericDao implements IBdTaxitemsDao { + @DS("sowow_sqlserver_test") + @Override + public BdTaxitemsEntity queryBdInvbasdocByInvcode(BdTaxitemsEntity bdTaxitemsEntity) throws Exception { + Assert.notNull(bdTaxitemsEntity, "bdTaxitemsEntity不能为空"); + Assert.notNull(bdTaxitemsEntity.getInvcode(), "存货编码不能为空"); + + List query = query("com.hzya.frame.plugin.lets.dao.impl.BdTaxitemsDaoImpl.queryBdInvbasdocByInvcode", bdTaxitemsEntity); + if (query != null && query.size() > 0) { + return query.get(0); + } + return null; + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocreturnsDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocreturnsDaoImpl.java new file mode 100644 index 00000000..103d5bcd --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocreturnsDaoImpl.java @@ -0,0 +1,20 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBusidataTocreturnsDao; +import com.hzya.frame.plugin.lets.entity.BusidataTocreturnsEntity; + +import java.util.List; + +/** + * OMS退货入库TOC业务主表(BusidataTocreturns)表数据库访问层 + * + * @author makejava + * @since 2024-03-14 14:48:00 + */ +public class BusidataTocreturnsDaoImpl extends MybatisGenericDao implements IBusidataTocreturnsDao { + @Override + public void entityInsertBatch(List busidataTocreturnsEntityList) throws Exception { + this.insert("com.hzya.frame.plugin.lets.dao.impl.BusidataTocreturnsDaoImpl.entityInsertBatch", busidataTocreturnsEntityList); + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocreturnsDetailDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocreturnsDetailDaoImpl.java new file mode 100644 index 00000000..8a645d09 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocreturnsDetailDaoImpl.java @@ -0,0 +1,21 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBusidataTocreturnsDetailDao; +import com.hzya.frame.plugin.lets.entity.BusidataTocreturnsDetailEntity; + +import java.util.List; + +/** + * OMS退货入库明细TOC业务主表(BusidataTocreturnsDetail)表数据库访问层 + * + * @author makejava + * @since 2024-03-14 14:56:16 + */ +public class BusidataTocreturnsDetailDaoImpl extends MybatisGenericDao implements IBusidataTocreturnsDetailDao { + @Override + public void entityInsertBatch(List busidataTocreturnsDetailEntityList) throws Exception { + this.insert("com.hzya.frame.plugin.lets.dao.impl.BusidataTocreturnsDetailDaoImpl.entityInsertBatch", busidataTocreturnsDetailEntityList); + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocsalesDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocsalesDaoImpl.java new file mode 100644 index 00000000..d0294dba --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocsalesDaoImpl.java @@ -0,0 +1,20 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBusidataTocsalesDao; +import com.hzya.frame.plugin.lets.entity.BusidataTocsalesEntity; + +import java.util.List; + +/** + * OMS销售出库TOC业务主表(BusidataTocsales)表数据库访问层 + * + * @author makejava + * @since 2024-03-11 15:31:56 + */ +public class BusidataTocsalesDaoImpl extends MybatisGenericDao implements IBusidataTocsalesDao { + @Override + public void entityInsertBatch(List busidataTocsalesEntityList) throws Exception { + this.insert("com.hzya.frame.plugin.lets.dao.impl.BusidataTocsalesDaoImpl.entityInsertBatch", busidataTocsalesEntityList); + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocsalesDetailDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocsalesDetailDaoImpl.java new file mode 100644 index 00000000..d7e47b6c --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/BusidataTocsalesDetailDaoImpl.java @@ -0,0 +1,21 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IBusidataTocsalesDetailDao; +import com.hzya.frame.plugin.lets.entity.BusidataTocsalesDetailEntity; + +import java.util.List; + +/** + * OMS销售出库TOC业务明细表(BusidataTocsalesDetail)表数据库访问层 + * + * @author makejava + * @since 2024-03-11 15:33:14 + */ +public class BusidataTocsalesDetailDaoImpl extends MybatisGenericDao implements IBusidataTocsalesDetailDao { + + @Override + public void entityInsertBatch(List busidataTocsalesDetailEntities) throws Exception { + this.insert("com.hzya.frame.plugin.lets.dao.impl.BusidataTocsalesDetailDaoImpl.entityInsertBatch", busidataTocsalesDetailEntities); + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcGeneralBDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcGeneralBDaoImpl.java new file mode 100644 index 00000000..43d1791c --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcGeneralBDaoImpl.java @@ -0,0 +1,22 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IIcGeneralBDao; +import com.hzya.frame.plugin.lets.entity.IcGeneralBEntity; + +import java.util.List; + +/** + * (IcGeneralB)表数据库访问层 + * + * @author makejava + * @since 2023-09-05 08:36:01 + */ +public class IcGeneralBDaoImpl extends MybatisGenericDao implements IIcGeneralBDao{ + + @Override + public List queryByCgeneralhid(String cgeneralhid) { + return query("com.hzya.frame.plugin.lets.entity.IcGeneralBEntity.queryByCgeneralhid",cgeneralhid); + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcGeneralBb1DaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcGeneralBb1DaoImpl.java new file mode 100644 index 00000000..0b845aab --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcGeneralBb1DaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IIcGeneralBb1Dao; +import com.hzya.frame.plugin.lets.entity.IcGeneralBb1Entity; +/** + * (IcGeneralBb1)表数据库访问层 + * + * @author makejava + * @since 2023-09-06 09:07:47 + */ +public class IcGeneralBb1DaoImpl extends MybatisGenericDao implements IIcGeneralBb1Dao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcGeneralHDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcGeneralHDaoImpl.java new file mode 100644 index 00000000..814d7be4 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcGeneralHDaoImpl.java @@ -0,0 +1,24 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IIcGeneralHDao; +import com.hzya.frame.plugin.lets.entity.IcGeneralHEntity; + +import java.util.List; + +/** + * (IcGeneralH)表数据库访问层 + * + * @author makejava + * @since 2023-09-04 19:00:36 + */ +public class IcGeneralHDaoImpl extends MybatisGenericDao implements IIcGeneralHDao{ + + @DS("sowow_sqlserver_test") + @Override + public List queryIcGeneralHEntity(IcGeneralHEntity icGeneralHEntity) {//com.hzya.frame.plugin.lets.dao.impl.IcGeneralHDaoImpl + return query("com.hzya.frame.plugin.lets.dao.impl.IcGeneralHDaoImpl.queryIcGeneralHEntity",icGeneralHEntity); + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcSpecialBDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcSpecialBDaoImpl.java new file mode 100644 index 00000000..c98f9641 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcSpecialBDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IIcSpecialBDao; +import com.hzya.frame.plugin.lets.entity.IcSpecialBEntity; +/** + * (IcSpecialB)表数据库访问层 + * + * @author makejava + * @since 2023-12-05 16:06:40 + */ +public class IcSpecialBDaoImpl extends MybatisGenericDao implements IIcSpecialBDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcSpecialHDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcSpecialHDaoImpl.java new file mode 100644 index 00000000..c1b903f9 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IcSpecialHDaoImpl.java @@ -0,0 +1,23 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IIcSpecialHDao; +import com.hzya.frame.plugin.lets.entity.IcSpecialHEntity; + +import java.util.List; + +/** + * (IcSpecialH)表数据库访问层 + * + * @author makejava + * @since 2023-12-05 16:05:31 + */ +public class IcSpecialHDaoImpl extends MybatisGenericDao implements IIcSpecialHDao{ + @DS("sowow_sqlserver_test") + @Override + public List queryIcSpecialHEntity(IcSpecialHEntity icSpecialHEntity) { + return query("com.hzya.frame.plugin.lets.dao.impl.IcSpecialHDaoImpl.queryIcSpecialHEntity",icSpecialHEntity); + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IntegrationTaskLivingDetailsDaoImplV2.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IntegrationTaskLivingDetailsDaoImplV2.java new file mode 100644 index 00000000..22359516 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/IntegrationTaskLivingDetailsDaoImplV2.java @@ -0,0 +1,27 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IIntegrationTaskLivingDetailsDaoV2; +import com.hzya.frame.plugin.lets.entity.IntegrationTaskLivingDetailsEntityV2; +//import com.hzya.frame.sys.integrationtask.living.entity.IntegrationTaskLivingDetailsEntity; + +import java.util.List; + +/** + * 集成任务-实例详情(IntegrationTaskLivingDetails)表数据库访问层 + * + * @author makejava + * @since 2024-03-12 11:40:15 + */ +public class IntegrationTaskLivingDetailsDaoImplV2 extends MybatisGenericDao implements IIntegrationTaskLivingDetailsDaoV2 { + +// @Override +// public void entityInsertBatch(List integrationTaskLivingDetailsEntities) throws Exception { +// this.insert("com.hzya.frame.plugin.lets.dao.impl.IntegrationTaskLivingDetailsDaoImplV2.entityInsertBatch", integrationTaskLivingDetailsEntities); +// } + +// @Override +// public void entityInsertOrUpdateBatch(List integrationTaskLivingDetailsEntities) throws Exception { +// this.insert("com.hzya.frame.plugin.lets.dao.impl.IntegrationTaskLivingDetailsDaoImplV2.entityInsertOrUpdateBatch", integrationTaskLivingDetailsEntities); +// } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/PoOrderBDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/PoOrderBDaoImpl.java new file mode 100644 index 00000000..05b1e16c --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/PoOrderBDaoImpl.java @@ -0,0 +1,16 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IPoOrderBDao; +import com.hzya.frame.plugin.lets.entity.PoOrderBEntity; + +/** + * (PoOrderB)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 08:53:25 + */ +//@Repository("PoOrderBDaoImpl") +public class PoOrderBDaoImpl extends MybatisGenericDao implements IPoOrderBDao { + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/PoOrderDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/PoOrderDaoImpl.java new file mode 100644 index 00000000..2458dc02 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/PoOrderDaoImpl.java @@ -0,0 +1,26 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import cn.hutool.core.lang.Assert; +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IPoOrderDao; +import com.hzya.frame.plugin.lets.entity.PoOrderEntity; + +/** + * (PoOrder)表数据库访问层 + * + * @author makejava + * @since 2023-08-25 08:52:02 + */ +//@Repository("PoOrderDaoImpl") +public class PoOrderDaoImpl extends MybatisGenericDao implements IPoOrderDao { + @DS("sowow_sqlserver_test") + @Override + public void updateVdef20(PoOrderEntity poOrderEntity) throws Exception { + Assert.notNull(poOrderEntity, "poOrderEntity不能为空"); + Assert.notNull(poOrderEntity.getCorderid(), "主键不能为空"); + Assert.notNull(poOrderEntity.getVdef20(), "采购订单号不能为空"); + + update("com.hzya.frame.plugin.lets.dao.impl.PoOrderDaoImpl.updateVdef20", poOrderEntity); + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/SoSaleDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/SoSaleDaoImpl.java new file mode 100644 index 00000000..38cc345a --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/SoSaleDaoImpl.java @@ -0,0 +1,48 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import cn.hutool.core.lang.Assert; +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.ISoSaleDao; +import com.hzya.frame.plugin.lets.entity.SoSaleEntity; +import com.hzya.frame.plugin.lets.u8cdto.QuantityHandDto; +import com.hzya.frame.plugin.lets.u8cdto.QuantityHandResultDto; + +import java.util.List; + +/** + * (SoSale)表数据库访问层 + * + * @author makejava + * @since 2023-08-16 15:49:53 + */ +//@Repository("SoSaleDaoImpl") +public class SoSaleDaoImpl extends MybatisGenericDao implements ISoSaleDao { + + @DS("sowow_sqlserver_test") + @Override + public List querySoSaleEntity(SoSaleEntity soSaleEntity) throws Exception { + return query("com.hzya.frame.plugin.lets.dao.impl.SoSaleDaoImpl.querySoSaleEntity", soSaleEntity); + } + + @DS("sowow_sqlserver_test") + @Override + public List queryQuantityHand(QuantityHandDto soSaleEntity) throws Exception { + return (List) selectList("com.hzya.frame.plugin.lets.dao.impl.SoSaleDaoImpl.queryQuantityHand", soSaleEntity); + } + + @DS("sowow_sqlserver_test") + @Override + public List queryQuantityHandV2(QuantityHandDto soSaleEntity) throws Exception { + return (List) selectList("com.hzya.frame.plugin.lets.dao.impl.SoSaleDaoImpl.queryQuantityHandV2", soSaleEntity); + } + + @DS("sowow_sqlserver_test") + @Override + public void updateSoSale(SoSaleEntity soSaleEntity) throws Exception { + Assert.notNull(soSaleEntity, "soSaleEntity is null"); + Assert.notNull(soSaleEntity.getVdef20(), "原始订单号不能为空"); + Assert.notNull(soSaleEntity.getCsaleid(), "主键不能为空"); + update("com.hzya.frame.plugin.lets.dao.impl.SoSaleDaoImpl.updateSoSaleByCsaleid", soSaleEntity); + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/SoSaleorderBDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/SoSaleorderBDaoImpl.java new file mode 100644 index 00000000..d7bb895d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/SoSaleorderBDaoImpl.java @@ -0,0 +1,30 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.ISoSaleorderBDao; +import com.hzya.frame.plugin.lets.entity.SoSaleorderBEntity; + +import java.util.List; + +/** + * (SoSaleorderB)表数据库访问层 + * + * @author makejava + * @since 2023-08-16 18:03:07 + */ +//@Repository("SoSaleorderBDaoImpl") +public class SoSaleorderBDaoImpl extends MybatisGenericDao implements ISoSaleorderBDao { + + @DS("sowow_sqlserver_test") + @Override + public List querySoSaleBEntity(SoSaleorderBEntity soSaleorderBEntity) throws Exception { + return query("com.hzya.frame.plugin.lets.dao.impl.SoSaleorderBDaoImpl.querySoSaleBEntity", soSaleorderBEntity); + } + + @DS("sowow_sqlserver_test") + @Override + public List queryErrorDetailsId(SoSaleorderBEntity soSaleorderBEntity) throws Exception { + return super.selectList(getSqlIdPrifx() + "queryErrorDetailsId", soSaleorderBEntity); + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/ToBillBDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/ToBillBDaoImpl.java new file mode 100644 index 00000000..15a2eac2 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/ToBillBDaoImpl.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IToBillBDao; +import com.hzya.frame.plugin.lets.entity.ToBillBEntity; +/** + * (ToBillB)表数据库访问层 + * + * @author makejava + * @since 2023-11-21 10:42:22 + */ +public class ToBillBDaoImpl extends MybatisGenericDao implements IToBillBDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/ToBillDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/ToBillDaoImpl.java new file mode 100644 index 00000000..a006a639 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/ToBillDaoImpl.java @@ -0,0 +1,23 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IToBillDao; +import com.hzya.frame.plugin.lets.entity.ToBillEntity; + +import java.util.List; + +/** + * (ToBill)表数据库访问层 + * + * @author makejava + * @since 2023-11-21 10:41:19 + */ +public class ToBillDaoImpl extends MybatisGenericDao implements IToBillDao{ + @DS("sowow_sqlserver_test") + @Override + public List queryToBillEntity(ToBillEntity toBillEntity) {//com.hzya.frame.plugin.lets.dao.impl.ToBillDaoImpl + return query("com.hzya.frame.plugin.lets.dao.impl.ToBillDaoImpl.queryToBillEntity",toBillEntity); + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/UpdateLogisticsNoDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/UpdateLogisticsNoDaoImpl.java new file mode 100644 index 00000000..c6cda9c3 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/dao/impl/UpdateLogisticsNoDaoImpl.java @@ -0,0 +1,28 @@ +package com.hzya.frame.plugin.lets.dao.impl; + +import com.baomidou.dynamic.datasource.annotation.DS; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +import com.hzya.frame.plugin.lets.dao.IUpdateLogisticsNoDao; +import com.hzya.frame.plugin.lets.entity.UpdateLogisticsNoEntity; + +/** + * (ToBill)表数据库访问层 + * + * @author makejava + * @since 2023-11-21 10:41:19 + */ +public class UpdateLogisticsNoDaoImpl extends MybatisGenericDao implements IUpdateLogisticsNoDao { + @DS("swoa_mysql") + @Override + public void updateLogisticsNo(UpdateLogisticsNoEntity updateLogisticsNo) throws Exception { + this.update("com.hzya.frame.plugin.lets.dao.impl.UpdateLogisticsNoDaoImpl.updateLogisticsNoByformmain0237", updateLogisticsNo); + this.update("com.hzya.frame.plugin.lets.dao.impl.UpdateLogisticsNoDaoImpl.updateLogisticsNoByformmain0202", updateLogisticsNo); + } + + @DS("swoa_mysql") + @Override + public void updateLogisticsNoReturn(UpdateLogisticsNoEntity updateLogisticsNo) throws Exception { + this.update("com.hzya.frame.plugin.lets.dao.impl.UpdateLogisticsNoDaoImpl.updateLogisticsNoByformmain0237Return", updateLogisticsNo); + this.update("com.hzya.frame.plugin.lets.dao.impl.UpdateLogisticsNoDaoImpl.updateLogisticsNoByformmain0202Return", updateLogisticsNo); + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankaccbasEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankaccbasEntity.java new file mode 100644 index 00000000..8ecd8882 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankaccbasEntity.java @@ -0,0 +1,889 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdBankaccbas)实体类 + * + * @author makejava + * @since 2023-12-30 15:53:06 + */ +public class BdBankaccbasEntity extends BaseEntity { + + private Integer accattribute; + private Integer accclass; + private String accopendate; + private String account; + private String accountcode; + private String accountname; + private Integer accountproperty; + private Integer accstate; + private Integer acctype; + private String accxhdate; + private Integer arapprop; + private String areacode; + private String bankarea; + private String city; + private String combineaccnum; + private Double concertedmny; + private String contactpsn; + private String corrgeneaccount; + private String createtime; + private String creator; + private String custcode; + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def21; + private String def22; + private String def23; + private String def24; + private String def25; + private String def26; + private String def27; + private String def28; + private String def29; + private String def3; + private String def30; + private String def31; + private String def32; + private String def33; + private String def34; + private String def35; + private String def36; + private String def37; + private String def38; + private String def39; + private String def4; + private String def40; + private String def41; + private String def42; + private String def43; + private String def44; + private String def45; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private String defrozendate; + private Integer dr; + private String frozendate; + private Double frozenje; + private Integer fundform; + private Integer genebranprop; + private String groupaccount; + private String groupid; + private String isinneracc; + private String ismargin; + private String mainaccount; + private String memo; + private String modifier; + private String modifytime; + private Integer netqueryflag; + private String orgnumber; + private String ownercorp; + private String pkBankaccbas; + private String pkBankdoc; + private String pkBanktype; + private String pkCorp; + private String pkCurrtype; + private String pkNetbankinftp; + private String pkPsnbasdoc; + private String province; + private Integer qrybalanceitf; + private String remcode; + private String signflag; + private String tel; + private String ts; + private String unitname; + + + public Integer getAccattribute() { + return accattribute; + } + + public void setAccattribute(Integer accattribute) { + this.accattribute = accattribute; + } + + public Integer getAccclass() { + return accclass; + } + + public void setAccclass(Integer accclass) { + this.accclass = accclass; + } + + public String getAccopendate() { + return accopendate; + } + + public void setAccopendate(String accopendate) { + this.accopendate = accopendate; + } + + public String getAccount() { + return account; + } + + public void setAccount(String account) { + this.account = account; + } + + public String getAccountcode() { + return accountcode; + } + + public void setAccountcode(String accountcode) { + this.accountcode = accountcode; + } + + public String getAccountname() { + return accountname; + } + + public void setAccountname(String accountname) { + this.accountname = accountname; + } + + public Integer getAccountproperty() { + return accountproperty; + } + + public void setAccountproperty(Integer accountproperty) { + this.accountproperty = accountproperty; + } + + public Integer getAccstate() { + return accstate; + } + + public void setAccstate(Integer accstate) { + this.accstate = accstate; + } + + public Integer getAcctype() { + return acctype; + } + + public void setAcctype(Integer acctype) { + this.acctype = acctype; + } + + public String getAccxhdate() { + return accxhdate; + } + + public void setAccxhdate(String accxhdate) { + this.accxhdate = accxhdate; + } + + public Integer getArapprop() { + return arapprop; + } + + public void setArapprop(Integer arapprop) { + this.arapprop = arapprop; + } + + public String getAreacode() { + return areacode; + } + + public void setAreacode(String areacode) { + this.areacode = areacode; + } + + public String getBankarea() { + return bankarea; + } + + public void setBankarea(String bankarea) { + this.bankarea = bankarea; + } + + public String getCity() { + return city; + } + + public void setCity(String city) { + this.city = city; + } + + public String getCombineaccnum() { + return combineaccnum; + } + + public void setCombineaccnum(String combineaccnum) { + this.combineaccnum = combineaccnum; + } + + public Double getConcertedmny() { + return concertedmny; + } + + public void setConcertedmny(Double concertedmny) { + this.concertedmny = concertedmny; + } + + public String getContactpsn() { + return contactpsn; + } + + public void setContactpsn(String contactpsn) { + this.contactpsn = contactpsn; + } + + public String getCorrgeneaccount() { + return corrgeneaccount; + } + + public void setCorrgeneaccount(String corrgeneaccount) { + this.corrgeneaccount = corrgeneaccount; + } + + public String getCreatetime() { + return createtime; + } + + public void setCreatetime(String createtime) { + this.createtime = createtime; + } + + public String getCreator() { + return creator; + } + + public void setCreator(String creator) { + this.creator = creator; + } + + public String getCustcode() { + return custcode; + } + + public void setCustcode(String custcode) { + this.custcode = custcode; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef21() { + return def21; + } + + public void setDef21(String def21) { + this.def21 = def21; + } + + public String getDef22() { + return def22; + } + + public void setDef22(String def22) { + this.def22 = def22; + } + + public String getDef23() { + return def23; + } + + public void setDef23(String def23) { + this.def23 = def23; + } + + public String getDef24() { + return def24; + } + + public void setDef24(String def24) { + this.def24 = def24; + } + + public String getDef25() { + return def25; + } + + public void setDef25(String def25) { + this.def25 = def25; + } + + public String getDef26() { + return def26; + } + + public void setDef26(String def26) { + this.def26 = def26; + } + + public String getDef27() { + return def27; + } + + public void setDef27(String def27) { + this.def27 = def27; + } + + public String getDef28() { + return def28; + } + + public void setDef28(String def28) { + this.def28 = def28; + } + + public String getDef29() { + return def29; + } + + public void setDef29(String def29) { + this.def29 = def29; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef30() { + return def30; + } + + public void setDef30(String def30) { + this.def30 = def30; + } + + public String getDef31() { + return def31; + } + + public void setDef31(String def31) { + this.def31 = def31; + } + + public String getDef32() { + return def32; + } + + public void setDef32(String def32) { + this.def32 = def32; + } + + public String getDef33() { + return def33; + } + + public void setDef33(String def33) { + this.def33 = def33; + } + + public String getDef34() { + return def34; + } + + public void setDef34(String def34) { + this.def34 = def34; + } + + public String getDef35() { + return def35; + } + + public void setDef35(String def35) { + this.def35 = def35; + } + + public String getDef36() { + return def36; + } + + public void setDef36(String def36) { + this.def36 = def36; + } + + public String getDef37() { + return def37; + } + + public void setDef37(String def37) { + this.def37 = def37; + } + + public String getDef38() { + return def38; + } + + public void setDef38(String def38) { + this.def38 = def38; + } + + public String getDef39() { + return def39; + } + + public void setDef39(String def39) { + this.def39 = def39; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef40() { + return def40; + } + + public void setDef40(String def40) { + this.def40 = def40; + } + + public String getDef41() { + return def41; + } + + public void setDef41(String def41) { + this.def41 = def41; + } + + public String getDef42() { + return def42; + } + + public void setDef42(String def42) { + this.def42 = def42; + } + + public String getDef43() { + return def43; + } + + public void setDef43(String def43) { + this.def43 = def43; + } + + public String getDef44() { + return def44; + } + + public void setDef44(String def44) { + this.def44 = def44; + } + + public String getDef45() { + return def45; + } + + public void setDef45(String def45) { + this.def45 = def45; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public String getDefrozendate() { + return defrozendate; + } + + public void setDefrozendate(String defrozendate) { + this.defrozendate = defrozendate; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getFrozendate() { + return frozendate; + } + + public void setFrozendate(String frozendate) { + this.frozendate = frozendate; + } + + public Double getFrozenje() { + return frozenje; + } + + public void setFrozenje(Double frozenje) { + this.frozenje = frozenje; + } + + public Integer getFundform() { + return fundform; + } + + public void setFundform(Integer fundform) { + this.fundform = fundform; + } + + public Integer getGenebranprop() { + return genebranprop; + } + + public void setGenebranprop(Integer genebranprop) { + this.genebranprop = genebranprop; + } + + public String getGroupaccount() { + return groupaccount; + } + + public void setGroupaccount(String groupaccount) { + this.groupaccount = groupaccount; + } + + public String getGroupid() { + return groupid; + } + + public void setGroupid(String groupid) { + this.groupid = groupid; + } + + public String getIsinneracc() { + return isinneracc; + } + + public void setIsinneracc(String isinneracc) { + this.isinneracc = isinneracc; + } + + public String getIsmargin() { + return ismargin; + } + + public void setIsmargin(String ismargin) { + this.ismargin = ismargin; + } + + public String getMainaccount() { + return mainaccount; + } + + public void setMainaccount(String mainaccount) { + this.mainaccount = mainaccount; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getModifier() { + return modifier; + } + + public void setModifier(String modifier) { + this.modifier = modifier; + } + + public String getModifytime() { + return modifytime; + } + + public void setModifytime(String modifytime) { + this.modifytime = modifytime; + } + + public Integer getNetqueryflag() { + return netqueryflag; + } + + public void setNetqueryflag(Integer netqueryflag) { + this.netqueryflag = netqueryflag; + } + + public String getOrgnumber() { + return orgnumber; + } + + public void setOrgnumber(String orgnumber) { + this.orgnumber = orgnumber; + } + + public String getOwnercorp() { + return ownercorp; + } + + public void setOwnercorp(String ownercorp) { + this.ownercorp = ownercorp; + } + + public String getPkBankaccbas() { + return pkBankaccbas; + } + + public void setPkBankaccbas(String pkBankaccbas) { + this.pkBankaccbas = pkBankaccbas; + } + + public String getPkBankdoc() { + return pkBankdoc; + } + + public void setPkBankdoc(String pkBankdoc) { + this.pkBankdoc = pkBankdoc; + } + + public String getPkBanktype() { + return pkBanktype; + } + + public void setPkBanktype(String pkBanktype) { + this.pkBanktype = pkBanktype; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCurrtype() { + return pkCurrtype; + } + + public void setPkCurrtype(String pkCurrtype) { + this.pkCurrtype = pkCurrtype; + } + + public String getPkNetbankinftp() { + return pkNetbankinftp; + } + + public void setPkNetbankinftp(String pkNetbankinftp) { + this.pkNetbankinftp = pkNetbankinftp; + } + + public String getPkPsnbasdoc() { + return pkPsnbasdoc; + } + + public void setPkPsnbasdoc(String pkPsnbasdoc) { + this.pkPsnbasdoc = pkPsnbasdoc; + } + + public String getProvince() { + return province; + } + + public void setProvince(String province) { + this.province = province; + } + + public Integer getQrybalanceitf() { + return qrybalanceitf; + } + + public void setQrybalanceitf(Integer qrybalanceitf) { + this.qrybalanceitf = qrybalanceitf; + } + + public String getRemcode() { + return remcode; + } + + public void setRemcode(String remcode) { + this.remcode = remcode; + } + + public String getSignflag() { + return signflag; + } + + public void setSignflag(String signflag) { + this.signflag = signflag; + } + + public String getTel() { + return tel; + } + + public void setTel(String tel) { + this.tel = tel; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getUnitname() { + return unitname; + } + + public void setUnitname(String unitname) { + this.unitname = unitname; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankaccbasEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankaccbasEntity.xml new file mode 100644 index 00000000..b6fe43f8 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankaccbasEntity.xml @@ -0,0 +1,1224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + accattribute + ,accclass + ,accopendate + ,account + ,accountcode + ,accountname + ,accountproperty + ,accstate + ,acctype + ,accxhdate + ,arapprop + ,areacode + ,bankarea + ,city + ,combineaccnum + ,concertedmny + ,contactpsn + ,corrgeneaccount + ,createtime + ,creator + ,custcode + ,def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def21 + ,def22 + ,def23 + ,def24 + ,def25 + ,def26 + ,def27 + ,def28 + ,def29 + ,def3 + ,def30 + ,def31 + ,def32 + ,def33 + ,def34 + ,def35 + ,def36 + ,def37 + ,def38 + ,def39 + ,def4 + ,def40 + ,def41 + ,def42 + ,def43 + ,def44 + ,def45 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,defrozendate + ,dr + ,frozendate + ,frozenje + ,fundform + ,genebranprop + ,groupaccount + ,groupid + ,isinneracc + ,ismargin + ,mainaccount + ,memo + ,modifier + ,modifytime + ,netqueryflag + ,orgnumber + ,ownercorp + ,pk_bankaccbas + ,pk_bankdoc + ,pk_banktype + ,pk_corp + ,pk_currtype + ,pk_netbankinftp + ,pk_psnbasdoc + ,province + ,qrybalanceitf + ,remcode + ,signflag + ,tel + ,ts + ,unitname + + + + + + + + + + + + + + + + insert into bd_bankaccbas( + + accattribute , + accclass , + accopendate , + account , + accountcode , + accountname , + accountproperty , + accstate , + acctype , + accxhdate , + arapprop , + areacode , + bankarea , + city , + combineaccnum , + concertedmny , + contactpsn , + corrgeneaccount , + createtime , + creator , + custcode , + def1 , + def10 , + def11 , + def12 , + def13 , + def14 , + def15 , + def16 , + def17 , + def18 , + def19 , + def2 , + def20 , + def21 , + def22 , + def23 , + def24 , + def25 , + def26 , + def27 , + def28 , + def29 , + def3 , + def30 , + def31 , + def32 , + def33 , + def34 , + def35 , + def36 , + def37 , + def38 , + def39 , + def4 , + def40 , + def41 , + def42 , + def43 , + def44 , + def45 , + def5 , + def6 , + def7 , + def8 , + def9 , + defrozendate , + dr , + frozendate , + frozenje , + fundform , + genebranprop , + groupaccount , + groupid , + isinneracc , + ismargin , + mainaccount , + memo , + modifier , + modifytime , + netqueryflag , + orgnumber , + ownercorp , + pk_bankaccbas , + pk_bankdoc , + pk_banktype , + pk_corp , + pk_currtype , + pk_netbankinftp , + pk_psnbasdoc , + province , + qrybalanceitf , + remcode , + signflag , + tel , + ts , + unitname , + sorts, + sts, + + )values( + + #{accattribute} , + #{accclass} , + #{accopendate} , + #{account} , + #{accountcode} , + #{accountname} , + #{accountproperty} , + #{accstate} , + #{acctype} , + #{accxhdate} , + #{arapprop} , + #{areacode} , + #{bankarea} , + #{city} , + #{combineaccnum} , + #{concertedmny} , + #{contactpsn} , + #{corrgeneaccount} , + #{createtime} , + #{creator} , + #{custcode} , + #{def1} , + #{def10} , + #{def11} , + #{def12} , + #{def13} , + #{def14} , + #{def15} , + #{def16} , + #{def17} , + #{def18} , + #{def19} , + #{def2} , + #{def20} , + #{def21} , + #{def22} , + #{def23} , + #{def24} , + #{def25} , + #{def26} , + #{def27} , + #{def28} , + #{def29} , + #{def3} , + #{def30} , + #{def31} , + #{def32} , + #{def33} , + #{def34} , + #{def35} , + #{def36} , + #{def37} , + #{def38} , + #{def39} , + #{def4} , + #{def40} , + #{def41} , + #{def42} , + #{def43} , + #{def44} , + #{def45} , + #{def5} , + #{def6} , + #{def7} , + #{def8} , + #{def9} , + #{defrozendate} , + #{dr} , + #{frozendate} , + #{frozenje} , + #{fundform} , + #{genebranprop} , + #{groupaccount} , + #{groupid} , + #{isinneracc} , + #{ismargin} , + #{mainaccount} , + #{memo} , + #{modifier} , + #{modifytime} , + #{netqueryflag} , + #{orgnumber} , + #{ownercorp} , + #{pkBankaccbas} , + #{pkBankdoc} , + #{pkBanktype} , + #{pkCorp} , + #{pkCurrtype} , + #{pkNetbankinftp} , + #{pkPsnbasdoc} , + #{province} , + #{qrybalanceitf} , + #{remcode} , + #{signflag} , + #{tel} , + #{ts} , + #{unitname} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_bankaccbas a WHERE a.sts = + 'Y' ), + + 'Y', + + ) + + + + insert into bd_bankaccbas(accattribute, accclass, accopendate, account, accountcode, accountname, + accountproperty, accstate, acctype, accxhdate, arapprop, areacode, bankarea, city, combineaccnum, concertedmny, + contactpsn, corrgeneaccount, createtime, creator, custcode, def1, def10, def11, def12, def13, def14, def15, + def16, def17, def18, def19, def2, def20, def21, def22, def23, def24, def25, def26, def27, def28, def29, def3, + def30, def31, def32, def33, def34, def35, def36, def37, def38, def39, def4, def40, def41, def42, def43, def44, + def45, def5, def6, def7, def8, def9, defrozendate, dr, frozendate, frozenje, fundform, genebranprop, + groupaccount, groupid, isinneracc, ismargin, mainaccount, memo, modifier, modifytime, netqueryflag, orgnumber, + ownercorp, pk_bankdoc, pk_banktype, pk_corp, pk_currtype, pk_netbankinftp, pk_psnbasdoc, province, + qrybalanceitf, remcode, signflag, tel, ts, unitname, sts) + values + + (#{entity.accattribute},#{entity.accclass},#{entity.accopendate},#{entity.account},#{entity.accountcode},#{entity.accountname},#{entity.accountproperty},#{entity.accstate},#{entity.acctype},#{entity.accxhdate},#{entity.arapprop},#{entity.areacode},#{entity.bankarea},#{entity.city},#{entity.combineaccnum},#{entity.concertedmny},#{entity.contactpsn},#{entity.corrgeneaccount},#{entity.createtime},#{entity.creator},#{entity.custcode},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def21},#{entity.def22},#{entity.def23},#{entity.def24},#{entity.def25},#{entity.def26},#{entity.def27},#{entity.def28},#{entity.def29},#{entity.def3},#{entity.def30},#{entity.def31},#{entity.def32},#{entity.def33},#{entity.def34},#{entity.def35},#{entity.def36},#{entity.def37},#{entity.def38},#{entity.def39},#{entity.def4},#{entity.def40},#{entity.def41},#{entity.def42},#{entity.def43},#{entity.def44},#{entity.def45},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.defrozendate},#{entity.dr},#{entity.frozendate},#{entity.frozenje},#{entity.fundform},#{entity.genebranprop},#{entity.groupaccount},#{entity.groupid},#{entity.isinneracc},#{entity.ismargin},#{entity.mainaccount},#{entity.memo},#{entity.modifier},#{entity.modifytime},#{entity.netqueryflag},#{entity.orgnumber},#{entity.ownercorp},#{entity.pkBankdoc},#{entity.pkBanktype},#{entity.pkCorp},#{entity.pkCurrtype},#{entity.pkNetbankinftp},#{entity.pkPsnbasdoc},#{entity.province},#{entity.qrybalanceitf},#{entity.remcode},#{entity.signflag},#{entity.tel},#{entity.ts},#{entity.unitname}, + 'Y') + + + + + insert into bd_bankaccbas(accattribute, accclass, accopendate, account, accountcode, accountname, + accountproperty, accstate, acctype, accxhdate, arapprop, areacode, bankarea, city, combineaccnum, concertedmny, + contactpsn, corrgeneaccount, createtime, creator, custcode, def1, def10, def11, def12, def13, def14, def15, + def16, def17, def18, def19, def2, def20, def21, def22, def23, def24, def25, def26, def27, def28, def29, def3, + def30, def31, def32, def33, def34, def35, def36, def37, def38, def39, def4, def40, def41, def42, def43, def44, + def45, def5, def6, def7, def8, def9, defrozendate, dr, frozendate, frozenje, fundform, genebranprop, + groupaccount, groupid, isinneracc, ismargin, mainaccount, memo, modifier, modifytime, netqueryflag, orgnumber, + ownercorp, pk_bankdoc, pk_banktype, pk_corp, pk_currtype, pk_netbankinftp, pk_psnbasdoc, province, + qrybalanceitf, remcode, signflag, tel, ts, unitname) + values + + (#{entity.accattribute},#{entity.accclass},#{entity.accopendate},#{entity.account},#{entity.accountcode},#{entity.accountname},#{entity.accountproperty},#{entity.accstate},#{entity.acctype},#{entity.accxhdate},#{entity.arapprop},#{entity.areacode},#{entity.bankarea},#{entity.city},#{entity.combineaccnum},#{entity.concertedmny},#{entity.contactpsn},#{entity.corrgeneaccount},#{entity.createtime},#{entity.creator},#{entity.custcode},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def21},#{entity.def22},#{entity.def23},#{entity.def24},#{entity.def25},#{entity.def26},#{entity.def27},#{entity.def28},#{entity.def29},#{entity.def3},#{entity.def30},#{entity.def31},#{entity.def32},#{entity.def33},#{entity.def34},#{entity.def35},#{entity.def36},#{entity.def37},#{entity.def38},#{entity.def39},#{entity.def4},#{entity.def40},#{entity.def41},#{entity.def42},#{entity.def43},#{entity.def44},#{entity.def45},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.defrozendate},#{entity.dr},#{entity.frozendate},#{entity.frozenje},#{entity.fundform},#{entity.genebranprop},#{entity.groupaccount},#{entity.groupid},#{entity.isinneracc},#{entity.ismargin},#{entity.mainaccount},#{entity.memo},#{entity.modifier},#{entity.modifytime},#{entity.netqueryflag},#{entity.orgnumber},#{entity.ownercorp},#{entity.pkBankdoc},#{entity.pkBanktype},#{entity.pkCorp},#{entity.pkCurrtype},#{entity.pkNetbankinftp},#{entity.pkPsnbasdoc},#{entity.province},#{entity.qrybalanceitf},#{entity.remcode},#{entity.signflag},#{entity.tel},#{entity.ts},#{entity.unitname}) + + on duplicate key update + accattribute = values(accattribute), + accclass = values(accclass), + accopendate = values(accopendate), + account = values(account), + accountcode = values(accountcode), + accountname = values(accountname), + accountproperty = values(accountproperty), + accstate = values(accstate), + acctype = values(acctype), + accxhdate = values(accxhdate), + arapprop = values(arapprop), + areacode = values(areacode), + bankarea = values(bankarea), + city = values(city), + combineaccnum = values(combineaccnum), + concertedmny = values(concertedmny), + contactpsn = values(contactpsn), + corrgeneaccount = values(corrgeneaccount), + createtime = values(createtime), + creator = values(creator), + custcode = values(custcode), + def1 = values(def1), + def10 = values(def10), + def11 = values(def11), + def12 = values(def12), + def13 = values(def13), + def14 = values(def14), + def15 = values(def15), + def16 = values(def16), + def17 = values(def17), + def18 = values(def18), + def19 = values(def19), + def2 = values(def2), + def20 = values(def20), + def21 = values(def21), + def22 = values(def22), + def23 = values(def23), + def24 = values(def24), + def25 = values(def25), + def26 = values(def26), + def27 = values(def27), + def28 = values(def28), + def29 = values(def29), + def3 = values(def3), + def30 = values(def30), + def31 = values(def31), + def32 = values(def32), + def33 = values(def33), + def34 = values(def34), + def35 = values(def35), + def36 = values(def36), + def37 = values(def37), + def38 = values(def38), + def39 = values(def39), + def4 = values(def4), + def40 = values(def40), + def41 = values(def41), + def42 = values(def42), + def43 = values(def43), + def44 = values(def44), + def45 = values(def45), + def5 = values(def5), + def6 = values(def6), + def7 = values(def7), + def8 = values(def8), + def9 = values(def9), + defrozendate = values(defrozendate), + dr = values(dr), + frozendate = values(frozendate), + frozenje = values(frozenje), + fundform = values(fundform), + genebranprop = values(genebranprop), + groupaccount = values(groupaccount), + groupid = values(groupid), + isinneracc = values(isinneracc), + ismargin = values(ismargin), + mainaccount = values(mainaccount), + memo = values(memo), + modifier = values(modifier), + modifytime = values(modifytime), + netqueryflag = values(netqueryflag), + orgnumber = values(orgnumber), + ownercorp = values(ownercorp), + pk_bankdoc = values(pk_bankdoc), + pk_banktype = values(pk_banktype), + pk_corp = values(pk_corp), + pk_currtype = values(pk_currtype), + pk_netbankinftp = values(pk_netbankinftp), + pk_psnbasdoc = values(pk_psnbasdoc), + province = values(province), + qrybalanceitf = values(qrybalanceitf), + remcode = values(remcode), + signflag = values(signflag), + tel = values(tel), + ts = values(ts), + unitname = values(unitname) + + + + update bd_bankaccbas set + + accattribute = #{accattribute}, + accclass = #{accclass}, + accopendate = #{accopendate}, + account = #{account}, + accountcode = #{accountcode}, + accountname = #{accountname}, + accountproperty = #{accountproperty}, + accstate = #{accstate}, + acctype = #{acctype}, + accxhdate = #{accxhdate}, + arapprop = #{arapprop}, + areacode = #{areacode}, + bankarea = #{bankarea}, + city = #{city}, + combineaccnum = #{combineaccnum}, + concertedmny = #{concertedmny}, + contactpsn = #{contactpsn}, + corrgeneaccount = #{corrgeneaccount}, + createtime = #{createtime}, + creator = #{creator}, + custcode = #{custcode}, + def1 = #{def1}, + def10 = #{def10}, + def11 = #{def11}, + def12 = #{def12}, + def13 = #{def13}, + def14 = #{def14}, + def15 = #{def15}, + def16 = #{def16}, + def17 = #{def17}, + def18 = #{def18}, + def19 = #{def19}, + def2 = #{def2}, + def20 = #{def20}, + def21 = #{def21}, + def22 = #{def22}, + def23 = #{def23}, + def24 = #{def24}, + def25 = #{def25}, + def26 = #{def26}, + def27 = #{def27}, + def28 = #{def28}, + def29 = #{def29}, + def3 = #{def3}, + def30 = #{def30}, + def31 = #{def31}, + def32 = #{def32}, + def33 = #{def33}, + def34 = #{def34}, + def35 = #{def35}, + def36 = #{def36}, + def37 = #{def37}, + def38 = #{def38}, + def39 = #{def39}, + def4 = #{def4}, + def40 = #{def40}, + def41 = #{def41}, + def42 = #{def42}, + def43 = #{def43}, + def44 = #{def44}, + def45 = #{def45}, + def5 = #{def5}, + def6 = #{def6}, + def7 = #{def7}, + def8 = #{def8}, + def9 = #{def9}, + defrozendate = #{defrozendate}, + dr = #{dr}, + frozendate = #{frozendate}, + frozenje = #{frozenje}, + fundform = #{fundform}, + genebranprop = #{genebranprop}, + groupaccount = #{groupaccount}, + groupid = #{groupid}, + isinneracc = #{isinneracc}, + ismargin = #{ismargin}, + mainaccount = #{mainaccount}, + memo = #{memo}, + modifier = #{modifier}, + modifytime = #{modifytime}, + netqueryflag = #{netqueryflag}, + orgnumber = #{orgnumber}, + ownercorp = #{ownercorp}, + pk_bankdoc = #{pkBankdoc}, + pk_banktype = #{pkBanktype}, + pk_corp = #{pkCorp}, + pk_currtype = #{pkCurrtype}, + pk_netbankinftp = #{pkNetbankinftp}, + pk_psnbasdoc = #{pkPsnbasdoc}, + province = #{province}, + qrybalanceitf = #{qrybalanceitf}, + remcode = #{remcode}, + signflag = #{signflag}, + tel = #{tel}, + ts = #{ts}, + unitname = #{unitname}, + + where pk_bankaccbas = #{pkBankaccbas} + + + + update bd_bankaccbas + set sts= 'N', + modify_time = #{modify_time}, + modify_user_id = #{modify_user_id} + where pk_bankaccbas = #{pkBankaccbas} + + + + update bd_bankaccbas set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and accattribute = #{accattribute} + and accclass = #{accclass} + and accopendate = #{accopendate} + and account = #{account} + and accountcode = #{accountcode} + and accountname = #{accountname} + and accountproperty = #{accountproperty} + and accstate = #{accstate} + and acctype = #{acctype} + and accxhdate = #{accxhdate} + and arapprop = #{arapprop} + and areacode = #{areacode} + and bankarea = #{bankarea} + and city = #{city} + and combineaccnum = #{combineaccnum} + and concertedmny = #{concertedmny} + and contactpsn = #{contactpsn} + and corrgeneaccount = #{corrgeneaccount} + and createtime = #{createtime} + and creator = #{creator} + and custcode = #{custcode} + and def1 = #{def1} + and def10 = #{def10} + and def11 = #{def11} + and def12 = #{def12} + and def13 = #{def13} + and def14 = #{def14} + and def15 = #{def15} + and def16 = #{def16} + and def17 = #{def17} + and def18 = #{def18} + and def19 = #{def19} + and def2 = #{def2} + and def20 = #{def20} + and def21 = #{def21} + and def22 = #{def22} + and def23 = #{def23} + and def24 = #{def24} + and def25 = #{def25} + and def26 = #{def26} + and def27 = #{def27} + and def28 = #{def28} + and def29 = #{def29} + and def3 = #{def3} + and def30 = #{def30} + and def31 = #{def31} + and def32 = #{def32} + and def33 = #{def33} + and def34 = #{def34} + and def35 = #{def35} + and def36 = #{def36} + and def37 = #{def37} + and def38 = #{def38} + and def39 = #{def39} + and def4 = #{def4} + and def40 = #{def40} + and def41 = #{def41} + and def42 = #{def42} + and def43 = #{def43} + and def44 = #{def44} + and def45 = #{def45} + and def5 = #{def5} + and def6 = #{def6} + and def7 = #{def7} + and def8 = #{def8} + and def9 = #{def9} + and defrozendate = #{defrozendate} + and dr = #{dr} + and frozendate = #{frozendate} + and frozenje = #{frozenje} + and fundform = #{fundform} + and genebranprop = #{genebranprop} + and groupaccount = #{groupaccount} + and groupid = #{groupid} + and isinneracc = #{isinneracc} + and ismargin = #{ismargin} + and mainaccount = #{mainaccount} + and memo = #{memo} + and modifier = #{modifier} + and modifytime = #{modifytime} + and netqueryflag = #{netqueryflag} + and orgnumber = #{orgnumber} + and ownercorp = #{ownercorp} + and pk_bankaccbas = #{pkBankaccbas} + and pk_bankdoc = #{pkBankdoc} + and pk_banktype = #{pkBanktype} + and pk_corp = #{pkCorp} + and pk_currtype = #{pkCurrtype} + and pk_netbankinftp = #{pkNetbankinftp} + and pk_psnbasdoc = #{pkPsnbasdoc} + and province = #{province} + and qrybalanceitf = #{qrybalanceitf} + and remcode = #{remcode} + and signflag = #{signflag} + and tel = #{tel} + and ts = #{ts} + and unitname = #{unitname} + and sts='Y' + + + + + delete + from bd_bankaccbas + where pk_bankaccbas = #{pkBankaccbas} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankdocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankdocEntity.java new file mode 100644 index 00000000..000b07b4 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankdocEntity.java @@ -0,0 +1,330 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (BdBankdoc)实体类 + * + * @author makejava + * @since 2023-12-30 16:16:02 + */ +public class BdBankdocEntity extends BaseEntity { + + private String address; + private String amcode; + private String bankdoccode; + private String bankdocname; + private String city; + private String createtime; + private String creator; + private String def1; + private String def2; + private String def3; + private String def4; + private String def5; + private Integer dr; + private String iscustbank; + private String linkman1; + private String linkman2; + private String linkman3; + private String modifier; + private String modifytime; + private String pcombinename; + private String pcombinenum; + private String phone1; + private String phone2; + private String phone3; + private String pkBankdoc; + private String pkBanktype; + private String pkCorp; + private String pkFatherbank; + private String pkPcombine; + private String pkSettlecenter; + private String province; + private String sealflag; + private String shortname; + private String swiftnum; + private String ts; + + + public String getAddress() { + return address; + } + + public void setAddress(String address) { + this.address = address; + } + + public String getAmcode() { + return amcode; + } + + public void setAmcode(String amcode) { + this.amcode = amcode; + } + + public String getBankdoccode() { + return bankdoccode; + } + + public void setBankdoccode(String bankdoccode) { + this.bankdoccode = bankdoccode; + } + + public String getBankdocname() { + return bankdocname; + } + + public void setBankdocname(String bankdocname) { + this.bankdocname = bankdocname; + } + + public String getCity() { + return city; + } + + public void setCity(String city) { + this.city = city; + } + + public String getCreatetime() { + return createtime; + } + + public void setCreatetime(String createtime) { + this.createtime = createtime; + } + + public String getCreator() { + return creator; + } + + public void setCreator(String creator) { + this.creator = creator; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getIscustbank() { + return iscustbank; + } + + public void setIscustbank(String iscustbank) { + this.iscustbank = iscustbank; + } + + public String getLinkman1() { + return linkman1; + } + + public void setLinkman1(String linkman1) { + this.linkman1 = linkman1; + } + + public String getLinkman2() { + return linkman2; + } + + public void setLinkman2(String linkman2) { + this.linkman2 = linkman2; + } + + public String getLinkman3() { + return linkman3; + } + + public void setLinkman3(String linkman3) { + this.linkman3 = linkman3; + } + + public String getModifier() { + return modifier; + } + + public void setModifier(String modifier) { + this.modifier = modifier; + } + + public String getModifytime() { + return modifytime; + } + + public void setModifytime(String modifytime) { + this.modifytime = modifytime; + } + + public String getPcombinename() { + return pcombinename; + } + + public void setPcombinename(String pcombinename) { + this.pcombinename = pcombinename; + } + + public String getPcombinenum() { + return pcombinenum; + } + + public void setPcombinenum(String pcombinenum) { + this.pcombinenum = pcombinenum; + } + + public String getPhone1() { + return phone1; + } + + public void setPhone1(String phone1) { + this.phone1 = phone1; + } + + public String getPhone2() { + return phone2; + } + + public void setPhone2(String phone2) { + this.phone2 = phone2; + } + + public String getPhone3() { + return phone3; + } + + public void setPhone3(String phone3) { + this.phone3 = phone3; + } + + public String getPkBankdoc() { + return pkBankdoc; + } + + public void setPkBankdoc(String pkBankdoc) { + this.pkBankdoc = pkBankdoc; + } + + public String getPkBanktype() { + return pkBanktype; + } + + public void setPkBanktype(String pkBanktype) { + this.pkBanktype = pkBanktype; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkFatherbank() { + return pkFatherbank; + } + + public void setPkFatherbank(String pkFatherbank) { + this.pkFatherbank = pkFatherbank; + } + + public String getPkPcombine() { + return pkPcombine; + } + + public void setPkPcombine(String pkPcombine) { + this.pkPcombine = pkPcombine; + } + + public String getPkSettlecenter() { + return pkSettlecenter; + } + + public void setPkSettlecenter(String pkSettlecenter) { + this.pkSettlecenter = pkSettlecenter; + } + + public String getProvince() { + return province; + } + + public void setProvince(String province) { + this.province = province; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getShortname() { + return shortname; + } + + public void setShortname(String shortname) { + this.shortname = shortname; + } + + public String getSwiftnum() { + return swiftnum; + } + + public void setSwiftnum(String swiftnum) { + this.swiftnum = swiftnum; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankdocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankdocEntity.xml new file mode 100644 index 00000000..c2f09313 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBankdocEntity.xml @@ -0,0 +1,494 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + address + ,amcode + ,bankdoccode + ,bankdocname + ,city + ,createtime + ,creator + ,def1 + ,def2 + ,def3 + ,def4 + ,def5 + ,dr + ,iscustbank + ,linkman1 + ,linkman2 + ,linkman3 + ,modifier + ,modifytime + ,pcombinename + ,pcombinenum + ,phone1 + ,phone2 + ,phone3 + ,pk_bankdoc + ,pk_banktype + ,pk_corp + ,pk_fatherbank + ,pk_pcombine + ,pk_settlecenter + ,province + ,sealflag + ,shortname + ,swiftnum + ,ts + + + + + + + + + + + + + + + + insert into bd_bankdoc( + + address , + amcode , + bankdoccode , + bankdocname , + city , + createtime , + creator , + def1 , + def2 , + def3 , + def4 , + def5 , + dr , + iscustbank , + linkman1 , + linkman2 , + linkman3 , + modifier , + modifytime , + pcombinename , + pcombinenum , + phone1 , + phone2 , + phone3 , + pk_bankdoc , + pk_banktype , + pk_corp , + pk_fatherbank , + pk_pcombine , + pk_settlecenter , + province , + sealflag , + shortname , + swiftnum , + ts , + sorts, + sts, + + )values( + + #{address} , + #{amcode} , + #{bankdoccode} , + #{bankdocname} , + #{city} , + #{createtime} , + #{creator} , + #{def1} , + #{def2} , + #{def3} , + #{def4} , + #{def5} , + #{dr} , + #{iscustbank} , + #{linkman1} , + #{linkman2} , + #{linkman3} , + #{modifier} , + #{modifytime} , + #{pcombinename} , + #{pcombinenum} , + #{phone1} , + #{phone2} , + #{phone3} , + #{pkBankdoc} , + #{pkBanktype} , + #{pkCorp} , + #{pkFatherbank} , + #{pkPcombine} , + #{pkSettlecenter} , + #{province} , + #{sealflag} , + #{shortname} , + #{swiftnum} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_bankdoc a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_bankdoc(address, amcode, bankdoccode, bankdocname, city, createtime, creator, def1, def2, def3, def4, def5, dr, iscustbank, linkman1, linkman2, linkman3, modifier, modifytime, pcombinename, pcombinenum, phone1, phone2, phone3, pk_banktype, pk_corp, pk_fatherbank, pk_pcombine, pk_settlecenter, province, sealflag, shortname, swiftnum, ts, sts) + values + + (#{entity.address},#{entity.amcode},#{entity.bankdoccode},#{entity.bankdocname},#{entity.city},#{entity.createtime},#{entity.creator},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.dr},#{entity.iscustbank},#{entity.linkman1},#{entity.linkman2},#{entity.linkman3},#{entity.modifier},#{entity.modifytime},#{entity.pcombinename},#{entity.pcombinenum},#{entity.phone1},#{entity.phone2},#{entity.phone3},#{entity.pkBanktype},#{entity.pkCorp},#{entity.pkFatherbank},#{entity.pkPcombine},#{entity.pkSettlecenter},#{entity.province},#{entity.sealflag},#{entity.shortname},#{entity.swiftnum},#{entity.ts}, 'Y') + + + + + insert into bd_bankdoc(address, amcode, bankdoccode, bankdocname, city, createtime, creator, def1, def2, def3, def4, def5, dr, iscustbank, linkman1, linkman2, linkman3, modifier, modifytime, pcombinename, pcombinenum, phone1, phone2, phone3, pk_banktype, pk_corp, pk_fatherbank, pk_pcombine, pk_settlecenter, province, sealflag, shortname, swiftnum, ts) + values + + (#{entity.address},#{entity.amcode},#{entity.bankdoccode},#{entity.bankdocname},#{entity.city},#{entity.createtime},#{entity.creator},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.dr},#{entity.iscustbank},#{entity.linkman1},#{entity.linkman2},#{entity.linkman3},#{entity.modifier},#{entity.modifytime},#{entity.pcombinename},#{entity.pcombinenum},#{entity.phone1},#{entity.phone2},#{entity.phone3},#{entity.pkBanktype},#{entity.pkCorp},#{entity.pkFatherbank},#{entity.pkPcombine},#{entity.pkSettlecenter},#{entity.province},#{entity.sealflag},#{entity.shortname},#{entity.swiftnum},#{entity.ts}) + + on duplicate key update + address = values(address), + amcode = values(amcode), + bankdoccode = values(bankdoccode), + bankdocname = values(bankdocname), + city = values(city), + createtime = values(createtime), + creator = values(creator), + def1 = values(def1), + def2 = values(def2), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + dr = values(dr), + iscustbank = values(iscustbank), + linkman1 = values(linkman1), + linkman2 = values(linkman2), + linkman3 = values(linkman3), + modifier = values(modifier), + modifytime = values(modifytime), + pcombinename = values(pcombinename), + pcombinenum = values(pcombinenum), + phone1 = values(phone1), + phone2 = values(phone2), + phone3 = values(phone3), + pk_banktype = values(pk_banktype), + pk_corp = values(pk_corp), + pk_fatherbank = values(pk_fatherbank), + pk_pcombine = values(pk_pcombine), + pk_settlecenter = values(pk_settlecenter), + province = values(province), + sealflag = values(sealflag), + shortname = values(shortname), + swiftnum = values(swiftnum), + ts = values(ts) + + +update bd_bankdoc set + + address = #{address}, + amcode = #{amcode}, + bankdoccode = #{bankdoccode}, + bankdocname = #{bankdocname}, + city = #{city}, + createtime = #{createtime}, + creator = #{creator}, + def1 = #{def1}, + def2 = #{def2}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + dr = #{dr}, + iscustbank = #{iscustbank}, + linkman1 = #{linkman1}, + linkman2 = #{linkman2}, + linkman3 = #{linkman3}, + modifier = #{modifier}, + modifytime = #{modifytime}, + pcombinename = #{pcombinename}, + pcombinenum = #{pcombinenum}, + phone1 = #{phone1}, + phone2 = #{phone2}, + phone3 = #{phone3}, + pk_banktype = #{pkBanktype}, + pk_corp = #{pkCorp}, + pk_fatherbank = #{pkFatherbank}, + pk_pcombine = #{pkPcombine}, + pk_settlecenter = #{pkSettlecenter}, + province = #{province}, + sealflag = #{sealflag}, + shortname = #{shortname}, + swiftnum = #{swiftnum}, + ts = #{ts}, + +where pk_bankdoc = #{pkBankdoc} + + + +update bd_bankdoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_bankdoc = #{pkBankdoc} + + + +update bd_bankdoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and address = #{address} + and amcode = #{amcode} + and bankdoccode = #{bankdoccode} + and bankdocname = #{bankdocname} + and city = #{city} + and createtime = #{createtime} + and creator = #{creator} + and def1 = #{def1} + and def2 = #{def2} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and dr = #{dr} + and iscustbank = #{iscustbank} + and linkman1 = #{linkman1} + and linkman2 = #{linkman2} + and linkman3 = #{linkman3} + and modifier = #{modifier} + and modifytime = #{modifytime} + and pcombinename = #{pcombinename} + and pcombinenum = #{pcombinenum} + and phone1 = #{phone1} + and phone2 = #{phone2} + and phone3 = #{phone3} + and pk_bankdoc = #{pkBankdoc} + and pk_banktype = #{pkBanktype} + and pk_corp = #{pkCorp} + and pk_fatherbank = #{pkFatherbank} + and pk_pcombine = #{pkPcombine} + and pk_settlecenter = #{pkSettlecenter} + and province = #{province} + and sealflag = #{sealflag} + and shortname = #{shortname} + and swiftnum = #{swiftnum} + and ts = #{ts} + and sts='Y' + + + + + delete from bd_bankdoc where pk_bankdoc = #{pkBankdoc} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBusitypeEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBusitypeEntity.java new file mode 100644 index 00000000..0f3c10d6 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBusitypeEntity.java @@ -0,0 +1,222 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (BdBusitype)实体类 + * + * @author makejava + * @since 2023-11-21 10:57:24 + */ +public class BdBusitypeEntity extends BaseEntity { + + private String busicode; + private String businame; + private Integer busiprop; + private Integer defaultgather; + private String defstr2; + private String defstr3; + private String defstr4; + private String defstr5; + private Integer dr; + private String encapsulate; + private String fktype; + private String isdapclassified; + private String isitem; + private String issrqr; + private String mnecode; + private String owetype; + private String pkBusitype; + private String pkCorp; + private String receipttype; + private String sktype; + private String ts; + private String verifyrule; + private String ystype; + + + public String getBusicode() { + return busicode; + } + + public void setBusicode(String busicode) { + this.busicode = busicode; + } + + public String getBusiname() { + return businame; + } + + public void setBusiname(String businame) { + this.businame = businame; + } + + public Integer getBusiprop() { + return busiprop; + } + + public void setBusiprop(Integer busiprop) { + this.busiprop = busiprop; + } + + public Integer getDefaultgather() { + return defaultgather; + } + + public void setDefaultgather(Integer defaultgather) { + this.defaultgather = defaultgather; + } + + public String getDefstr2() { + return defstr2; + } + + public void setDefstr2(String defstr2) { + this.defstr2 = defstr2; + } + + public String getDefstr3() { + return defstr3; + } + + public void setDefstr3(String defstr3) { + this.defstr3 = defstr3; + } + + public String getDefstr4() { + return defstr4; + } + + public void setDefstr4(String defstr4) { + this.defstr4 = defstr4; + } + + public String getDefstr5() { + return defstr5; + } + + public void setDefstr5(String defstr5) { + this.defstr5 = defstr5; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getEncapsulate() { + return encapsulate; + } + + public void setEncapsulate(String encapsulate) { + this.encapsulate = encapsulate; + } + + public String getFktype() { + return fktype; + } + + public void setFktype(String fktype) { + this.fktype = fktype; + } + + public String getIsdapclassified() { + return isdapclassified; + } + + public void setIsdapclassified(String isdapclassified) { + this.isdapclassified = isdapclassified; + } + + public String getIsitem() { + return isitem; + } + + public void setIsitem(String isitem) { + this.isitem = isitem; + } + + public String getIssrqr() { + return issrqr; + } + + public void setIssrqr(String issrqr) { + this.issrqr = issrqr; + } + + public String getMnecode() { + return mnecode; + } + + public void setMnecode(String mnecode) { + this.mnecode = mnecode; + } + + public String getOwetype() { + return owetype; + } + + public void setOwetype(String owetype) { + this.owetype = owetype; + } + + public String getPkBusitype() { + return pkBusitype; + } + + public void setPkBusitype(String pkBusitype) { + this.pkBusitype = pkBusitype; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getReceipttype() { + return receipttype; + } + + public void setReceipttype(String receipttype) { + this.receipttype = receipttype; + } + + public String getSktype() { + return sktype; + } + + public void setSktype(String sktype) { + this.sktype = sktype; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVerifyrule() { + return verifyrule; + } + + public void setVerifyrule(String verifyrule) { + this.verifyrule = verifyrule; + } + + public String getYstype() { + return ystype; + } + + public void setYstype(String ystype) { + this.ystype = ystype; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBusitypeEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBusitypeEntity.xml new file mode 100644 index 00000000..47a268e9 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdBusitypeEntity.xml @@ -0,0 +1,362 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + busicode + ,businame + ,busiprop + ,defaultgather + ,defstr2 + ,defstr3 + ,defstr4 + ,defstr5 + ,dr + ,encapsulate + ,fktype + ,isdapclassified + ,isitem + ,issrqr + ,mnecode + ,owetype + ,pk_busitype + ,pk_corp + ,receipttype + ,sktype + ,ts + ,verifyrule + ,ystype + + + + + + + + + + + + + + + + insert into bd_busitype( + + busicode , + businame , + busiprop , + defaultgather , + defstr2 , + defstr3 , + defstr4 , + defstr5 , + dr , + encapsulate , + fktype , + isdapclassified , + isitem , + issrqr , + mnecode , + owetype , + pk_busitype , + pk_corp , + receipttype , + sktype , + ts , + verifyrule , + ystype , + sorts, + sts, + + )values( + + #{busicode} , + #{businame} , + #{busiprop} , + #{defaultgather} , + #{defstr2} , + #{defstr3} , + #{defstr4} , + #{defstr5} , + #{dr} , + #{encapsulate} , + #{fktype} , + #{isdapclassified} , + #{isitem} , + #{issrqr} , + #{mnecode} , + #{owetype} , + #{pkBusitype} , + #{pkCorp} , + #{receipttype} , + #{sktype} , + #{ts} , + #{verifyrule} , + #{ystype} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_busitype a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_busitype(busicode, businame, busiprop, defaultgather, defstr2, defstr3, defstr4, defstr5, dr, encapsulate, fktype, isdapclassified, isitem, issrqr, mnecode, owetype, pk_corp, receipttype, sktype, ts, verifyrule, ystype, sts) + values + + (#{entity.busicode},#{entity.businame},#{entity.busiprop},#{entity.defaultgather},#{entity.defstr2},#{entity.defstr3},#{entity.defstr4},#{entity.defstr5},#{entity.dr},#{entity.encapsulate},#{entity.fktype},#{entity.isdapclassified},#{entity.isitem},#{entity.issrqr},#{entity.mnecode},#{entity.owetype},#{entity.pkCorp},#{entity.receipttype},#{entity.sktype},#{entity.ts},#{entity.verifyrule},#{entity.ystype}, 'Y') + + + + + insert into bd_busitype(busicode, businame, busiprop, defaultgather, defstr2, defstr3, defstr4, defstr5, dr, encapsulate, fktype, isdapclassified, isitem, issrqr, mnecode, owetype, pk_corp, receipttype, sktype, ts, verifyrule, ystype) + values + + (#{entity.busicode},#{entity.businame},#{entity.busiprop},#{entity.defaultgather},#{entity.defstr2},#{entity.defstr3},#{entity.defstr4},#{entity.defstr5},#{entity.dr},#{entity.encapsulate},#{entity.fktype},#{entity.isdapclassified},#{entity.isitem},#{entity.issrqr},#{entity.mnecode},#{entity.owetype},#{entity.pkCorp},#{entity.receipttype},#{entity.sktype},#{entity.ts},#{entity.verifyrule},#{entity.ystype}) + + on duplicate key update + busicode = values(busicode), + businame = values(businame), + busiprop = values(busiprop), + defaultgather = values(defaultgather), + defstr2 = values(defstr2), + defstr3 = values(defstr3), + defstr4 = values(defstr4), + defstr5 = values(defstr5), + dr = values(dr), + encapsulate = values(encapsulate), + fktype = values(fktype), + isdapclassified = values(isdapclassified), + isitem = values(isitem), + issrqr = values(issrqr), + mnecode = values(mnecode), + owetype = values(owetype), + pk_corp = values(pk_corp), + receipttype = values(receipttype), + sktype = values(sktype), + ts = values(ts), + verifyrule = values(verifyrule), + ystype = values(ystype) + + +update bd_busitype set + + busicode = #{busicode}, + businame = #{businame}, + busiprop = #{busiprop}, + defaultgather = #{defaultgather}, + defstr2 = #{defstr2}, + defstr3 = #{defstr3}, + defstr4 = #{defstr4}, + defstr5 = #{defstr5}, + dr = #{dr}, + encapsulate = #{encapsulate}, + fktype = #{fktype}, + isdapclassified = #{isdapclassified}, + isitem = #{isitem}, + issrqr = #{issrqr}, + mnecode = #{mnecode}, + owetype = #{owetype}, + pk_corp = #{pkCorp}, + receipttype = #{receipttype}, + sktype = #{sktype}, + ts = #{ts}, + verifyrule = #{verifyrule}, + ystype = #{ystype}, + +where pk_busitype = #{pkBusitype} + + + +update bd_busitype set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_busitype = #{pkBusitype} + + + +update bd_busitype set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and busicode = #{busicode} + and businame = #{businame} + and busiprop = #{busiprop} + and defaultgather = #{defaultgather} + and defstr2 = #{defstr2} + and defstr3 = #{defstr3} + and defstr4 = #{defstr4} + and defstr5 = #{defstr5} + and dr = #{dr} + and encapsulate = #{encapsulate} + and fktype = #{fktype} + and isdapclassified = #{isdapclassified} + and isitem = #{isitem} + and issrqr = #{issrqr} + and mnecode = #{mnecode} + and owetype = #{owetype} + and pk_busitype = #{pkBusitype} + and pk_corp = #{pkCorp} + and receipttype = #{receipttype} + and sktype = #{sktype} + and ts = #{ts} + and verifyrule = #{verifyrule} + and ystype = #{ystype} + and sts='Y' + + + + + delete from bd_busitype where pk_busitype = #{pkBusitype} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCalbodyEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCalbodyEntity.java new file mode 100644 index 00000000..ed1846cf --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCalbodyEntity.java @@ -0,0 +1,204 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (BdCalbody)实体类 + * + * @author makejava + * @since 2023-09-06 17:31:08 + */ +public class BdCalbodyEntity extends BaseEntity { + + private Integer aheaddays; + private String area; + private String bodycode; + private String bodyname; + private String createdate; + private String def1; + private String def2; + private String def3; + private String def4; + private String def5; + private Integer dr; + private String isuseretail; + private String pkAddress; + private String pkAreacl; + private String pkCalbody; + private String pkCorp; + private Integer property; + private Double rationmny; + private String sealflag; + private String ts; + private String vnote; + + + public Integer getAheaddays() { + return aheaddays; + } + + public void setAheaddays(Integer aheaddays) { + this.aheaddays = aheaddays; + } + + public String getArea() { + return area; + } + + public void setArea(String area) { + this.area = area; + } + + public String getBodycode() { + return bodycode; + } + + public void setBodycode(String bodycode) { + this.bodycode = bodycode; + } + + public String getBodyname() { + return bodyname; + } + + public void setBodyname(String bodyname) { + this.bodyname = bodyname; + } + + public String getCreatedate() { + return createdate; + } + + public void setCreatedate(String createdate) { + this.createdate = createdate; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getIsuseretail() { + return isuseretail; + } + + public void setIsuseretail(String isuseretail) { + this.isuseretail = isuseretail; + } + + public String getPkAddress() { + return pkAddress; + } + + public void setPkAddress(String pkAddress) { + this.pkAddress = pkAddress; + } + + public String getPkAreacl() { + return pkAreacl; + } + + public void setPkAreacl(String pkAreacl) { + this.pkAreacl = pkAreacl; + } + + public String getPkCalbody() { + return pkCalbody; + } + + public void setPkCalbody(String pkCalbody) { + this.pkCalbody = pkCalbody; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public Integer getProperty() { + return property; + } + + public void setProperty(Integer property) { + this.property = property; + } + + public Double getRationmny() { + return rationmny; + } + + public void setRationmny(Double rationmny) { + this.rationmny = rationmny; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCalbodyEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCalbodyEntity.xml new file mode 100644 index 00000000..78a0b9cb --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCalbodyEntity.xml @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + aheaddays + ,area + ,bodycode + ,bodyname + ,createdate + ,def1 + ,def2 + ,def3 + ,def4 + ,def5 + ,dr + ,isuseretail + ,pk_address + ,pk_areacl + ,pk_calbody + ,pk_corp + ,property + ,rationmny + ,sealflag + ,ts + ,vnote + + + + + + + + + + + + + + + + insert into bd_calbody( + + aheaddays , + area , + bodycode , + bodyname , + createdate , + def1 , + def2 , + def3 , + def4 , + def5 , + dr , + isuseretail , + pk_address , + pk_areacl , + pk_calbody , + pk_corp , + property , + rationmny , + sealflag , + ts , + vnote , + sorts, + sts, + + )values( + + #{aheaddays} , + #{area} , + #{bodycode} , + #{bodyname} , + #{createdate} , + #{def1} , + #{def2} , + #{def3} , + #{def4} , + #{def5} , + #{dr} , + #{isuseretail} , + #{pkAddress} , + #{pkAreacl} , + #{pkCalbody} , + #{pkCorp} , + #{property} , + #{rationmny} , + #{sealflag} , + #{ts} , + #{vnote} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_calbody a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_calbody(aheaddays, area, bodycode, bodyname, createdate, def1, def2, def3, def4, def5, dr, isuseretail, pk_address, pk_areacl, pk_corp, property, rationmny, sealflag, ts, vnote, sts) + values + + (#{entity.aheaddays},#{entity.area},#{entity.bodycode},#{entity.bodyname},#{entity.createdate},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.dr},#{entity.isuseretail},#{entity.pkAddress},#{entity.pkAreacl},#{entity.pkCorp},#{entity.property},#{entity.rationmny},#{entity.sealflag},#{entity.ts},#{entity.vnote}, 'Y') + + + + + insert into bd_calbody(aheaddays, area, bodycode, bodyname, createdate, def1, def2, def3, def4, def5, dr, isuseretail, pk_address, pk_areacl, pk_corp, property, rationmny, sealflag, ts, vnote) + values + + (#{entity.aheaddays},#{entity.area},#{entity.bodycode},#{entity.bodyname},#{entity.createdate},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.dr},#{entity.isuseretail},#{entity.pkAddress},#{entity.pkAreacl},#{entity.pkCorp},#{entity.property},#{entity.rationmny},#{entity.sealflag},#{entity.ts},#{entity.vnote}) + + on duplicate key update + aheaddays = values(aheaddays), + area = values(area), + bodycode = values(bodycode), + bodyname = values(bodyname), + createdate = values(createdate), + def1 = values(def1), + def2 = values(def2), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + dr = values(dr), + isuseretail = values(isuseretail), + pk_address = values(pk_address), + pk_areacl = values(pk_areacl), + pk_corp = values(pk_corp), + property = values(property), + rationmny = values(rationmny), + sealflag = values(sealflag), + ts = values(ts), + vnote = values(vnote) + + +update bd_calbody set + + aheaddays = #{aheaddays}, + area = #{area}, + bodycode = #{bodycode}, + bodyname = #{bodyname}, + createdate = #{createdate}, + def1 = #{def1}, + def2 = #{def2}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + dr = #{dr}, + isuseretail = #{isuseretail}, + pk_address = #{pkAddress}, + pk_areacl = #{pkAreacl}, + pk_corp = #{pkCorp}, + property = #{property}, + rationmny = #{rationmny}, + sealflag = #{sealflag}, + ts = #{ts}, + vnote = #{vnote}, + +where pk_calbody = #{pkCalbody} + + + +update bd_calbody set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_calbody = #{pkCalbody} + + + +update bd_calbody set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and aheaddays = #{aheaddays} + and area = #{area} + and bodycode = #{bodycode} + and bodyname = #{bodyname} + and createdate = #{createdate} + and def1 = #{def1} + and def2 = #{def2} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and dr = #{dr} + and isuseretail = #{isuseretail} + and pk_address = #{pkAddress} + and pk_areacl = #{pkAreacl} + and pk_calbody = #{pkCalbody} + and pk_corp = #{pkCorp} + and property = #{property} + and rationmny = #{rationmny} + and sealflag = #{sealflag} + and ts = #{ts} + and vnote = #{vnote} + and sts='Y' + + + + + delete from bd_calbody where pk_calbody = #{pkCalbody} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCargdocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCargdocEntity.java new file mode 100644 index 00000000..5046ccb8 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCargdocEntity.java @@ -0,0 +1,169 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdCargdoc)实体类 + * + * @author makejava + * @since 2023-09-07 09:05:12 + */ +public class BdCargdocEntity extends BaseEntity { + + private Integer codelev; + private Integer csattr; + private String cscode; + private String csname; + private Integer dr; + private String endflag; + private Integer inpriority; + private String ischecked; + private String isrmplace; + private String memo; + private Integer outpriority; + private String pkCargdoc; + private String pkPsndoc; + private String pkStordoc; + private String sealflag; + private String ts; + private Double volume; + + + public Integer getCodelev() { + return codelev; + } + + public void setCodelev(Integer codelev) { + this.codelev = codelev; + } + + public Integer getCsattr() { + return csattr; + } + + public void setCsattr(Integer csattr) { + this.csattr = csattr; + } + + public String getCscode() { + return cscode; + } + + public void setCscode(String cscode) { + this.cscode = cscode; + } + + public String getCsname() { + return csname; + } + + public void setCsname(String csname) { + this.csname = csname; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getEndflag() { + return endflag; + } + + public void setEndflag(String endflag) { + this.endflag = endflag; + } + + public Integer getInpriority() { + return inpriority; + } + + public void setInpriority(Integer inpriority) { + this.inpriority = inpriority; + } + + public String getIschecked() { + return ischecked; + } + + public void setIschecked(String ischecked) { + this.ischecked = ischecked; + } + + public String getIsrmplace() { + return isrmplace; + } + + public void setIsrmplace(String isrmplace) { + this.isrmplace = isrmplace; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public Integer getOutpriority() { + return outpriority; + } + + public void setOutpriority(Integer outpriority) { + this.outpriority = outpriority; + } + + public String getPkCargdoc() { + return pkCargdoc; + } + + public void setPkCargdoc(String pkCargdoc) { + this.pkCargdoc = pkCargdoc; + } + + public String getPkPsndoc() { + return pkPsndoc; + } + + public void setPkPsndoc(String pkPsndoc) { + this.pkPsndoc = pkPsndoc; + } + + public String getPkStordoc() { + return pkStordoc; + } + + public void setPkStordoc(String pkStordoc) { + this.pkStordoc = pkStordoc; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public Double getVolume() { + return volume; + } + + public void setVolume(Double volume) { + this.volume = volume; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCargdocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCargdocEntity.xml new file mode 100644 index 00000000..a2f2fade --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCargdocEntity.xml @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + codelev + ,csattr + ,cscode + ,csname + ,dr + ,endflag + ,inpriority + ,ischecked + ,isrmplace + ,memo + ,outpriority + ,pk_cargdoc + ,pk_psndoc + ,pk_stordoc + ,sealflag + ,ts + ,volume + + + + + + + + + + + + + + + + insert into bd_cargdoc( + + codelev , + csattr , + cscode , + csname , + dr , + endflag , + inpriority , + ischecked , + isrmplace , + memo , + outpriority , + pk_cargdoc , + pk_psndoc , + pk_stordoc , + sealflag , + ts , + volume , + sorts, + sts, + + )values( + + #{codelev} , + #{csattr} , + #{cscode} , + #{csname} , + #{dr} , + #{endflag} , + #{inpriority} , + #{ischecked} , + #{isrmplace} , + #{memo} , + #{outpriority} , + #{pkCargdoc} , + #{pkPsndoc} , + #{pkStordoc} , + #{sealflag} , + #{ts} , + #{volume} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_cargdoc a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_cargdoc(codelev, csattr, cscode, csname, dr, endflag, inpriority, ischecked, isrmplace, memo, outpriority, pk_psndoc, pk_stordoc, sealflag, ts, volume, sts) + values + + (#{entity.codelev},#{entity.csattr},#{entity.cscode},#{entity.csname},#{entity.dr},#{entity.endflag},#{entity.inpriority},#{entity.ischecked},#{entity.isrmplace},#{entity.memo},#{entity.outpriority},#{entity.pkPsndoc},#{entity.pkStordoc},#{entity.sealflag},#{entity.ts},#{entity.volume}, 'Y') + + + + + insert into bd_cargdoc(codelev, csattr, cscode, csname, dr, endflag, inpriority, ischecked, isrmplace, memo, outpriority, pk_psndoc, pk_stordoc, sealflag, ts, volume) + values + + (#{entity.codelev},#{entity.csattr},#{entity.cscode},#{entity.csname},#{entity.dr},#{entity.endflag},#{entity.inpriority},#{entity.ischecked},#{entity.isrmplace},#{entity.memo},#{entity.outpriority},#{entity.pkPsndoc},#{entity.pkStordoc},#{entity.sealflag},#{entity.ts},#{entity.volume}) + + on duplicate key update + codelev = values(codelev), + csattr = values(csattr), + cscode = values(cscode), + csname = values(csname), + dr = values(dr), + endflag = values(endflag), + inpriority = values(inpriority), + ischecked = values(ischecked), + isrmplace = values(isrmplace), + memo = values(memo), + outpriority = values(outpriority), + pk_psndoc = values(pk_psndoc), + pk_stordoc = values(pk_stordoc), + sealflag = values(sealflag), + ts = values(ts), + volume = values(volume) + + +update bd_cargdoc set + + codelev = #{codelev}, + csattr = #{csattr}, + cscode = #{cscode}, + csname = #{csname}, + dr = #{dr}, + endflag = #{endflag}, + inpriority = #{inpriority}, + ischecked = #{ischecked}, + isrmplace = #{isrmplace}, + memo = #{memo}, + outpriority = #{outpriority}, + pk_psndoc = #{pkPsndoc}, + pk_stordoc = #{pkStordoc}, + sealflag = #{sealflag}, + ts = #{ts}, + volume = #{volume}, + +where pk_cargdoc = #{pkCargdoc} + + + +update bd_cargdoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_cargdoc = #{pkCargdoc} + + + +update bd_cargdoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and codelev = #{codelev} + and csattr = #{csattr} + and cscode = #{cscode} + and csname = #{csname} + and dr = #{dr} + and endflag = #{endflag} + and inpriority = #{inpriority} + and ischecked = #{ischecked} + and isrmplace = #{isrmplace} + and memo = #{memo} + and outpriority = #{outpriority} + and pk_cargdoc = #{pkCargdoc} + and pk_psndoc = #{pkPsndoc} + and pk_stordoc = #{pkStordoc} + and sealflag = #{sealflag} + and ts = #{ts} + and volume = #{volume} + and sts='Y' + + + + + delete from bd_cargdoc where pk_cargdoc = #{pkCargdoc} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCorpEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCorpEntity.java new file mode 100644 index 00000000..62e8303d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCorpEntity.java @@ -0,0 +1,718 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdCorp)实体类 + * + * @author makejava + * @since 2023-09-06 14:47:18 + */ +public class BdCorpEntity extends BaseEntity { + + private String begindate; + private String briefintro; + private String busibegindate; + private String busienddate; + private String chargedeptcode; + private String chargedeptname; + private String citycounty; + private String corptype; + private String countryarea; + private String createdate; + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def3; + private String def4; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private Integer dr; + private String ecotype; + private String email1; + private String email2; + private String email3; + private String enddate; + private String fathercorp; + private String fax1; + private String fax2; + private String foreignname; + private String holdflag; + private String idnumber; + private String industry; + private String innercode; + private String ishasaccount; + private String isseal; + private String isuseretail; + private String isworkingunit; + private String legalbodycode; + private String linkman1; + private String linkman2; + private String linkman3; + private String maxinnercode; + private String memo; + private Double ownersharerate; + private String phone1; + private String phone2; + private String phone3; + private String pkCorp; + private String pkCorpkind; + private String pkCurrency; + private String postaddr; + private String province; + private Double regcapital; + private String region; + private String saleaddr; + private String sealeddate; + private Integer showorder; + private String taxcode; + private Integer taxpayertype; + private String tenantNo; + private String ts; + private String unitcode; + private String unitdistinction; + private String unitname; + private String unitshortname; + private String url; + private String zipcode; + + + public String getBegindate() { + return begindate; + } + + public void setBegindate(String begindate) { + this.begindate = begindate; + } + + public String getBriefintro() { + return briefintro; + } + + public void setBriefintro(String briefintro) { + this.briefintro = briefintro; + } + + public String getBusibegindate() { + return busibegindate; + } + + public void setBusibegindate(String busibegindate) { + this.busibegindate = busibegindate; + } + + public String getBusienddate() { + return busienddate; + } + + public void setBusienddate(String busienddate) { + this.busienddate = busienddate; + } + + public String getChargedeptcode() { + return chargedeptcode; + } + + public void setChargedeptcode(String chargedeptcode) { + this.chargedeptcode = chargedeptcode; + } + + public String getChargedeptname() { + return chargedeptname; + } + + public void setChargedeptname(String chargedeptname) { + this.chargedeptname = chargedeptname; + } + + public String getCitycounty() { + return citycounty; + } + + public void setCitycounty(String citycounty) { + this.citycounty = citycounty; + } + + public String getCorptype() { + return corptype; + } + + public void setCorptype(String corptype) { + this.corptype = corptype; + } + + public String getCountryarea() { + return countryarea; + } + + public void setCountryarea(String countryarea) { + this.countryarea = countryarea; + } + + public String getCreatedate() { + return createdate; + } + + public void setCreatedate(String createdate) { + this.createdate = createdate; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getEcotype() { + return ecotype; + } + + public void setEcotype(String ecotype) { + this.ecotype = ecotype; + } + + public String getEmail1() { + return email1; + } + + public void setEmail1(String email1) { + this.email1 = email1; + } + + public String getEmail2() { + return email2; + } + + public void setEmail2(String email2) { + this.email2 = email2; + } + + public String getEmail3() { + return email3; + } + + public void setEmail3(String email3) { + this.email3 = email3; + } + + public String getEnddate() { + return enddate; + } + + public void setEnddate(String enddate) { + this.enddate = enddate; + } + + public String getFathercorp() { + return fathercorp; + } + + public void setFathercorp(String fathercorp) { + this.fathercorp = fathercorp; + } + + public String getFax1() { + return fax1; + } + + public void setFax1(String fax1) { + this.fax1 = fax1; + } + + public String getFax2() { + return fax2; + } + + public void setFax2(String fax2) { + this.fax2 = fax2; + } + + public String getForeignname() { + return foreignname; + } + + public void setForeignname(String foreignname) { + this.foreignname = foreignname; + } + + public String getHoldflag() { + return holdflag; + } + + public void setHoldflag(String holdflag) { + this.holdflag = holdflag; + } + + public String getIdnumber() { + return idnumber; + } + + public void setIdnumber(String idnumber) { + this.idnumber = idnumber; + } + + public String getIndustry() { + return industry; + } + + public void setIndustry(String industry) { + this.industry = industry; + } + + public String getInnercode() { + return innercode; + } + + public void setInnercode(String innercode) { + this.innercode = innercode; + } + + public String getIshasaccount() { + return ishasaccount; + } + + public void setIshasaccount(String ishasaccount) { + this.ishasaccount = ishasaccount; + } + + public String getIsseal() { + return isseal; + } + + public void setIsseal(String isseal) { + this.isseal = isseal; + } + + public String getIsuseretail() { + return isuseretail; + } + + public void setIsuseretail(String isuseretail) { + this.isuseretail = isuseretail; + } + + public String getIsworkingunit() { + return isworkingunit; + } + + public void setIsworkingunit(String isworkingunit) { + this.isworkingunit = isworkingunit; + } + + public String getLegalbodycode() { + return legalbodycode; + } + + public void setLegalbodycode(String legalbodycode) { + this.legalbodycode = legalbodycode; + } + + public String getLinkman1() { + return linkman1; + } + + public void setLinkman1(String linkman1) { + this.linkman1 = linkman1; + } + + public String getLinkman2() { + return linkman2; + } + + public void setLinkman2(String linkman2) { + this.linkman2 = linkman2; + } + + public String getLinkman3() { + return linkman3; + } + + public void setLinkman3(String linkman3) { + this.linkman3 = linkman3; + } + + public String getMaxinnercode() { + return maxinnercode; + } + + public void setMaxinnercode(String maxinnercode) { + this.maxinnercode = maxinnercode; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public Double getOwnersharerate() { + return ownersharerate; + } + + public void setOwnersharerate(Double ownersharerate) { + this.ownersharerate = ownersharerate; + } + + public String getPhone1() { + return phone1; + } + + public void setPhone1(String phone1) { + this.phone1 = phone1; + } + + public String getPhone2() { + return phone2; + } + + public void setPhone2(String phone2) { + this.phone2 = phone2; + } + + public String getPhone3() { + return phone3; + } + + public void setPhone3(String phone3) { + this.phone3 = phone3; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCorpkind() { + return pkCorpkind; + } + + public void setPkCorpkind(String pkCorpkind) { + this.pkCorpkind = pkCorpkind; + } + + public String getPkCurrency() { + return pkCurrency; + } + + public void setPkCurrency(String pkCurrency) { + this.pkCurrency = pkCurrency; + } + + public String getPostaddr() { + return postaddr; + } + + public void setPostaddr(String postaddr) { + this.postaddr = postaddr; + } + + public String getProvince() { + return province; + } + + public void setProvince(String province) { + this.province = province; + } + + public Double getRegcapital() { + return regcapital; + } + + public void setRegcapital(Double regcapital) { + this.regcapital = regcapital; + } + + public String getRegion() { + return region; + } + + public void setRegion(String region) { + this.region = region; + } + + public String getSaleaddr() { + return saleaddr; + } + + public void setSaleaddr(String saleaddr) { + this.saleaddr = saleaddr; + } + + public String getSealeddate() { + return sealeddate; + } + + public void setSealeddate(String sealeddate) { + this.sealeddate = sealeddate; + } + + public Integer getShoworder() { + return showorder; + } + + public void setShoworder(Integer showorder) { + this.showorder = showorder; + } + + public String getTaxcode() { + return taxcode; + } + + public void setTaxcode(String taxcode) { + this.taxcode = taxcode; + } + + public Integer getTaxpayertype() { + return taxpayertype; + } + + public void setTaxpayertype(Integer taxpayertype) { + this.taxpayertype = taxpayertype; + } + + public String getTenantNo() { + return tenantNo; + } + + public void setTenantNo(String tenantNo) { + this.tenantNo = tenantNo; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getUnitcode() { + return unitcode; + } + + public void setUnitcode(String unitcode) { + this.unitcode = unitcode; + } + + public String getUnitdistinction() { + return unitdistinction; + } + + public void setUnitdistinction(String unitdistinction) { + this.unitdistinction = unitdistinction; + } + + public String getUnitname() { + return unitname; + } + + public void setUnitname(String unitname) { + this.unitname = unitname; + } + + public String getUnitshortname() { + return unitshortname; + } + + public void setUnitshortname(String unitshortname) { + this.unitshortname = unitshortname; + } + + public String getUrl() { + return url; + } + + public void setUrl(String url) { + this.url = url; + } + + public String getZipcode() { + return zipcode; + } + + public void setZipcode(String zipcode) { + this.zipcode = zipcode; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCorpEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCorpEntity.xml new file mode 100644 index 00000000..a37386e7 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCorpEntity.xml @@ -0,0 +1,966 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + begindate + ,briefintro + ,busibegindate + ,busienddate + ,chargedeptcode + ,chargedeptname + ,citycounty + ,corptype + ,countryarea + ,createdate + ,def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def3 + ,def4 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,dr + ,ecotype + ,email1 + ,email2 + ,email3 + ,enddate + ,fathercorp + ,fax1 + ,fax2 + ,foreignname + ,holdflag + ,idnumber + ,industry + ,innercode + ,ishasaccount + ,isseal + ,isuseretail + ,isworkingunit + ,legalbodycode + ,linkman1 + ,linkman2 + ,linkman3 + ,maxinnercode + ,memo + ,ownersharerate + ,phone1 + ,phone2 + ,phone3 + ,pk_corp + ,pk_corpkind + ,pk_currency + ,postaddr + ,province + ,regcapital + ,region + ,saleaddr + ,sealeddate + ,showorder + ,taxcode + ,taxpayertype + ,tenant_no + ,ts + ,unitcode + ,unitdistinction + ,unitname + ,unitshortname + ,url + ,zipcode + + + + + + + + + + + + + + + + insert into bd_corp( + + begindate , + briefintro , + busibegindate , + busienddate , + chargedeptcode , + chargedeptname , + citycounty , + corptype , + countryarea , + createdate , + def1 , + def10 , + def11 , + def12 , + def13 , + def14 , + def15 , + def16 , + def17 , + def18 , + def19 , + def2 , + def20 , + def3 , + def4 , + def5 , + def6 , + def7 , + def8 , + def9 , + dr , + ecotype , + email1 , + email2 , + email3 , + enddate , + fathercorp , + fax1 , + fax2 , + foreignname , + holdflag , + idnumber , + industry , + innercode , + ishasaccount , + isseal , + isuseretail , + isworkingunit , + legalbodycode , + linkman1 , + linkman2 , + linkman3 , + maxinnercode , + memo , + ownersharerate , + phone1 , + phone2 , + phone3 , + pk_corp , + pk_corpkind , + pk_currency , + postaddr , + province , + regcapital , + region , + saleaddr , + sealeddate , + showorder , + taxcode , + taxpayertype , + tenant_no , + ts , + unitcode , + unitdistinction , + unitname , + unitshortname , + url , + zipcode , + sorts, + sts, + + )values( + + #{begindate} , + #{briefintro} , + #{busibegindate} , + #{busienddate} , + #{chargedeptcode} , + #{chargedeptname} , + #{citycounty} , + #{corptype} , + #{countryarea} , + #{createdate} , + #{def1} , + #{def10} , + #{def11} , + #{def12} , + #{def13} , + #{def14} , + #{def15} , + #{def16} , + #{def17} , + #{def18} , + #{def19} , + #{def2} , + #{def20} , + #{def3} , + #{def4} , + #{def5} , + #{def6} , + #{def7} , + #{def8} , + #{def9} , + #{dr} , + #{ecotype} , + #{email1} , + #{email2} , + #{email3} , + #{enddate} , + #{fathercorp} , + #{fax1} , + #{fax2} , + #{foreignname} , + #{holdflag} , + #{idnumber} , + #{industry} , + #{innercode} , + #{ishasaccount} , + #{isseal} , + #{isuseretail} , + #{isworkingunit} , + #{legalbodycode} , + #{linkman1} , + #{linkman2} , + #{linkman3} , + #{maxinnercode} , + #{memo} , + #{ownersharerate} , + #{phone1} , + #{phone2} , + #{phone3} , + #{pkCorp} , + #{pkCorpkind} , + #{pkCurrency} , + #{postaddr} , + #{province} , + #{regcapital} , + #{region} , + #{saleaddr} , + #{sealeddate} , + #{showorder} , + #{taxcode} , + #{taxpayertype} , + #{tenantNo} , + #{ts} , + #{unitcode} , + #{unitdistinction} , + #{unitname} , + #{unitshortname} , + #{url} , + #{zipcode} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_corp a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_corp(begindate, briefintro, busibegindate, busienddate, chargedeptcode, chargedeptname, citycounty, corptype, countryarea, createdate, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, ecotype, email1, email2, email3, enddate, fathercorp, fax1, fax2, foreignname, holdflag, idnumber, industry, innercode, ishasaccount, isseal, isuseretail, isworkingunit, legalbodycode, linkman1, linkman2, linkman3, maxinnercode, memo, ownersharerate, phone1, phone2, phone3, pk_corpkind, pk_currency, postaddr, province, regcapital, region, saleaddr, sealeddate, showorder, taxcode, taxpayertype, tenant_no, ts, unitcode, unitdistinction, unitname, unitshortname, url, zipcode, sts) + values + + (#{entity.begindate},#{entity.briefintro},#{entity.busibegindate},#{entity.busienddate},#{entity.chargedeptcode},#{entity.chargedeptname},#{entity.citycounty},#{entity.corptype},#{entity.countryarea},#{entity.createdate},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.ecotype},#{entity.email1},#{entity.email2},#{entity.email3},#{entity.enddate},#{entity.fathercorp},#{entity.fax1},#{entity.fax2},#{entity.foreignname},#{entity.holdflag},#{entity.idnumber},#{entity.industry},#{entity.innercode},#{entity.ishasaccount},#{entity.isseal},#{entity.isuseretail},#{entity.isworkingunit},#{entity.legalbodycode},#{entity.linkman1},#{entity.linkman2},#{entity.linkman3},#{entity.maxinnercode},#{entity.memo},#{entity.ownersharerate},#{entity.phone1},#{entity.phone2},#{entity.phone3},#{entity.pkCorpkind},#{entity.pkCurrency},#{entity.postaddr},#{entity.province},#{entity.regcapital},#{entity.region},#{entity.saleaddr},#{entity.sealeddate},#{entity.showorder},#{entity.taxcode},#{entity.taxpayertype},#{entity.tenantNo},#{entity.ts},#{entity.unitcode},#{entity.unitdistinction},#{entity.unitname},#{entity.unitshortname},#{entity.url},#{entity.zipcode}, 'Y') + + + + + insert into bd_corp(begindate, briefintro, busibegindate, busienddate, chargedeptcode, chargedeptname, citycounty, corptype, countryarea, createdate, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, ecotype, email1, email2, email3, enddate, fathercorp, fax1, fax2, foreignname, holdflag, idnumber, industry, innercode, ishasaccount, isseal, isuseretail, isworkingunit, legalbodycode, linkman1, linkman2, linkman3, maxinnercode, memo, ownersharerate, phone1, phone2, phone3, pk_corpkind, pk_currency, postaddr, province, regcapital, region, saleaddr, sealeddate, showorder, taxcode, taxpayertype, tenant_no, ts, unitcode, unitdistinction, unitname, unitshortname, url, zipcode) + values + + (#{entity.begindate},#{entity.briefintro},#{entity.busibegindate},#{entity.busienddate},#{entity.chargedeptcode},#{entity.chargedeptname},#{entity.citycounty},#{entity.corptype},#{entity.countryarea},#{entity.createdate},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.ecotype},#{entity.email1},#{entity.email2},#{entity.email3},#{entity.enddate},#{entity.fathercorp},#{entity.fax1},#{entity.fax2},#{entity.foreignname},#{entity.holdflag},#{entity.idnumber},#{entity.industry},#{entity.innercode},#{entity.ishasaccount},#{entity.isseal},#{entity.isuseretail},#{entity.isworkingunit},#{entity.legalbodycode},#{entity.linkman1},#{entity.linkman2},#{entity.linkman3},#{entity.maxinnercode},#{entity.memo},#{entity.ownersharerate},#{entity.phone1},#{entity.phone2},#{entity.phone3},#{entity.pkCorpkind},#{entity.pkCurrency},#{entity.postaddr},#{entity.province},#{entity.regcapital},#{entity.region},#{entity.saleaddr},#{entity.sealeddate},#{entity.showorder},#{entity.taxcode},#{entity.taxpayertype},#{entity.tenantNo},#{entity.ts},#{entity.unitcode},#{entity.unitdistinction},#{entity.unitname},#{entity.unitshortname},#{entity.url},#{entity.zipcode}) + + on duplicate key update + begindate = values(begindate), + briefintro = values(briefintro), + busibegindate = values(busibegindate), + busienddate = values(busienddate), + chargedeptcode = values(chargedeptcode), + chargedeptname = values(chargedeptname), + citycounty = values(citycounty), + corptype = values(corptype), + countryarea = values(countryarea), + createdate = values(createdate), + def1 = values(def1), + def10 = values(def10), + def11 = values(def11), + def12 = values(def12), + def13 = values(def13), + def14 = values(def14), + def15 = values(def15), + def16 = values(def16), + def17 = values(def17), + def18 = values(def18), + def19 = values(def19), + def2 = values(def2), + def20 = values(def20), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + def6 = values(def6), + def7 = values(def7), + def8 = values(def8), + def9 = values(def9), + dr = values(dr), + ecotype = values(ecotype), + email1 = values(email1), + email2 = values(email2), + email3 = values(email3), + enddate = values(enddate), + fathercorp = values(fathercorp), + fax1 = values(fax1), + fax2 = values(fax2), + foreignname = values(foreignname), + holdflag = values(holdflag), + idnumber = values(idnumber), + industry = values(industry), + innercode = values(innercode), + ishasaccount = values(ishasaccount), + isseal = values(isseal), + isuseretail = values(isuseretail), + isworkingunit = values(isworkingunit), + legalbodycode = values(legalbodycode), + linkman1 = values(linkman1), + linkman2 = values(linkman2), + linkman3 = values(linkman3), + maxinnercode = values(maxinnercode), + memo = values(memo), + ownersharerate = values(ownersharerate), + phone1 = values(phone1), + phone2 = values(phone2), + phone3 = values(phone3), + pk_corpkind = values(pk_corpkind), + pk_currency = values(pk_currency), + postaddr = values(postaddr), + province = values(province), + regcapital = values(regcapital), + region = values(region), + saleaddr = values(saleaddr), + sealeddate = values(sealeddate), + showorder = values(showorder), + taxcode = values(taxcode), + taxpayertype = values(taxpayertype), + tenant_no = values(tenant_no), + ts = values(ts), + unitcode = values(unitcode), + unitdistinction = values(unitdistinction), + unitname = values(unitname), + unitshortname = values(unitshortname), + url = values(url), + zipcode = values(zipcode) + + +update bd_corp set + + begindate = #{begindate}, + briefintro = #{briefintro}, + busibegindate = #{busibegindate}, + busienddate = #{busienddate}, + chargedeptcode = #{chargedeptcode}, + chargedeptname = #{chargedeptname}, + citycounty = #{citycounty}, + corptype = #{corptype}, + countryarea = #{countryarea}, + createdate = #{createdate}, + def1 = #{def1}, + def10 = #{def10}, + def11 = #{def11}, + def12 = #{def12}, + def13 = #{def13}, + def14 = #{def14}, + def15 = #{def15}, + def16 = #{def16}, + def17 = #{def17}, + def18 = #{def18}, + def19 = #{def19}, + def2 = #{def2}, + def20 = #{def20}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + def6 = #{def6}, + def7 = #{def7}, + def8 = #{def8}, + def9 = #{def9}, + dr = #{dr}, + ecotype = #{ecotype}, + email1 = #{email1}, + email2 = #{email2}, + email3 = #{email3}, + enddate = #{enddate}, + fathercorp = #{fathercorp}, + fax1 = #{fax1}, + fax2 = #{fax2}, + foreignname = #{foreignname}, + holdflag = #{holdflag}, + idnumber = #{idnumber}, + industry = #{industry}, + innercode = #{innercode}, + ishasaccount = #{ishasaccount}, + isseal = #{isseal}, + isuseretail = #{isuseretail}, + isworkingunit = #{isworkingunit}, + legalbodycode = #{legalbodycode}, + linkman1 = #{linkman1}, + linkman2 = #{linkman2}, + linkman3 = #{linkman3}, + maxinnercode = #{maxinnercode}, + memo = #{memo}, + ownersharerate = #{ownersharerate}, + phone1 = #{phone1}, + phone2 = #{phone2}, + phone3 = #{phone3}, + pk_corpkind = #{pkCorpkind}, + pk_currency = #{pkCurrency}, + postaddr = #{postaddr}, + province = #{province}, + regcapital = #{regcapital}, + region = #{region}, + saleaddr = #{saleaddr}, + sealeddate = #{sealeddate}, + showorder = #{showorder}, + taxcode = #{taxcode}, + taxpayertype = #{taxpayertype}, + tenant_no = #{tenantNo}, + ts = #{ts}, + unitcode = #{unitcode}, + unitdistinction = #{unitdistinction}, + unitname = #{unitname}, + unitshortname = #{unitshortname}, + url = #{url}, + zipcode = #{zipcode}, + +where pk_corp = #{pkCorp} + + + +update bd_corp set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_corp = #{pkCorp} + + + +update bd_corp set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and begindate = #{begindate} + and briefintro = #{briefintro} + and busibegindate = #{busibegindate} + and busienddate = #{busienddate} + and chargedeptcode = #{chargedeptcode} + and chargedeptname = #{chargedeptname} + and citycounty = #{citycounty} + and corptype = #{corptype} + and countryarea = #{countryarea} + and createdate = #{createdate} + and def1 = #{def1} + and def10 = #{def10} + and def11 = #{def11} + and def12 = #{def12} + and def13 = #{def13} + and def14 = #{def14} + and def15 = #{def15} + and def16 = #{def16} + and def17 = #{def17} + and def18 = #{def18} + and def19 = #{def19} + and def2 = #{def2} + and def20 = #{def20} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and def6 = #{def6} + and def7 = #{def7} + and def8 = #{def8} + and def9 = #{def9} + and dr = #{dr} + and ecotype = #{ecotype} + and email1 = #{email1} + and email2 = #{email2} + and email3 = #{email3} + and enddate = #{enddate} + and fathercorp = #{fathercorp} + and fax1 = #{fax1} + and fax2 = #{fax2} + and foreignname = #{foreignname} + and holdflag = #{holdflag} + and idnumber = #{idnumber} + and industry = #{industry} + and innercode = #{innercode} + and ishasaccount = #{ishasaccount} + and isseal = #{isseal} + and isuseretail = #{isuseretail} + and isworkingunit = #{isworkingunit} + and legalbodycode = #{legalbodycode} + and linkman1 = #{linkman1} + and linkman2 = #{linkman2} + and linkman3 = #{linkman3} + and maxinnercode = #{maxinnercode} + and memo = #{memo} + and ownersharerate = #{ownersharerate} + and phone1 = #{phone1} + and phone2 = #{phone2} + and phone3 = #{phone3} + and pk_corp = #{pkCorp} + and pk_corpkind = #{pkCorpkind} + and pk_currency = #{pkCurrency} + and postaddr = #{postaddr} + and province = #{province} + and regcapital = #{regcapital} + and region = #{region} + and saleaddr = #{saleaddr} + and sealeddate = #{sealeddate} + and showorder = #{showorder} + and taxcode = #{taxcode} + and taxpayertype = #{taxpayertype} + and tenant_no = #{tenantNo} + and ts = #{ts} + and unitcode = #{unitcode} + and unitdistinction = #{unitdistinction} + and unitname = #{unitname} + and unitshortname = #{unitshortname} + and url = #{url} + and zipcode = #{zipcode} + and sts='Y' + + + + + delete from bd_corp where pk_corp = #{pkCorp} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCubasdocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCubasdocEntity.java new file mode 100644 index 00000000..6c5df8e0 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCubasdocEntity.java @@ -0,0 +1,707 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdCubasdoc)实体类-客商档案 + * + * @author makejava + * @since 2023-08-25 09:41:41 + */ +public class BdCubasdocEntity extends BaseEntity { + + private String accdefault; + private String billtemplet; + private String bp1; + private String bp2; + private String bp3; + private String conaddr; + private String correspondunit; + private String createtime; + private String creator; + private String creditmny; + private String custcode; + private String custname; + private Long custprop; + private String custshortname; + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def3; + private String def4; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private Long dr; + private String drpnodeflag; + private String ecotypesincevfive; + private String email; + private String engname; + private String fax1; + private String fax2; + private String freecustflag; + private String isconnflag; + private String legalbody; + private String linkman1; + private String linkman2; + private String linkman3; + private String memo; + private String mnecode; + private String mobilephone1; + private String mobilephone2; + private String mobilephone3; + private String modifier; + private String modifytime; + private String phone1; + private String phone2; + private String phone3; + private String pkAreacl; + private String pkCorp; + private String pkCorp1; + private String pkCubasdoc; + private String pkCubasdoc1; + private String pkPricegroup; + private String registerfund; + private String saleaddr; + private String sealflag; + private String taxpayerid; + private String trade; + private String ts; + private String url; + private String zipcode; + + + /** + * 客商管理档案主键 + */ + private String pk_cumandoc; + + /** + * 客商 + */ + private String custflag; + + /** + * 创建开始时间 + */ + private String start_createtime; + + /** + * 创建结束时间 + */ + private String end_createtime; + + public String getStart_createtime() { + return start_createtime; + } + + public void setStart_createtime(String start_createtime) { + this.start_createtime = start_createtime; + } + + public String getEnd_createtime() { + return end_createtime; + } + + public void setEnd_createtime(String end_createtime) { + this.end_createtime = end_createtime; + } + + public String getCustflag() { + return custflag; + } + + public void setCustflag(String custflag) { + this.custflag = custflag; + } + + public String getPk_cumandoc() { + return pk_cumandoc; + } + + public void setPk_cumandoc(String pk_cumandoc) { + this.pk_cumandoc = pk_cumandoc; + } + + public String getAccdefault() { + return accdefault; + } + + public void setAccdefault(String accdefault) { + this.accdefault = accdefault; + } + + public String getBilltemplet() { + return billtemplet; + } + + public void setBilltemplet(String billtemplet) { + this.billtemplet = billtemplet; + } + + public String getBp1() { + return bp1; + } + + public void setBp1(String bp1) { + this.bp1 = bp1; + } + + public String getBp2() { + return bp2; + } + + public void setBp2(String bp2) { + this.bp2 = bp2; + } + + public String getBp3() { + return bp3; + } + + public void setBp3(String bp3) { + this.bp3 = bp3; + } + + public String getConaddr() { + return conaddr; + } + + public void setConaddr(String conaddr) { + this.conaddr = conaddr; + } + + public String getCorrespondunit() { + return correspondunit; + } + + public void setCorrespondunit(String correspondunit) { + this.correspondunit = correspondunit; + } + + public String getCreatetime() { + return createtime; + } + + public void setCreatetime(String createtime) { + this.createtime = createtime; + } + + public String getCreator() { + return creator; + } + + public void setCreator(String creator) { + this.creator = creator; + } + + public String getCreditmny() { + return creditmny; + } + + public void setCreditmny(String creditmny) { + this.creditmny = creditmny; + } + + public String getCustcode() { + return custcode; + } + + public void setCustcode(String custcode) { + this.custcode = custcode; + } + + public String getCustname() { + return custname; + } + + public void setCustname(String custname) { + this.custname = custname; + } + + public Long getCustprop() { + return custprop; + } + + public void setCustprop(Long custprop) { + this.custprop = custprop; + } + + public String getCustshortname() { + return custshortname; + } + + public void setCustshortname(String custshortname) { + this.custshortname = custshortname; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public Long getDr() { + return dr; + } + + public void setDr(Long dr) { + this.dr = dr; + } + + public String getDrpnodeflag() { + return drpnodeflag; + } + + public void setDrpnodeflag(String drpnodeflag) { + this.drpnodeflag = drpnodeflag; + } + + public String getEcotypesincevfive() { + return ecotypesincevfive; + } + + public void setEcotypesincevfive(String ecotypesincevfive) { + this.ecotypesincevfive = ecotypesincevfive; + } + + public String getEmail() { + return email; + } + + public void setEmail(String email) { + this.email = email; + } + + public String getEngname() { + return engname; + } + + public void setEngname(String engname) { + this.engname = engname; + } + + public String getFax1() { + return fax1; + } + + public void setFax1(String fax1) { + this.fax1 = fax1; + } + + public String getFax2() { + return fax2; + } + + public void setFax2(String fax2) { + this.fax2 = fax2; + } + + public String getFreecustflag() { + return freecustflag; + } + + public void setFreecustflag(String freecustflag) { + this.freecustflag = freecustflag; + } + + public String getIsconnflag() { + return isconnflag; + } + + public void setIsconnflag(String isconnflag) { + this.isconnflag = isconnflag; + } + + public String getLegalbody() { + return legalbody; + } + + public void setLegalbody(String legalbody) { + this.legalbody = legalbody; + } + + public String getLinkman1() { + return linkman1; + } + + public void setLinkman1(String linkman1) { + this.linkman1 = linkman1; + } + + public String getLinkman2() { + return linkman2; + } + + public void setLinkman2(String linkman2) { + this.linkman2 = linkman2; + } + + public String getLinkman3() { + return linkman3; + } + + public void setLinkman3(String linkman3) { + this.linkman3 = linkman3; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getMnecode() { + return mnecode; + } + + public void setMnecode(String mnecode) { + this.mnecode = mnecode; + } + + public String getMobilephone1() { + return mobilephone1; + } + + public void setMobilephone1(String mobilephone1) { + this.mobilephone1 = mobilephone1; + } + + public String getMobilephone2() { + return mobilephone2; + } + + public void setMobilephone2(String mobilephone2) { + this.mobilephone2 = mobilephone2; + } + + public String getMobilephone3() { + return mobilephone3; + } + + public void setMobilephone3(String mobilephone3) { + this.mobilephone3 = mobilephone3; + } + + public String getModifier() { + return modifier; + } + + public void setModifier(String modifier) { + this.modifier = modifier; + } + + public String getModifytime() { + return modifytime; + } + + public void setModifytime(String modifytime) { + this.modifytime = modifytime; + } + + public String getPhone1() { + return phone1; + } + + public void setPhone1(String phone1) { + this.phone1 = phone1; + } + + public String getPhone2() { + return phone2; + } + + public void setPhone2(String phone2) { + this.phone2 = phone2; + } + + public String getPhone3() { + return phone3; + } + + public void setPhone3(String phone3) { + this.phone3 = phone3; + } + + public String getPkAreacl() { + return pkAreacl; + } + + public void setPkAreacl(String pkAreacl) { + this.pkAreacl = pkAreacl; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCorp1() { + return pkCorp1; + } + + public void setPkCorp1(String pkCorp1) { + this.pkCorp1 = pkCorp1; + } + + public String getPkCubasdoc() { + return pkCubasdoc; + } + + public void setPkCubasdoc(String pkCubasdoc) { + this.pkCubasdoc = pkCubasdoc; + } + + public String getPkCubasdoc1() { + return pkCubasdoc1; + } + + public void setPkCubasdoc1(String pkCubasdoc1) { + this.pkCubasdoc1 = pkCubasdoc1; + } + + public String getPkPricegroup() { + return pkPricegroup; + } + + public void setPkPricegroup(String pkPricegroup) { + this.pkPricegroup = pkPricegroup; + } + + public String getRegisterfund() { + return registerfund; + } + + public void setRegisterfund(String registerfund) { + this.registerfund = registerfund; + } + + public String getSaleaddr() { + return saleaddr; + } + + public void setSaleaddr(String saleaddr) { + this.saleaddr = saleaddr; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getTaxpayerid() { + return taxpayerid; + } + + public void setTaxpayerid(String taxpayerid) { + this.taxpayerid = taxpayerid; + } + + public String getTrade() { + return trade; + } + + public void setTrade(String trade) { + this.trade = trade; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getUrl() { + return url; + } + + public void setUrl(String url) { + this.url = url; + } + + public String getZipcode() { + return zipcode; + } + + public void setZipcode(String zipcode) { + this.zipcode = zipcode; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCubasdocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCubasdocEntity.xml new file mode 100644 index 00000000..01d950fa --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCubasdocEntity.xml @@ -0,0 +1,906 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + accdefault + ,billtemplet + ,bp1 + ,bp2 + ,bp3 + ,conaddr + ,correspondunit + ,createtime + ,creator + ,creditmny + ,custcode + ,custname + ,custprop + ,custshortname + ,def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def3 + ,def4 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,dr + ,drpnodeflag + ,ecotypesincevfive + ,email + ,engname + ,fax1 + ,fax2 + ,freecustflag + ,isconnflag + ,legalbody + ,linkman1 + ,linkman2 + ,linkman3 + ,memo + ,mnecode + ,mobilephone1 + ,mobilephone2 + ,mobilephone3 + ,modifier + ,modifytime + ,phone1 + ,phone2 + ,phone3 + ,pk_areacl + ,pk_corp + ,pk_corp1 + ,pk_cubasdoc + ,pk_cubasdoc1 + ,pk_pricegroup + ,registerfund + ,saleaddr + ,sealflag + ,taxpayerid + ,trade + ,ts + ,url + ,zipcode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCumandocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCumandocEntity.java new file mode 100644 index 00000000..c8349813 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCumandocEntity.java @@ -0,0 +1,865 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdCumandoc)实体类-客商管理档案 + * + * @author makejava + * @since 2023-08-25 09:42:24 + */ +public class BdCumandocEntity extends BaseEntity { + + private String accawmny; + private String acclimit; + private String acclimitcontrol; + private String acclmtbegindate; + private String balancemny; + private String bp; + private String busawmny; + private String cmnecode; + private String cooperateflag; + private String cooperatingdayfrom; + private String cooperatingdayto; + private String correspsettleunit; + private String createtime; + private String creator; + private String creditcontrol; + private String creditlevel; + private String creditlimitnum; + private String creditmny; + private String creditmoney; + private Long credlimitflag; + private String custflag; + private Long custstate; + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def21; + private String def22; + private String def23; + private String def24; + private String def25; + private String def26; + private String def27; + private String def28; + private String def29; + private String def3; + private String def30; + private String def4; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private String developdate; + private String diffcurrflag; + private String discountrate; + private Long dr; + private String freeofacclmtcheck; + private String freeofcremnycheck; + private String frozendate; + private String frozenflag; + private Long grade; + private Long innerctldays; + private String iounit; + private String isagent; + private String ispromtesettlement; + private String linkman; + private String memo; + private String mobilephone; + private String modifier; + private String modifytime; + private String ordawmny; + private String pkCalbody; + private String pkCorp; + private String pkCubasdoc; + private String pkCumandoc; + private String pkCurrtype1; + private String pkCusmandoc2; + private String pkCusmandoc3; + private String pkDefbusitype; + private String pkPayterm; + private String pkPricegroupcorp; + private String pkRespdept1; + private String pkResppsn1; + private String pkSalestru; + private String pkSendtype; + private String pkSettleunit; + private String pkStordoc2; + private Long prepaidratio; + private String ratifydate; + private String sealflag; + private Long stockpriceratio; + private String testsalemoney; + private String ts; + + /** + * 多个custflag值查询 + */ + private String custflags; + + public String getCustflags() { + return custflags; + } + + public void setCustflags(String custflags) { + this.custflags = custflags; + } + + public String getAccawmny() { + return accawmny; + } + + public void setAccawmny(String accawmny) { + this.accawmny = accawmny; + } + + public String getAcclimit() { + return acclimit; + } + + public void setAcclimit(String acclimit) { + this.acclimit = acclimit; + } + + public String getAcclimitcontrol() { + return acclimitcontrol; + } + + public void setAcclimitcontrol(String acclimitcontrol) { + this.acclimitcontrol = acclimitcontrol; + } + + public String getAcclmtbegindate() { + return acclmtbegindate; + } + + public void setAcclmtbegindate(String acclmtbegindate) { + this.acclmtbegindate = acclmtbegindate; + } + + public String getBalancemny() { + return balancemny; + } + + public void setBalancemny(String balancemny) { + this.balancemny = balancemny; + } + + public String getBp() { + return bp; + } + + public void setBp(String bp) { + this.bp = bp; + } + + public String getBusawmny() { + return busawmny; + } + + public void setBusawmny(String busawmny) { + this.busawmny = busawmny; + } + + public String getCmnecode() { + return cmnecode; + } + + public void setCmnecode(String cmnecode) { + this.cmnecode = cmnecode; + } + + public String getCooperateflag() { + return cooperateflag; + } + + public void setCooperateflag(String cooperateflag) { + this.cooperateflag = cooperateflag; + } + + public String getCooperatingdayfrom() { + return cooperatingdayfrom; + } + + public void setCooperatingdayfrom(String cooperatingdayfrom) { + this.cooperatingdayfrom = cooperatingdayfrom; + } + + public String getCooperatingdayto() { + return cooperatingdayto; + } + + public void setCooperatingdayto(String cooperatingdayto) { + this.cooperatingdayto = cooperatingdayto; + } + + public String getCorrespsettleunit() { + return correspsettleunit; + } + + public void setCorrespsettleunit(String correspsettleunit) { + this.correspsettleunit = correspsettleunit; + } + + public String getCreatetime() { + return createtime; + } + + public void setCreatetime(String createtime) { + this.createtime = createtime; + } + + public String getCreator() { + return creator; + } + + public void setCreator(String creator) { + this.creator = creator; + } + + public String getCreditcontrol() { + return creditcontrol; + } + + public void setCreditcontrol(String creditcontrol) { + this.creditcontrol = creditcontrol; + } + + public String getCreditlevel() { + return creditlevel; + } + + public void setCreditlevel(String creditlevel) { + this.creditlevel = creditlevel; + } + + public String getCreditlimitnum() { + return creditlimitnum; + } + + public void setCreditlimitnum(String creditlimitnum) { + this.creditlimitnum = creditlimitnum; + } + + public String getCreditmny() { + return creditmny; + } + + public void setCreditmny(String creditmny) { + this.creditmny = creditmny; + } + + public String getCreditmoney() { + return creditmoney; + } + + public void setCreditmoney(String creditmoney) { + this.creditmoney = creditmoney; + } + + public Long getCredlimitflag() { + return credlimitflag; + } + + public void setCredlimitflag(Long credlimitflag) { + this.credlimitflag = credlimitflag; + } + + public String getCustflag() { + return custflag; + } + + public void setCustflag(String custflag) { + this.custflag = custflag; + } + + public Long getCuststate() { + return custstate; + } + + public void setCuststate(Long custstate) { + this.custstate = custstate; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef21() { + return def21; + } + + public void setDef21(String def21) { + this.def21 = def21; + } + + public String getDef22() { + return def22; + } + + public void setDef22(String def22) { + this.def22 = def22; + } + + public String getDef23() { + return def23; + } + + public void setDef23(String def23) { + this.def23 = def23; + } + + public String getDef24() { + return def24; + } + + public void setDef24(String def24) { + this.def24 = def24; + } + + public String getDef25() { + return def25; + } + + public void setDef25(String def25) { + this.def25 = def25; + } + + public String getDef26() { + return def26; + } + + public void setDef26(String def26) { + this.def26 = def26; + } + + public String getDef27() { + return def27; + } + + public void setDef27(String def27) { + this.def27 = def27; + } + + public String getDef28() { + return def28; + } + + public void setDef28(String def28) { + this.def28 = def28; + } + + public String getDef29() { + return def29; + } + + public void setDef29(String def29) { + this.def29 = def29; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef30() { + return def30; + } + + public void setDef30(String def30) { + this.def30 = def30; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public String getDevelopdate() { + return developdate; + } + + public void setDevelopdate(String developdate) { + this.developdate = developdate; + } + + public String getDiffcurrflag() { + return diffcurrflag; + } + + public void setDiffcurrflag(String diffcurrflag) { + this.diffcurrflag = diffcurrflag; + } + + public String getDiscountrate() { + return discountrate; + } + + public void setDiscountrate(String discountrate) { + this.discountrate = discountrate; + } + + public Long getDr() { + return dr; + } + + public void setDr(Long dr) { + this.dr = dr; + } + + public String getFreeofacclmtcheck() { + return freeofacclmtcheck; + } + + public void setFreeofacclmtcheck(String freeofacclmtcheck) { + this.freeofacclmtcheck = freeofacclmtcheck; + } + + public String getFreeofcremnycheck() { + return freeofcremnycheck; + } + + public void setFreeofcremnycheck(String freeofcremnycheck) { + this.freeofcremnycheck = freeofcremnycheck; + } + + public String getFrozendate() { + return frozendate; + } + + public void setFrozendate(String frozendate) { + this.frozendate = frozendate; + } + + public String getFrozenflag() { + return frozenflag; + } + + public void setFrozenflag(String frozenflag) { + this.frozenflag = frozenflag; + } + + public Long getGrade() { + return grade; + } + + public void setGrade(Long grade) { + this.grade = grade; + } + + public Long getInnerctldays() { + return innerctldays; + } + + public void setInnerctldays(Long innerctldays) { + this.innerctldays = innerctldays; + } + + public String getIounit() { + return iounit; + } + + public void setIounit(String iounit) { + this.iounit = iounit; + } + + public String getIsagent() { + return isagent; + } + + public void setIsagent(String isagent) { + this.isagent = isagent; + } + + public String getIspromtesettlement() { + return ispromtesettlement; + } + + public void setIspromtesettlement(String ispromtesettlement) { + this.ispromtesettlement = ispromtesettlement; + } + + public String getLinkman() { + return linkman; + } + + public void setLinkman(String linkman) { + this.linkman = linkman; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getMobilephone() { + return mobilephone; + } + + public void setMobilephone(String mobilephone) { + this.mobilephone = mobilephone; + } + + public String getModifier() { + return modifier; + } + + public void setModifier(String modifier) { + this.modifier = modifier; + } + + public String getModifytime() { + return modifytime; + } + + public void setModifytime(String modifytime) { + this.modifytime = modifytime; + } + + public String getOrdawmny() { + return ordawmny; + } + + public void setOrdawmny(String ordawmny) { + this.ordawmny = ordawmny; + } + + public String getPkCalbody() { + return pkCalbody; + } + + public void setPkCalbody(String pkCalbody) { + this.pkCalbody = pkCalbody; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCubasdoc() { + return pkCubasdoc; + } + + public void setPkCubasdoc(String pkCubasdoc) { + this.pkCubasdoc = pkCubasdoc; + } + + public String getPkCumandoc() { + return pkCumandoc; + } + + public void setPkCumandoc(String pkCumandoc) { + this.pkCumandoc = pkCumandoc; + } + + public String getPkCurrtype1() { + return pkCurrtype1; + } + + public void setPkCurrtype1(String pkCurrtype1) { + this.pkCurrtype1 = pkCurrtype1; + } + + public String getPkCusmandoc2() { + return pkCusmandoc2; + } + + public void setPkCusmandoc2(String pkCusmandoc2) { + this.pkCusmandoc2 = pkCusmandoc2; + } + + public String getPkCusmandoc3() { + return pkCusmandoc3; + } + + public void setPkCusmandoc3(String pkCusmandoc3) { + this.pkCusmandoc3 = pkCusmandoc3; + } + + public String getPkDefbusitype() { + return pkDefbusitype; + } + + public void setPkDefbusitype(String pkDefbusitype) { + this.pkDefbusitype = pkDefbusitype; + } + + public String getPkPayterm() { + return pkPayterm; + } + + public void setPkPayterm(String pkPayterm) { + this.pkPayterm = pkPayterm; + } + + public String getPkPricegroupcorp() { + return pkPricegroupcorp; + } + + public void setPkPricegroupcorp(String pkPricegroupcorp) { + this.pkPricegroupcorp = pkPricegroupcorp; + } + + public String getPkRespdept1() { + return pkRespdept1; + } + + public void setPkRespdept1(String pkRespdept1) { + this.pkRespdept1 = pkRespdept1; + } + + public String getPkResppsn1() { + return pkResppsn1; + } + + public void setPkResppsn1(String pkResppsn1) { + this.pkResppsn1 = pkResppsn1; + } + + public String getPkSalestru() { + return pkSalestru; + } + + public void setPkSalestru(String pkSalestru) { + this.pkSalestru = pkSalestru; + } + + public String getPkSendtype() { + return pkSendtype; + } + + public void setPkSendtype(String pkSendtype) { + this.pkSendtype = pkSendtype; + } + + public String getPkSettleunit() { + return pkSettleunit; + } + + public void setPkSettleunit(String pkSettleunit) { + this.pkSettleunit = pkSettleunit; + } + + public String getPkStordoc2() { + return pkStordoc2; + } + + public void setPkStordoc2(String pkStordoc2) { + this.pkStordoc2 = pkStordoc2; + } + + public Long getPrepaidratio() { + return prepaidratio; + } + + public void setPrepaidratio(Long prepaidratio) { + this.prepaidratio = prepaidratio; + } + + public String getRatifydate() { + return ratifydate; + } + + public void setRatifydate(String ratifydate) { + this.ratifydate = ratifydate; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public Long getStockpriceratio() { + return stockpriceratio; + } + + public void setStockpriceratio(Long stockpriceratio) { + this.stockpriceratio = stockpriceratio; + } + + public String getTestsalemoney() { + return testsalemoney; + } + + public void setTestsalemoney(String testsalemoney) { + this.testsalemoney = testsalemoney; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCumandocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCumandocEntity.xml new file mode 100644 index 00000000..b6e922a1 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCumandocEntity.xml @@ -0,0 +1,1128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + accawmny + ,acclimit + ,acclimitcontrol + ,acclmtbegindate + ,balancemny + ,bp + ,busawmny + ,cmnecode + ,cooperateflag + ,cooperatingdayfrom + ,cooperatingdayto + ,correspsettleunit + ,createtime + ,creator + ,creditcontrol + ,creditlevel + ,creditlimitnum + ,creditmny + ,creditmoney + ,credlimitflag + ,custflag + ,custstate + ,def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def21 + ,def22 + ,def23 + ,def24 + ,def25 + ,def26 + ,def27 + ,def28 + ,def29 + ,def3 + ,def30 + ,def4 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,developdate + ,diffcurrflag + ,discountrate + ,dr + ,freeofacclmtcheck + ,freeofcremnycheck + ,frozendate + ,frozenflag + ,grade + ,innerctldays + ,iounit + ,isagent + ,ispromtesettlement + ,linkman + ,memo + ,mobilephone + ,modifier + ,modifytime + ,ordawmny + ,pk_calbody + ,pk_corp + ,pk_cubasdoc + ,pk_cumandoc + ,pk_currtype1 + ,pk_cusmandoc2 + ,pk_cusmandoc3 + ,pk_defbusitype + ,pk_payterm + ,pk_pricegroupcorp + ,pk_respdept1 + ,pk_resppsn1 + ,pk_salestru + ,pk_sendtype + ,pk_settleunit + ,pk_stordoc2 + ,prepaidratio + ,ratifydate + ,sealflag + ,stockpriceratio + ,testsalemoney + ,ts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCustbankEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCustbankEntity.java new file mode 100644 index 00000000..b06d6d18 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCustbankEntity.java @@ -0,0 +1,124 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdCustbank)实体类 + * + * @author makejava + * @since 2023-12-30 09:37:43 + */ +public class BdCustbankEntity extends BaseEntity { + + private String accaddr; + private String accname; + private String account; + private String defflag; + private Integer dr; + private String memo; + private String pkAccbank; + private String pkCorp; + private String pkCubasdoc; + private String pkCurrtype; + private String pkCustbank; + private String ts; + + + public String getAccaddr() { + return accaddr; + } + + public void setAccaddr(String accaddr) { + this.accaddr = accaddr; + } + + public String getAccname() { + return accname; + } + + public void setAccname(String accname) { + this.accname = accname; + } + + public String getAccount() { + return account; + } + + public void setAccount(String account) { + this.account = account; + } + + public String getDefflag() { + return defflag; + } + + public void setDefflag(String defflag) { + this.defflag = defflag; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getPkAccbank() { + return pkAccbank; + } + + public void setPkAccbank(String pkAccbank) { + this.pkAccbank = pkAccbank; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCubasdoc() { + return pkCubasdoc; + } + + public void setPkCubasdoc(String pkCubasdoc) { + this.pkCubasdoc = pkCubasdoc; + } + + public String getPkCurrtype() { + return pkCurrtype; + } + + public void setPkCurrtype(String pkCurrtype) { + this.pkCurrtype = pkCurrtype; + } + + public String getPkCustbank() { + return pkCustbank; + } + + public void setPkCustbank(String pkCustbank) { + this.pkCustbank = pkCustbank; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCustbankEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCustbankEntity.xml new file mode 100644 index 00000000..49e91e64 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdCustbankEntity.xml @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + + + + accaddr + ,accname + ,account + ,defflag + ,dr + ,memo + ,pk_accbank + ,pk_corp + ,pk_cubasdoc + ,pk_currtype + ,pk_custbank + ,ts + + + + + + + + + + + + + + + + insert into bd_custbank( + + accaddr , + accname , + account , + defflag , + dr , + memo , + pk_accbank , + pk_corp , + pk_cubasdoc , + pk_currtype , + pk_custbank , + ts , + sorts, + sts, + + )values( + + #{accaddr} , + #{accname} , + #{account} , + #{defflag} , + #{dr} , + #{memo} , + #{pkAccbank} , + #{pkCorp} , + #{pkCubasdoc} , + #{pkCurrtype} , + #{pkCustbank} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_custbank a WHERE a.sts = + 'Y' ), + + 'Y', + + ) + + + + insert into bd_custbank(accaddr, accname, account, defflag, dr, memo, pk_accbank, pk_corp, pk_cubasdoc, + pk_currtype, ts, sts) + values + + (#{entity.accaddr},#{entity.accname},#{entity.account},#{entity.defflag},#{entity.dr},#{entity.memo},#{entity.pkAccbank},#{entity.pkCorp},#{entity.pkCubasdoc},#{entity.pkCurrtype},#{entity.ts}, + 'Y') + + + + + insert into bd_custbank(accaddr, accname, account, defflag, dr, memo, pk_accbank, pk_corp, pk_cubasdoc, + pk_currtype, ts) + values + + (#{entity.accaddr},#{entity.accname},#{entity.account},#{entity.defflag},#{entity.dr},#{entity.memo},#{entity.pkAccbank},#{entity.pkCorp},#{entity.pkCubasdoc},#{entity.pkCurrtype},#{entity.ts}) + + on duplicate key update + accaddr = values(accaddr), + accname = values(accname), + account = values(account), + defflag = values(defflag), + dr = values(dr), + memo = values(memo), + pk_accbank = values(pk_accbank), + pk_corp = values(pk_corp), + pk_cubasdoc = values(pk_cubasdoc), + pk_currtype = values(pk_currtype), + ts = values(ts) + + + + update bd_custbank set + + accaddr = #{accaddr}, + accname = #{accname}, + account = #{account}, + defflag = #{defflag}, + dr = #{dr}, + memo = #{memo}, + pk_accbank = #{pkAccbank}, + pk_corp = #{pkCorp}, + pk_cubasdoc = #{pkCubasdoc}, + pk_currtype = #{pkCurrtype}, + ts = #{ts}, + + where pk_custbank = #{pkCustbank} + + + + update bd_custbank + set sts= 'N', + modify_time = #{modify_time}, + modify_user_id = #{modify_user_id} + where pk_custbank = #{pkCustbank} + + + + update bd_custbank set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and accaddr = #{accaddr} + and accname = #{accname} + and account = #{account} + and defflag = #{defflag} + and dr = #{dr} + and memo = #{memo} + and pk_accbank = #{pkAccbank} + and pk_corp = #{pkCorp} + and pk_cubasdoc = #{pkCubasdoc} + and pk_currtype = #{pkCurrtype} + and pk_custbank = #{pkCustbank} + and ts = #{ts} + and sts='Y' + + + + + delete + from bd_custbank + where pk_custbank = #{pkCustbank} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdocEntity.java new file mode 100644 index 00000000..bf657a4d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdocEntity.java @@ -0,0 +1,124 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdDefdoc)实体类 + * + * @author makejava + * @since 2023-09-04 13:46:54 + */ +public class BdDefdocEntity extends BaseEntity { + + private String doccode; + private String docname; + private Integer docsystype; + private Integer dr; + private String memo; + private String pkCorp; + private String pkDefdoc; + private String pkDefdoc1; + private String pkDefdoclist; + private String sealflag; + private String shortname; + private String ts; + + + public String getDoccode() { + return doccode; + } + + public void setDoccode(String doccode) { + this.doccode = doccode; + } + + public String getDocname() { + return docname; + } + + public void setDocname(String docname) { + this.docname = docname; + } + + public Integer getDocsystype() { + return docsystype; + } + + public void setDocsystype(Integer docsystype) { + this.docsystype = docsystype; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkDefdoc() { + return pkDefdoc; + } + + public void setPkDefdoc(String pkDefdoc) { + this.pkDefdoc = pkDefdoc; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoclist() { + return pkDefdoclist; + } + + public void setPkDefdoclist(String pkDefdoclist) { + this.pkDefdoclist = pkDefdoclist; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getShortname() { + return shortname; + } + + public void setShortname(String shortname) { + this.shortname = shortname; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdocEntity.xml new file mode 100644 index 00000000..8d87fabe --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdocEntity.xml @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + doccode + ,docname + ,docsystype + ,dr + ,memo + ,pk_corp + ,pk_defdoc + ,pk_defdoc1 + ,pk_defdoclist + ,sealflag + ,shortname + ,ts + + + + + + + + + + + + + + + + insert into bd_defdoc( + + doccode , + docname , + docsystype , + dr , + memo , + pk_corp , + pk_defdoc , + pk_defdoc1 , + pk_defdoclist , + sealflag , + shortname , + ts , + sorts, + sts, + + )values( + + #{doccode} , + #{docname} , + #{docsystype} , + #{dr} , + #{memo} , + #{pkCorp} , + #{pkDefdoc} , + #{pkDefdoc1} , + #{pkDefdoclist} , + #{sealflag} , + #{shortname} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_defdoc a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_defdoc(doccode, docname, docsystype, dr, memo, pk_corp, pk_defdoc1, pk_defdoclist, sealflag, shortname, ts, sts) + values + + (#{entity.doccode},#{entity.docname},#{entity.docsystype},#{entity.dr},#{entity.memo},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoclist},#{entity.sealflag},#{entity.shortname},#{entity.ts}, 'Y') + + + + + insert into bd_defdoc(doccode, docname, docsystype, dr, memo, pk_corp, pk_defdoc1, pk_defdoclist, sealflag, shortname, ts) + values + + (#{entity.doccode},#{entity.docname},#{entity.docsystype},#{entity.dr},#{entity.memo},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoclist},#{entity.sealflag},#{entity.shortname},#{entity.ts}) + + on duplicate key update + doccode = values(doccode), + docname = values(docname), + docsystype = values(docsystype), + dr = values(dr), + memo = values(memo), + pk_corp = values(pk_corp), + pk_defdoc1 = values(pk_defdoc1), + pk_defdoclist = values(pk_defdoclist), + sealflag = values(sealflag), + shortname = values(shortname), + ts = values(ts) + + +update bd_defdoc set + + doccode = #{doccode}, + docname = #{docname}, + docsystype = #{docsystype}, + dr = #{dr}, + memo = #{memo}, + pk_corp = #{pkCorp}, + pk_defdoc1 = #{pkDefdoc1}, + pk_defdoclist = #{pkDefdoclist}, + sealflag = #{sealflag}, + shortname = #{shortname}, + ts = #{ts}, + +where pk_defdoc = #{pkDefdoc} + + + +update bd_defdoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_defdoc = #{pkDefdoc} + + + +update bd_defdoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and doccode = #{doccode} + and docname = #{docname} + and docsystype = #{docsystype} + and dr = #{dr} + and memo = #{memo} + and pk_corp = #{pkCorp} + and pk_defdoc = #{pkDefdoc} + and pk_defdoc1 = #{pkDefdoc1} + and pk_defdoclist = #{pkDefdoclist} + and sealflag = #{sealflag} + and shortname = #{shortname} + and ts = #{ts} + and sts='Y' + + + + + delete from bd_defdoc where pk_defdoc = #{pkDefdoc} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdoclistEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdoclistEntity.java new file mode 100644 index 00000000..4385df9b --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdoclistEntity.java @@ -0,0 +1,87 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (BdDefdoclist)实体类 + * + * @author makejava + * @since 2023-09-04 13:49:47 + */ +public class BdDefdoclistEntity extends BaseEntity { + + private String docislevflag; + private String doclistcode; + private String doclistname; + private Integer doclistsystype; + private Integer dr; + private String iscorpcanchg; + private String pkDefdoclist; + private String ts; + + + public String getDocislevflag() { + return docislevflag; + } + + public void setDocislevflag(String docislevflag) { + this.docislevflag = docislevflag; + } + + public String getDoclistcode() { + return doclistcode; + } + + public void setDoclistcode(String doclistcode) { + this.doclistcode = doclistcode; + } + + public String getDoclistname() { + return doclistname; + } + + public void setDoclistname(String doclistname) { + this.doclistname = doclistname; + } + + public Integer getDoclistsystype() { + return doclistsystype; + } + + public void setDoclistsystype(Integer doclistsystype) { + this.doclistsystype = doclistsystype; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getIscorpcanchg() { + return iscorpcanchg; + } + + public void setIscorpcanchg(String iscorpcanchg) { + this.iscorpcanchg = iscorpcanchg; + } + + public String getPkDefdoclist() { + return pkDefdoclist; + } + + public void setPkDefdoclist(String pkDefdoclist) { + this.pkDefdoclist = pkDefdoclist; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdoclistEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdoclistEntity.xml new file mode 100644 index 00000000..3edfc237 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDefdoclistEntity.xml @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + docislevflag + ,doclistcode + ,doclistname + ,doclistsystype + ,dr + ,iscorpcanchg + ,pk_defdoclist + ,ts + + + + + + + + + + + + + + + + insert into bd_defdoclist( + + docislevflag , + doclistcode , + doclistname , + doclistsystype , + dr , + iscorpcanchg , + pk_defdoclist , + ts , + sorts, + sts, + + )values( + + #{docislevflag} , + #{doclistcode} , + #{doclistname} , + #{doclistsystype} , + #{dr} , + #{iscorpcanchg} , + #{pkDefdoclist} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_defdoclist a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_defdoclist(docislevflag, doclistcode, doclistname, doclistsystype, dr, iscorpcanchg, ts, sts) + values + + (#{entity.docislevflag},#{entity.doclistcode},#{entity.doclistname},#{entity.doclistsystype},#{entity.dr},#{entity.iscorpcanchg},#{entity.ts}, 'Y') + + + + + insert into bd_defdoclist(docislevflag, doclistcode, doclistname, doclistsystype, dr, iscorpcanchg, ts) + values + + (#{entity.docislevflag},#{entity.doclistcode},#{entity.doclistname},#{entity.doclistsystype},#{entity.dr},#{entity.iscorpcanchg},#{entity.ts}) + + on duplicate key update + docislevflag = values(docislevflag), + doclistcode = values(doclistcode), + doclistname = values(doclistname), + doclistsystype = values(doclistsystype), + dr = values(dr), + iscorpcanchg = values(iscorpcanchg), + ts = values(ts) + + +update bd_defdoclist set + + docislevflag = #{docislevflag}, + doclistcode = #{doclistcode}, + doclistname = #{doclistname}, + doclistsystype = #{doclistsystype}, + dr = #{dr}, + iscorpcanchg = #{iscorpcanchg}, + ts = #{ts}, + +where pk_defdoclist = #{pkDefdoclist} + + + +update bd_defdoclist set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_defdoclist = #{pkDefdoclist} + + + +update bd_defdoclist set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and docislevflag = #{docislevflag} + and doclistcode = #{doclistcode} + and doclistname = #{doclistname} + and doclistsystype = #{doclistsystype} + and dr = #{dr} + and iscorpcanchg = #{iscorpcanchg} + and pk_defdoclist = #{pkDefdoclist} + and ts = #{ts} + and sts='Y' + + + + + delete from bd_defdoclist where pk_defdoclist = #{pkDefdoclist} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDeptdocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDeptdocEntity.java new file mode 100644 index 00000000..5eadc7cb --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDeptdocEntity.java @@ -0,0 +1,474 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdDeptdoc)实体类 + * + * @author makejava + * @since 2023-09-13 11:37:15 + */ +public class BdDeptdocEntity extends BaseEntity { + + private String addr; + private String canceldate; + private String canceled; + private String createdate; + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def3; + private String def4; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private String deptattr; + private String deptcode; + private String deptduty; + private String deptlevel; + private String deptname; + private String deptshortname; + private Integer depttype; + private Integer dr; + private String hrcanceled; + private String innercode; + private String isuseretail; + private String maxinnercode; + private String memo; + private Integer orgtype; + private String phone; + private String pkCalbody; + private String pkCorp; + private String pkDeptdoc; + private String pkFathedept; + private String pkPsndoc; + private String pkPsndoc2; + private String pkPsndoc3; + private String remcode; + private String resposition; + private Integer showorder; + private String ts; + private Integer xtersysflag; + + + public String getAddr() { + return addr; + } + + public void setAddr(String addr) { + this.addr = addr; + } + + public String getCanceldate() { + return canceldate; + } + + public void setCanceldate(String canceldate) { + this.canceldate = canceldate; + } + + public String getCanceled() { + return canceled; + } + + public void setCanceled(String canceled) { + this.canceled = canceled; + } + + public String getCreatedate() { + return createdate; + } + + public void setCreatedate(String createdate) { + this.createdate = createdate; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public String getDeptattr() { + return deptattr; + } + + public void setDeptattr(String deptattr) { + this.deptattr = deptattr; + } + + public String getDeptcode() { + return deptcode; + } + + public void setDeptcode(String deptcode) { + this.deptcode = deptcode; + } + + public String getDeptduty() { + return deptduty; + } + + public void setDeptduty(String deptduty) { + this.deptduty = deptduty; + } + + public String getDeptlevel() { + return deptlevel; + } + + public void setDeptlevel(String deptlevel) { + this.deptlevel = deptlevel; + } + + public String getDeptname() { + return deptname; + } + + public void setDeptname(String deptname) { + this.deptname = deptname; + } + + public String getDeptshortname() { + return deptshortname; + } + + public void setDeptshortname(String deptshortname) { + this.deptshortname = deptshortname; + } + + public Integer getDepttype() { + return depttype; + } + + public void setDepttype(Integer depttype) { + this.depttype = depttype; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getHrcanceled() { + return hrcanceled; + } + + public void setHrcanceled(String hrcanceled) { + this.hrcanceled = hrcanceled; + } + + public String getInnercode() { + return innercode; + } + + public void setInnercode(String innercode) { + this.innercode = innercode; + } + + public String getIsuseretail() { + return isuseretail; + } + + public void setIsuseretail(String isuseretail) { + this.isuseretail = isuseretail; + } + + public String getMaxinnercode() { + return maxinnercode; + } + + public void setMaxinnercode(String maxinnercode) { + this.maxinnercode = maxinnercode; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public Integer getOrgtype() { + return orgtype; + } + + public void setOrgtype(Integer orgtype) { + this.orgtype = orgtype; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getPkCalbody() { + return pkCalbody; + } + + public void setPkCalbody(String pkCalbody) { + this.pkCalbody = pkCalbody; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkDeptdoc() { + return pkDeptdoc; + } + + public void setPkDeptdoc(String pkDeptdoc) { + this.pkDeptdoc = pkDeptdoc; + } + + public String getPkFathedept() { + return pkFathedept; + } + + public void setPkFathedept(String pkFathedept) { + this.pkFathedept = pkFathedept; + } + + public String getPkPsndoc() { + return pkPsndoc; + } + + public void setPkPsndoc(String pkPsndoc) { + this.pkPsndoc = pkPsndoc; + } + + public String getPkPsndoc2() { + return pkPsndoc2; + } + + public void setPkPsndoc2(String pkPsndoc2) { + this.pkPsndoc2 = pkPsndoc2; + } + + public String getPkPsndoc3() { + return pkPsndoc3; + } + + public void setPkPsndoc3(String pkPsndoc3) { + this.pkPsndoc3 = pkPsndoc3; + } + + public String getRemcode() { + return remcode; + } + + public void setRemcode(String remcode) { + this.remcode = remcode; + } + + public String getResposition() { + return resposition; + } + + public void setResposition(String resposition) { + this.resposition = resposition; + } + + public Integer getShoworder() { + return showorder; + } + + public void setShoworder(Integer showorder) { + this.showorder = showorder; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public Integer getXtersysflag() { + return xtersysflag; + } + + public void setXtersysflag(Integer xtersysflag) { + this.xtersysflag = xtersysflag; + } + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDeptdocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDeptdocEntity.xml new file mode 100644 index 00000000..85d6713f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdDeptdocEntity.xml @@ -0,0 +1,670 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + addr + ,canceldate + ,canceled + ,createdate + ,def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def3 + ,def4 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,deptattr + ,deptcode + ,deptduty + ,deptlevel + ,deptname + ,deptshortname + ,depttype + ,dr + ,hrcanceled + ,innercode + ,isuseretail + ,maxinnercode + ,memo + ,orgtype + ,phone + ,pk_calbody + ,pk_corp + ,pk_deptdoc + ,pk_fathedept + ,pk_psndoc + ,pk_psndoc2 + ,pk_psndoc3 + ,remcode + ,resposition + ,showorder + ,ts + ,xtersysflag + + + + + + + + + + + + + + + + + insert into bd_deptdoc( + + addr , + canceldate , + canceled , + createdate , + def1 , + def10 , + def11 , + def12 , + def13 , + def14 , + def15 , + def16 , + def17 , + def18 , + def19 , + def2 , + def20 , + def3 , + def4 , + def5 , + def6 , + def7 , + def8 , + def9 , + deptattr , + deptcode , + deptduty , + deptlevel , + deptname , + deptshortname , + depttype , + dr , + hrcanceled , + innercode , + isuseretail , + maxinnercode , + memo , + orgtype , + phone , + pk_calbody , + pk_corp , + pk_deptdoc , + pk_fathedept , + pk_psndoc , + pk_psndoc2 , + pk_psndoc3 , + remcode , + resposition , + showorder , + ts , + xtersysflag , + sorts, + sts, + + )values( + + #{addr} , + #{canceldate} , + #{canceled} , + #{createdate} , + #{def1} , + #{def10} , + #{def11} , + #{def12} , + #{def13} , + #{def14} , + #{def15} , + #{def16} , + #{def17} , + #{def18} , + #{def19} , + #{def2} , + #{def20} , + #{def3} , + #{def4} , + #{def5} , + #{def6} , + #{def7} , + #{def8} , + #{def9} , + #{deptattr} , + #{deptcode} , + #{deptduty} , + #{deptlevel} , + #{deptname} , + #{deptshortname} , + #{depttype} , + #{dr} , + #{hrcanceled} , + #{innercode} , + #{isuseretail} , + #{maxinnercode} , + #{memo} , + #{orgtype} , + #{phone} , + #{pkCalbody} , + #{pkCorp} , + #{pkDeptdoc} , + #{pkFathedept} , + #{pkPsndoc} , + #{pkPsndoc2} , + #{pkPsndoc3} , + #{remcode} , + #{resposition} , + #{showorder} , + #{ts} , + #{xtersysflag} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_deptdoc a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_deptdoc(addr, canceldate, canceled, createdate, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, deptattr, deptcode, deptduty, deptlevel, deptname, deptshortname, depttype, dr, hrcanceled, innercode, isuseretail, maxinnercode, memo, orgtype, phone, pk_calbody, pk_corp, pk_fathedept, pk_psndoc, pk_psndoc2, pk_psndoc3, remcode, resposition, showorder, ts, xtersysflag, sts) + values + + (#{entity.addr},#{entity.canceldate},#{entity.canceled},#{entity.createdate},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.deptattr},#{entity.deptcode},#{entity.deptduty},#{entity.deptlevel},#{entity.deptname},#{entity.deptshortname},#{entity.depttype},#{entity.dr},#{entity.hrcanceled},#{entity.innercode},#{entity.isuseretail},#{entity.maxinnercode},#{entity.memo},#{entity.orgtype},#{entity.phone},#{entity.pkCalbody},#{entity.pkCorp},#{entity.pkFathedept},#{entity.pkPsndoc},#{entity.pkPsndoc2},#{entity.pkPsndoc3},#{entity.remcode},#{entity.resposition},#{entity.showorder},#{entity.ts},#{entity.xtersysflag}, 'Y') + + + + + insert into bd_deptdoc(addr, canceldate, canceled, createdate, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, deptattr, deptcode, deptduty, deptlevel, deptname, deptshortname, depttype, dr, hrcanceled, innercode, isuseretail, maxinnercode, memo, orgtype, phone, pk_calbody, pk_corp, pk_fathedept, pk_psndoc, pk_psndoc2, pk_psndoc3, remcode, resposition, showorder, ts, xtersysflag) + values + + (#{entity.addr},#{entity.canceldate},#{entity.canceled},#{entity.createdate},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.deptattr},#{entity.deptcode},#{entity.deptduty},#{entity.deptlevel},#{entity.deptname},#{entity.deptshortname},#{entity.depttype},#{entity.dr},#{entity.hrcanceled},#{entity.innercode},#{entity.isuseretail},#{entity.maxinnercode},#{entity.memo},#{entity.orgtype},#{entity.phone},#{entity.pkCalbody},#{entity.pkCorp},#{entity.pkFathedept},#{entity.pkPsndoc},#{entity.pkPsndoc2},#{entity.pkPsndoc3},#{entity.remcode},#{entity.resposition},#{entity.showorder},#{entity.ts},#{entity.xtersysflag}) + + on duplicate key update + addr = values(addr), + canceldate = values(canceldate), + canceled = values(canceled), + createdate = values(createdate), + def1 = values(def1), + def10 = values(def10), + def11 = values(def11), + def12 = values(def12), + def13 = values(def13), + def14 = values(def14), + def15 = values(def15), + def16 = values(def16), + def17 = values(def17), + def18 = values(def18), + def19 = values(def19), + def2 = values(def2), + def20 = values(def20), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + def6 = values(def6), + def7 = values(def7), + def8 = values(def8), + def9 = values(def9), + deptattr = values(deptattr), + deptcode = values(deptcode), + deptduty = values(deptduty), + deptlevel = values(deptlevel), + deptname = values(deptname), + deptshortname = values(deptshortname), + depttype = values(depttype), + dr = values(dr), + hrcanceled = values(hrcanceled), + innercode = values(innercode), + isuseretail = values(isuseretail), + maxinnercode = values(maxinnercode), + memo = values(memo), + orgtype = values(orgtype), + phone = values(phone), + pk_calbody = values(pk_calbody), + pk_corp = values(pk_corp), + pk_fathedept = values(pk_fathedept), + pk_psndoc = values(pk_psndoc), + pk_psndoc2 = values(pk_psndoc2), + pk_psndoc3 = values(pk_psndoc3), + remcode = values(remcode), + resposition = values(resposition), + showorder = values(showorder), + ts = values(ts), + xtersysflag = values(xtersysflag) + + +update bd_deptdoc set + + addr = #{addr}, + canceldate = #{canceldate}, + canceled = #{canceled}, + createdate = #{createdate}, + def1 = #{def1}, + def10 = #{def10}, + def11 = #{def11}, + def12 = #{def12}, + def13 = #{def13}, + def14 = #{def14}, + def15 = #{def15}, + def16 = #{def16}, + def17 = #{def17}, + def18 = #{def18}, + def19 = #{def19}, + def2 = #{def2}, + def20 = #{def20}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + def6 = #{def6}, + def7 = #{def7}, + def8 = #{def8}, + def9 = #{def9}, + deptattr = #{deptattr}, + deptcode = #{deptcode}, + deptduty = #{deptduty}, + deptlevel = #{deptlevel}, + deptname = #{deptname}, + deptshortname = #{deptshortname}, + depttype = #{depttype}, + dr = #{dr}, + hrcanceled = #{hrcanceled}, + innercode = #{innercode}, + isuseretail = #{isuseretail}, + maxinnercode = #{maxinnercode}, + memo = #{memo}, + orgtype = #{orgtype}, + phone = #{phone}, + pk_calbody = #{pkCalbody}, + pk_corp = #{pkCorp}, + pk_fathedept = #{pkFathedept}, + pk_psndoc = #{pkPsndoc}, + pk_psndoc2 = #{pkPsndoc2}, + pk_psndoc3 = #{pkPsndoc3}, + remcode = #{remcode}, + resposition = #{resposition}, + showorder = #{showorder}, + ts = #{ts}, + xtersysflag = #{xtersysflag}, + +where pk_deptdoc = #{pkDeptdoc} + + + +update bd_deptdoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_deptdoc = #{pkDeptdoc} + + + +update bd_deptdoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and addr = #{addr} + and canceldate = #{canceldate} + and canceled = #{canceled} + and createdate = #{createdate} + and def1 = #{def1} + and def10 = #{def10} + and def11 = #{def11} + and def12 = #{def12} + and def13 = #{def13} + and def14 = #{def14} + and def15 = #{def15} + and def16 = #{def16} + and def17 = #{def17} + and def18 = #{def18} + and def19 = #{def19} + and def2 = #{def2} + and def20 = #{def20} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and def6 = #{def6} + and def7 = #{def7} + and def8 = #{def8} + and def9 = #{def9} + and deptattr = #{deptattr} + and deptcode = #{deptcode} + and deptduty = #{deptduty} + and deptlevel = #{deptlevel} + and deptname = #{deptname} + and deptshortname = #{deptshortname} + and depttype = #{depttype} + and dr = #{dr} + and hrcanceled = #{hrcanceled} + and innercode = #{innercode} + and isuseretail = #{isuseretail} + and maxinnercode = #{maxinnercode} + and memo = #{memo} + and orgtype = #{orgtype} + and phone = #{phone} + and pk_calbody = #{pkCalbody} + and pk_corp = #{pkCorp} + and pk_deptdoc = #{pkDeptdoc} + and pk_fathedept = #{pkFathedept} + and pk_psndoc = #{pkPsndoc} + and pk_psndoc2 = #{pkPsndoc2} + and pk_psndoc3 = #{pkPsndoc3} + and remcode = #{remcode} + and resposition = #{resposition} + and showorder = #{showorder} + and ts = #{ts} + and xtersysflag = #{xtersysflag} + and sts='Y' + + + + + delete from bd_deptdoc where pk_deptdoc = #{pkDeptdoc} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvbasdocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvbasdocEntity.java new file mode 100644 index 00000000..48b20c34 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvbasdocEntity.java @@ -0,0 +1,789 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +import java.math.BigDecimal; + +/** + * (BdInvbasdoc)实体类-存货档案 + * + * @author makejava + * @since 2023-08-25 11:27:08 + */ +public class BdInvbasdocEntity extends BaseEntity { + + private String asset; + private String assistunit; + private String autobalancemeas; + private String billtemplet; + private String createtime; + private String creator; + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def3; + private String def4; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private String discountflag; + private Long dr; + private String faset; + private String forinvname; + private String free1; + private String free10; + private String free2; + private String free3; + private String free4; + private String free5; + private String free6; + private String free7; + private String free8; + private String free9; + private String graphid; + private String height; + private String invbarcode; + private String invcode; + private String invmnecode; + private String invname; + private String invpinpai; + private String invshortname; + private String invspec; + private String invtype; + private String iselectrans; + private String ismngstockbygrswt; + private String isretail; + private String isstorebyconvert; + private String laborflag; + private String length; + private String memo; + private String modifier; + private String modifytime; + private String pkAssetcategory; + private String pkCorp; + private String pkInvbasdoc; + private String pkInvcl; + private String pkMeasdoc; + private String pkMeasdoc1; + private String pkMeasdoc2; + private String pkMeasdoc3; + private String pkMeasdoc5; + private String pkMeasdoc6; + private String pkProdline; + private String pkTaxitems; + private String sealflag; + private String setpartsflag; + private String shipunitnum; + private String storeunitnum; + private String ts; + private String unitvolume; + private BigDecimal unitweight; + private String weitunitnum; + private String width; + + /** + * 存货管理档案主键 + */ + private String pk_invmandoc; + + /** + * 存货管理档案公司主键 + */ + private String pk_corp; + + /** + * createtime开始时间 + */ + private String createtime_start_time; + + /** + * createtime结束时间 + */ + private String createtime_end_time; + + public String getCreatetime_start_time() { + return createtime_start_time; + } + + public void setCreatetime_start_time(String createtime_start_time) { + this.createtime_start_time = createtime_start_time; + } + + public String getCreatetime_end_time() { + return createtime_end_time; + } + + public void setCreatetime_end_time(String createtime_end_time) { + this.createtime_end_time = createtime_end_time; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getPk_invmandoc() { + return pk_invmandoc; + } + + public void setPk_invmandoc(String pk_invmandoc) { + this.pk_invmandoc = pk_invmandoc; + } + + public String getAsset() { + return asset; + } + + public void setAsset(String asset) { + this.asset = asset; + } + + public String getAssistunit() { + return assistunit; + } + + public void setAssistunit(String assistunit) { + this.assistunit = assistunit; + } + + public String getAutobalancemeas() { + return autobalancemeas; + } + + public void setAutobalancemeas(String autobalancemeas) { + this.autobalancemeas = autobalancemeas; + } + + public String getBilltemplet() { + return billtemplet; + } + + public void setBilltemplet(String billtemplet) { + this.billtemplet = billtemplet; + } + + public String getCreatetime() { + return createtime; + } + + public void setCreatetime(String createtime) { + this.createtime = createtime; + } + + public String getCreator() { + return creator; + } + + public void setCreator(String creator) { + this.creator = creator; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public String getDiscountflag() { + return discountflag; + } + + public void setDiscountflag(String discountflag) { + this.discountflag = discountflag; + } + + public Long getDr() { + return dr; + } + + public void setDr(Long dr) { + this.dr = dr; + } + + public String getFaset() { + return faset; + } + + public void setFaset(String faset) { + this.faset = faset; + } + + public String getForinvname() { + return forinvname; + } + + public void setForinvname(String forinvname) { + this.forinvname = forinvname; + } + + public String getFree1() { + return free1; + } + + public void setFree1(String free1) { + this.free1 = free1; + } + + public String getFree10() { + return free10; + } + + public void setFree10(String free10) { + this.free10 = free10; + } + + public String getFree2() { + return free2; + } + + public void setFree2(String free2) { + this.free2 = free2; + } + + public String getFree3() { + return free3; + } + + public void setFree3(String free3) { + this.free3 = free3; + } + + public String getFree4() { + return free4; + } + + public void setFree4(String free4) { + this.free4 = free4; + } + + public String getFree5() { + return free5; + } + + public void setFree5(String free5) { + this.free5 = free5; + } + + public String getFree6() { + return free6; + } + + public void setFree6(String free6) { + this.free6 = free6; + } + + public String getFree7() { + return free7; + } + + public void setFree7(String free7) { + this.free7 = free7; + } + + public String getFree8() { + return free8; + } + + public void setFree8(String free8) { + this.free8 = free8; + } + + public String getFree9() { + return free9; + } + + public void setFree9(String free9) { + this.free9 = free9; + } + + public String getGraphid() { + return graphid; + } + + public void setGraphid(String graphid) { + this.graphid = graphid; + } + + public String getHeight() { + return height; + } + + public void setHeight(String height) { + this.height = height; + } + + public String getInvbarcode() { + return invbarcode; + } + + public void setInvbarcode(String invbarcode) { + this.invbarcode = invbarcode; + } + + public String getInvcode() { + return invcode; + } + + public void setInvcode(String invcode) { + this.invcode = invcode; + } + + public String getInvmnecode() { + return invmnecode; + } + + public void setInvmnecode(String invmnecode) { + this.invmnecode = invmnecode; + } + + public String getInvname() { + return invname; + } + + public void setInvname(String invname) { + this.invname = invname; + } + + public String getInvpinpai() { + return invpinpai; + } + + public void setInvpinpai(String invpinpai) { + this.invpinpai = invpinpai; + } + + public String getInvshortname() { + return invshortname; + } + + public void setInvshortname(String invshortname) { + this.invshortname = invshortname; + } + + public String getInvspec() { + return invspec; + } + + public void setInvspec(String invspec) { + this.invspec = invspec; + } + + public String getInvtype() { + return invtype; + } + + public void setInvtype(String invtype) { + this.invtype = invtype; + } + + public String getIselectrans() { + return iselectrans; + } + + public void setIselectrans(String iselectrans) { + this.iselectrans = iselectrans; + } + + public String getIsmngstockbygrswt() { + return ismngstockbygrswt; + } + + public void setIsmngstockbygrswt(String ismngstockbygrswt) { + this.ismngstockbygrswt = ismngstockbygrswt; + } + + public String getIsretail() { + return isretail; + } + + public void setIsretail(String isretail) { + this.isretail = isretail; + } + + public String getIsstorebyconvert() { + return isstorebyconvert; + } + + public void setIsstorebyconvert(String isstorebyconvert) { + this.isstorebyconvert = isstorebyconvert; + } + + public String getLaborflag() { + return laborflag; + } + + public void setLaborflag(String laborflag) { + this.laborflag = laborflag; + } + + public String getLength() { + return length; + } + + public void setLength(String length) { + this.length = length; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getModifier() { + return modifier; + } + + public void setModifier(String modifier) { + this.modifier = modifier; + } + + public String getModifytime() { + return modifytime; + } + + public void setModifytime(String modifytime) { + this.modifytime = modifytime; + } + + public String getPkAssetcategory() { + return pkAssetcategory; + } + + public void setPkAssetcategory(String pkAssetcategory) { + this.pkAssetcategory = pkAssetcategory; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkInvbasdoc() { + return pkInvbasdoc; + } + + public void setPkInvbasdoc(String pkInvbasdoc) { + this.pkInvbasdoc = pkInvbasdoc; + } + + public String getPkInvcl() { + return pkInvcl; + } + + public void setPkInvcl(String pkInvcl) { + this.pkInvcl = pkInvcl; + } + + public String getPkMeasdoc() { + return pkMeasdoc; + } + + public void setPkMeasdoc(String pkMeasdoc) { + this.pkMeasdoc = pkMeasdoc; + } + + public String getPkMeasdoc1() { + return pkMeasdoc1; + } + + public void setPkMeasdoc1(String pkMeasdoc1) { + this.pkMeasdoc1 = pkMeasdoc1; + } + + public String getPkMeasdoc2() { + return pkMeasdoc2; + } + + public void setPkMeasdoc2(String pkMeasdoc2) { + this.pkMeasdoc2 = pkMeasdoc2; + } + + public String getPkMeasdoc3() { + return pkMeasdoc3; + } + + public void setPkMeasdoc3(String pkMeasdoc3) { + this.pkMeasdoc3 = pkMeasdoc3; + } + + public String getPkMeasdoc5() { + return pkMeasdoc5; + } + + public void setPkMeasdoc5(String pkMeasdoc5) { + this.pkMeasdoc5 = pkMeasdoc5; + } + + public String getPkMeasdoc6() { + return pkMeasdoc6; + } + + public void setPkMeasdoc6(String pkMeasdoc6) { + this.pkMeasdoc6 = pkMeasdoc6; + } + + public String getPkProdline() { + return pkProdline; + } + + public void setPkProdline(String pkProdline) { + this.pkProdline = pkProdline; + } + + public String getPkTaxitems() { + return pkTaxitems; + } + + public void setPkTaxitems(String pkTaxitems) { + this.pkTaxitems = pkTaxitems; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getSetpartsflag() { + return setpartsflag; + } + + public void setSetpartsflag(String setpartsflag) { + this.setpartsflag = setpartsflag; + } + + public String getShipunitnum() { + return shipunitnum; + } + + public void setShipunitnum(String shipunitnum) { + this.shipunitnum = shipunitnum; + } + + public String getStoreunitnum() { + return storeunitnum; + } + + public void setStoreunitnum(String storeunitnum) { + this.storeunitnum = storeunitnum; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getUnitvolume() { + return unitvolume; + } + + public void setUnitvolume(String unitvolume) { + this.unitvolume = unitvolume; + } + + public BigDecimal getUnitweight() { + return unitweight; + } + + public void setUnitweight(BigDecimal unitweight) { + this.unitweight = unitweight; + } + + public String getWeitunitnum() { + return weitunitnum; + } + + public void setWeitunitnum(String weitunitnum) { + this.weitunitnum = weitunitnum; + } + + public String getWidth() { + return width; + } + + public void setWidth(String width) { + this.width = width; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvbasdocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvbasdocEntity.xml new file mode 100644 index 00000000..a317c760 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvbasdocEntity.xml @@ -0,0 +1,1006 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + asset + ,assistunit + ,autobalancemeas + ,billtemplet + ,createtime + ,creator + ,def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def3 + ,def4 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,discountflag + ,dr + ,faset + ,forinvname + ,free1 + ,free10 + ,free2 + ,free3 + ,free4 + ,free5 + ,free6 + ,free7 + ,free8 + ,free9 + ,graphid + ,height + ,invbarcode + ,invcode + ,invmnecode + ,invname + ,invpinpai + ,invshortname + ,invspec + ,invtype + ,iselectrans + ,ismngstockbygrswt + ,isretail + ,isstorebyconvert + ,laborflag + ,length + ,memo + ,modifier + ,modifytime + ,pk_assetcategory + ,pk_corp + ,pk_invbasdoc + ,pk_invcl + ,pk_measdoc + ,pk_measdoc1 + ,pk_measdoc2 + ,pk_measdoc3 + ,pk_measdoc5 + ,pk_measdoc6 + ,pk_prodline + ,pk_taxitems + ,sealflag + ,setpartsflag + ,shipunitnum + ,storeunitnum + ,ts + ,unitvolume + ,unitweight + ,weitunitnum + ,width + + + + + + + + + + + + + + + + insert into bd_invbasdoc( + + asset , + assistunit , + autobalancemeas , + billtemplet , + createtime , + creator , + def1 , + def10 , + def11 , + def12 , + def13 , + def14 , + def15 , + def16 , + def17 , + def18 , + def19 , + def2 , + def20 , + def3 , + def4 , + def5 , + def6 , + def7 , + def8 , + def9 , + discountflag , + dr , + faset , + forinvname , + free1 , + free10 , + free2 , + free3 , + free4 , + free5 , + free6 , + free7 , + free8 , + free9 , + graphid , + height , + invbarcode , + invcode , + invmnecode , + invname , + invpinpai , + invshortname , + invspec , + invtype , + iselectrans , + ismngstockbygrswt , + isretail , + isstorebyconvert , + laborflag , + length , + memo , + modifier , + modifytime , + pk_assetcategory , + pk_corp , + pk_invbasdoc , + pk_invcl , + pk_measdoc , + pk_measdoc1 , + pk_measdoc2 , + pk_measdoc3 , + pk_measdoc5 , + pk_measdoc6 , + pk_prodline , + pk_taxitems , + sealflag , + setpartsflag , + shipunitnum , + storeunitnum , + ts , + unitvolume , + unitweight , + weitunitnum , + width , + sorts, + sts, + + )values( + + #{asset} , + #{assistunit} , + #{autobalancemeas} , + #{billtemplet} , + #{createtime} , + #{creator} , + #{def1} , + #{def10} , + #{def11} , + #{def12} , + #{def13} , + #{def14} , + #{def15} , + #{def16} , + #{def17} , + #{def18} , + #{def19} , + #{def2} , + #{def20} , + #{def3} , + #{def4} , + #{def5} , + #{def6} , + #{def7} , + #{def8} , + #{def9} , + #{discountflag} , + #{dr} , + #{faset} , + #{forinvname} , + #{free1} , + #{free10} , + #{free2} , + #{free3} , + #{free4} , + #{free5} , + #{free6} , + #{free7} , + #{free8} , + #{free9} , + #{graphid} , + #{height} , + #{invbarcode} , + #{invcode} , + #{invmnecode} , + #{invname} , + #{invpinpai} , + #{invshortname} , + #{invspec} , + #{invtype} , + #{iselectrans} , + #{ismngstockbygrswt} , + #{isretail} , + #{isstorebyconvert} , + #{laborflag} , + #{length} , + #{memo} , + #{modifier} , + #{modifytime} , + #{pkAssetcategory} , + #{pkCorp} , + #{pkInvbasdoc} , + #{pkInvcl} , + #{pkMeasdoc} , + #{pkMeasdoc1} , + #{pkMeasdoc2} , + #{pkMeasdoc3} , + #{pkMeasdoc5} , + #{pkMeasdoc6} , + #{pkProdline} , + #{pkTaxitems} , + #{sealflag} , + #{setpartsflag} , + #{shipunitnum} , + #{storeunitnum} , + #{ts} , + #{unitvolume} , + #{unitweight} , + #{weitunitnum} , + #{width} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_invbasdoc a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_invbasdoc(asset, assistunit, autobalancemeas, billtemplet, createtime, creator, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, discountflag, dr, faset, forinvname, free1, free10, free2, free3, free4, free5, free6, free7, free8, free9, graphid, height, invbarcode, invcode, invmnecode, invname, invpinpai, invshortname, invspec, invtype, iselectrans, ismngstockbygrswt, isretail, isstorebyconvert, laborflag, length, memo, modifier, modifytime, pk_assetcategory, pk_corp, pk_invcl, pk_measdoc, pk_measdoc1, pk_measdoc2, pk_measdoc3, pk_measdoc5, pk_measdoc6, pk_prodline, pk_taxitems, sealflag, setpartsflag, shipunitnum, storeunitnum, ts, unitvolume, unitweight, weitunitnum, width, sts) + values + + (#{entity.asset},#{entity.assistunit},#{entity.autobalancemeas},#{entity.billtemplet},#{entity.createtime},#{entity.creator},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.discountflag},#{entity.dr},#{entity.faset},#{entity.forinvname},#{entity.free1},#{entity.free10},#{entity.free2},#{entity.free3},#{entity.free4},#{entity.free5},#{entity.free6},#{entity.free7},#{entity.free8},#{entity.free9},#{entity.graphid},#{entity.height},#{entity.invbarcode},#{entity.invcode},#{entity.invmnecode},#{entity.invname},#{entity.invpinpai},#{entity.invshortname},#{entity.invspec},#{entity.invtype},#{entity.iselectrans},#{entity.ismngstockbygrswt},#{entity.isretail},#{entity.isstorebyconvert},#{entity.laborflag},#{entity.length},#{entity.memo},#{entity.modifier},#{entity.modifytime},#{entity.pkAssetcategory},#{entity.pkCorp},#{entity.pkInvcl},#{entity.pkMeasdoc},#{entity.pkMeasdoc1},#{entity.pkMeasdoc2},#{entity.pkMeasdoc3},#{entity.pkMeasdoc5},#{entity.pkMeasdoc6},#{entity.pkProdline},#{entity.pkTaxitems},#{entity.sealflag},#{entity.setpartsflag},#{entity.shipunitnum},#{entity.storeunitnum},#{entity.ts},#{entity.unitvolume},#{entity.unitweight},#{entity.weitunitnum},#{entity.width}, 'Y') + + + + + insert into bd_invbasdoc(asset, assistunit, autobalancemeas, billtemplet, createtime, creator, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, discountflag, dr, faset, forinvname, free1, free10, free2, free3, free4, free5, free6, free7, free8, free9, graphid, height, invbarcode, invcode, invmnecode, invname, invpinpai, invshortname, invspec, invtype, iselectrans, ismngstockbygrswt, isretail, isstorebyconvert, laborflag, length, memo, modifier, modifytime, pk_assetcategory, pk_corp, pk_invcl, pk_measdoc, pk_measdoc1, pk_measdoc2, pk_measdoc3, pk_measdoc5, pk_measdoc6, pk_prodline, pk_taxitems, sealflag, setpartsflag, shipunitnum, storeunitnum, ts, unitvolume, unitweight, weitunitnum, width) + values + + (#{entity.asset},#{entity.assistunit},#{entity.autobalancemeas},#{entity.billtemplet},#{entity.createtime},#{entity.creator},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.discountflag},#{entity.dr},#{entity.faset},#{entity.forinvname},#{entity.free1},#{entity.free10},#{entity.free2},#{entity.free3},#{entity.free4},#{entity.free5},#{entity.free6},#{entity.free7},#{entity.free8},#{entity.free9},#{entity.graphid},#{entity.height},#{entity.invbarcode},#{entity.invcode},#{entity.invmnecode},#{entity.invname},#{entity.invpinpai},#{entity.invshortname},#{entity.invspec},#{entity.invtype},#{entity.iselectrans},#{entity.ismngstockbygrswt},#{entity.isretail},#{entity.isstorebyconvert},#{entity.laborflag},#{entity.length},#{entity.memo},#{entity.modifier},#{entity.modifytime},#{entity.pkAssetcategory},#{entity.pkCorp},#{entity.pkInvcl},#{entity.pkMeasdoc},#{entity.pkMeasdoc1},#{entity.pkMeasdoc2},#{entity.pkMeasdoc3},#{entity.pkMeasdoc5},#{entity.pkMeasdoc6},#{entity.pkProdline},#{entity.pkTaxitems},#{entity.sealflag},#{entity.setpartsflag},#{entity.shipunitnum},#{entity.storeunitnum},#{entity.ts},#{entity.unitvolume},#{entity.unitweight},#{entity.weitunitnum},#{entity.width}) + + on duplicate key update + asset = values(asset), + assistunit = values(assistunit), + autobalancemeas = values(autobalancemeas), + billtemplet = values(billtemplet), + createtime = values(createtime), + creator = values(creator), + def1 = values(def1), + def10 = values(def10), + def11 = values(def11), + def12 = values(def12), + def13 = values(def13), + def14 = values(def14), + def15 = values(def15), + def16 = values(def16), + def17 = values(def17), + def18 = values(def18), + def19 = values(def19), + def2 = values(def2), + def20 = values(def20), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + def6 = values(def6), + def7 = values(def7), + def8 = values(def8), + def9 = values(def9), + discountflag = values(discountflag), + dr = values(dr), + faset = values(faset), + forinvname = values(forinvname), + free1 = values(free1), + free10 = values(free10), + free2 = values(free2), + free3 = values(free3), + free4 = values(free4), + free5 = values(free5), + free6 = values(free6), + free7 = values(free7), + free8 = values(free8), + free9 = values(free9), + graphid = values(graphid), + height = values(height), + invbarcode = values(invbarcode), + invcode = values(invcode), + invmnecode = values(invmnecode), + invname = values(invname), + invpinpai = values(invpinpai), + invshortname = values(invshortname), + invspec = values(invspec), + invtype = values(invtype), + iselectrans = values(iselectrans), + ismngstockbygrswt = values(ismngstockbygrswt), + isretail = values(isretail), + isstorebyconvert = values(isstorebyconvert), + laborflag = values(laborflag), + length = values(length), + memo = values(memo), + modifier = values(modifier), + modifytime = values(modifytime), + pk_assetcategory = values(pk_assetcategory), + pk_corp = values(pk_corp), + pk_invcl = values(pk_invcl), + pk_measdoc = values(pk_measdoc), + pk_measdoc1 = values(pk_measdoc1), + pk_measdoc2 = values(pk_measdoc2), + pk_measdoc3 = values(pk_measdoc3), + pk_measdoc5 = values(pk_measdoc5), + pk_measdoc6 = values(pk_measdoc6), + pk_prodline = values(pk_prodline), + pk_taxitems = values(pk_taxitems), + sealflag = values(sealflag), + setpartsflag = values(setpartsflag), + shipunitnum = values(shipunitnum), + storeunitnum = values(storeunitnum), + ts = values(ts), + unitvolume = values(unitvolume), + unitweight = values(unitweight), + weitunitnum = values(weitunitnum), + width = values(width) + + +update bd_invbasdoc set + + asset = #{asset}, + assistunit = #{assistunit}, + autobalancemeas = #{autobalancemeas}, + billtemplet = #{billtemplet}, + createtime = #{createtime}, + creator = #{creator}, + def1 = #{def1}, + def10 = #{def10}, + def11 = #{def11}, + def12 = #{def12}, + def13 = #{def13}, + def14 = #{def14}, + def15 = #{def15}, + def16 = #{def16}, + def17 = #{def17}, + def18 = #{def18}, + def19 = #{def19}, + def2 = #{def2}, + def20 = #{def20}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + def6 = #{def6}, + def7 = #{def7}, + def8 = #{def8}, + def9 = #{def9}, + discountflag = #{discountflag}, + dr = #{dr}, + faset = #{faset}, + forinvname = #{forinvname}, + free1 = #{free1}, + free10 = #{free10}, + free2 = #{free2}, + free3 = #{free3}, + free4 = #{free4}, + free5 = #{free5}, + free6 = #{free6}, + free7 = #{free7}, + free8 = #{free8}, + free9 = #{free9}, + graphid = #{graphid}, + height = #{height}, + invbarcode = #{invbarcode}, + invcode = #{invcode}, + invmnecode = #{invmnecode}, + invname = #{invname}, + invpinpai = #{invpinpai}, + invshortname = #{invshortname}, + invspec = #{invspec}, + invtype = #{invtype}, + iselectrans = #{iselectrans}, + ismngstockbygrswt = #{ismngstockbygrswt}, + isretail = #{isretail}, + isstorebyconvert = #{isstorebyconvert}, + laborflag = #{laborflag}, + length = #{length}, + memo = #{memo}, + modifier = #{modifier}, + modifytime = #{modifytime}, + pk_assetcategory = #{pkAssetcategory}, + pk_corp = #{pkCorp}, + pk_invcl = #{pkInvcl}, + pk_measdoc = #{pkMeasdoc}, + pk_measdoc1 = #{pkMeasdoc1}, + pk_measdoc2 = #{pkMeasdoc2}, + pk_measdoc3 = #{pkMeasdoc3}, + pk_measdoc5 = #{pkMeasdoc5}, + pk_measdoc6 = #{pkMeasdoc6}, + pk_prodline = #{pkProdline}, + pk_taxitems = #{pkTaxitems}, + sealflag = #{sealflag}, + setpartsflag = #{setpartsflag}, + shipunitnum = #{shipunitnum}, + storeunitnum = #{storeunitnum}, + ts = #{ts}, + unitvolume = #{unitvolume}, + unitweight = #{unitweight}, + weitunitnum = #{weitunitnum}, + width = #{width}, + +where pk_invbasdoc = #{pkInvbasdoc} + + + +update bd_invbasdoc set sts= 'N' +where pk_invbasdoc = #{pkInvbasdoc} + + + +update bd_invbasdoc set sts= 'N' + + and asset = #{asset} + and assistunit = #{assistunit} + and autobalancemeas = #{autobalancemeas} + and billtemplet = #{billtemplet} + and createtime = #{createtime} + and creator = #{creator} + and def1 = #{def1} + and def10 = #{def10} + and def11 = #{def11} + and def12 = #{def12} + and def13 = #{def13} + and def14 = #{def14} + and def15 = #{def15} + and def16 = #{def16} + and def17 = #{def17} + and def18 = #{def18} + and def19 = #{def19} + and def2 = #{def2} + and def20 = #{def20} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and def6 = #{def6} + and def7 = #{def7} + and def8 = #{def8} + and def9 = #{def9} + and discountflag = #{discountflag} + and dr = #{dr} + and faset = #{faset} + and forinvname = #{forinvname} + and free1 = #{free1} + and free10 = #{free10} + and free2 = #{free2} + and free3 = #{free3} + and free4 = #{free4} + and free5 = #{free5} + and free6 = #{free6} + and free7 = #{free7} + and free8 = #{free8} + and free9 = #{free9} + and graphid = #{graphid} + and height = #{height} + and invbarcode = #{invbarcode} + and invcode = #{invcode} + and invmnecode = #{invmnecode} + and invname = #{invname} + and invpinpai = #{invpinpai} + and invshortname = #{invshortname} + and invspec = #{invspec} + and invtype = #{invtype} + and iselectrans = #{iselectrans} + and ismngstockbygrswt = #{ismngstockbygrswt} + and isretail = #{isretail} + and isstorebyconvert = #{isstorebyconvert} + and laborflag = #{laborflag} + and length = #{length} + and memo = #{memo} + and modifier = #{modifier} + and modifytime = #{modifytime} + and pk_assetcategory = #{pkAssetcategory} + and pk_corp = #{pkCorp} + and pk_invbasdoc = #{pkInvbasdoc} + and pk_invcl = #{pkInvcl} + and pk_measdoc = #{pkMeasdoc} + and pk_measdoc1 = #{pkMeasdoc1} + and pk_measdoc2 = #{pkMeasdoc2} + and pk_measdoc3 = #{pkMeasdoc3} + and pk_measdoc5 = #{pkMeasdoc5} + and pk_measdoc6 = #{pkMeasdoc6} + and pk_prodline = #{pkProdline} + and pk_taxitems = #{pkTaxitems} + and sealflag = #{sealflag} + and setpartsflag = #{setpartsflag} + and shipunitnum = #{shipunitnum} + and storeunitnum = #{storeunitnum} + and ts = #{ts} + and unitvolume = #{unitvolume} + and unitweight = #{unitweight} + and weitunitnum = #{weitunitnum} + and width = #{width} + and sts='Y' + + + + + + delete from bd_invbasdoc where pk_invbasdoc = #{pkInvbasdoc} + + + + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvclEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvclEntity.java new file mode 100644 index 00000000..3d2a2ea3 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvclEntity.java @@ -0,0 +1,159 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (BdInvcl)实体类 + * + * @author makejava + * @since 2024-01-09 15:08:19 + */ +public class BdInvclEntity extends BaseEntity { + + private Double averagecost; + private Integer averagemmahead; + private Integer averagepurahead; + private Double avgprice; + private Integer dr; + private String endflag; + private String forinvname; + private String invclasscode; + private Integer invclasslev; + private String invclassname; + private String iselectrans; + private String ishuo; + private String pkCorp; + private String pkInvcl; + private String sealdate; + private String ts; + + + public Double getAveragecost() { + return averagecost; + } + + public void setAveragecost(Double averagecost) { + this.averagecost = averagecost; + } + + public Integer getAveragemmahead() { + return averagemmahead; + } + + public void setAveragemmahead(Integer averagemmahead) { + this.averagemmahead = averagemmahead; + } + + public Integer getAveragepurahead() { + return averagepurahead; + } + + public void setAveragepurahead(Integer averagepurahead) { + this.averagepurahead = averagepurahead; + } + + public Double getAvgprice() { + return avgprice; + } + + public void setAvgprice(Double avgprice) { + this.avgprice = avgprice; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getEndflag() { + return endflag; + } + + public void setEndflag(String endflag) { + this.endflag = endflag; + } + + public String getForinvname() { + return forinvname; + } + + public void setForinvname(String forinvname) { + this.forinvname = forinvname; + } + + public String getInvclasscode() { + return invclasscode; + } + + public void setInvclasscode(String invclasscode) { + this.invclasscode = invclasscode; + } + + public Integer getInvclasslev() { + return invclasslev; + } + + public void setInvclasslev(Integer invclasslev) { + this.invclasslev = invclasslev; + } + + public String getInvclassname() { + return invclassname; + } + + public void setInvclassname(String invclassname) { + this.invclassname = invclassname; + } + + public String getIselectrans() { + return iselectrans; + } + + public void setIselectrans(String iselectrans) { + this.iselectrans = iselectrans; + } + + public String getIshuo() { + return ishuo; + } + + public void setIshuo(String ishuo) { + this.ishuo = ishuo; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkInvcl() { + return pkInvcl; + } + + public void setPkInvcl(String pkInvcl) { + this.pkInvcl = pkInvcl; + } + + public String getSealdate() { + return sealdate; + } + + public void setSealdate(String sealdate) { + this.sealdate = sealdate; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvclEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvclEntity.xml new file mode 100644 index 00000000..bbec3157 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvclEntity.xml @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + + averagecost + ,averagemmahead + ,averagepurahead + ,avgprice + ,dr + ,endflag + ,forinvname + ,invclasscode + ,invclasslev + ,invclassname + ,iselectrans + ,ishuo + ,pk_corp + ,pk_invcl + ,sealdate + ,ts + + + + + + + + + + + + + + + + insert into bd_invcl( + + averagecost , + averagemmahead , + averagepurahead , + avgprice , + dr , + endflag , + forinvname , + invclasscode , + invclasslev , + invclassname , + iselectrans , + ishuo , + pk_corp , + pk_invcl , + sealdate , + ts , + sorts, + sts, + + )values( + + #{averagecost} , + #{averagemmahead} , + #{averagepurahead} , + #{avgprice} , + #{dr} , + #{endflag} , + #{forinvname} , + #{invclasscode} , + #{invclasslev} , + #{invclassname} , + #{iselectrans} , + #{ishuo} , + #{pkCorp} , + #{pkInvcl} , + #{sealdate} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_invcl a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_invcl(averagecost, averagemmahead, averagepurahead, avgprice, dr, endflag, forinvname, invclasscode, invclasslev, invclassname, iselectrans, ishuo, pk_corp, sealdate, ts, sts) + values + + (#{entity.averagecost},#{entity.averagemmahead},#{entity.averagepurahead},#{entity.avgprice},#{entity.dr},#{entity.endflag},#{entity.forinvname},#{entity.invclasscode},#{entity.invclasslev},#{entity.invclassname},#{entity.iselectrans},#{entity.ishuo},#{entity.pkCorp},#{entity.sealdate},#{entity.ts}, 'Y') + + + + + insert into bd_invcl(averagecost, averagemmahead, averagepurahead, avgprice, dr, endflag, forinvname, invclasscode, invclasslev, invclassname, iselectrans, ishuo, pk_corp, sealdate, ts) + values + + (#{entity.averagecost},#{entity.averagemmahead},#{entity.averagepurahead},#{entity.avgprice},#{entity.dr},#{entity.endflag},#{entity.forinvname},#{entity.invclasscode},#{entity.invclasslev},#{entity.invclassname},#{entity.iselectrans},#{entity.ishuo},#{entity.pkCorp},#{entity.sealdate},#{entity.ts}) + + on duplicate key update + averagecost = values(averagecost), + averagemmahead = values(averagemmahead), + averagepurahead = values(averagepurahead), + avgprice = values(avgprice), + dr = values(dr), + endflag = values(endflag), + forinvname = values(forinvname), + invclasscode = values(invclasscode), + invclasslev = values(invclasslev), + invclassname = values(invclassname), + iselectrans = values(iselectrans), + ishuo = values(ishuo), + pk_corp = values(pk_corp), + sealdate = values(sealdate), + ts = values(ts) + + +update bd_invcl set + + averagecost = #{averagecost}, + averagemmahead = #{averagemmahead}, + averagepurahead = #{averagepurahead}, + avgprice = #{avgprice}, + dr = #{dr}, + endflag = #{endflag}, + forinvname = #{forinvname}, + invclasscode = #{invclasscode}, + invclasslev = #{invclasslev}, + invclassname = #{invclassname}, + iselectrans = #{iselectrans}, + ishuo = #{ishuo}, + pk_corp = #{pkCorp}, + sealdate = #{sealdate}, + ts = #{ts}, + +where pk_invcl = #{pkInvcl} + + + +update bd_invcl set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_invcl = #{pkInvcl} + + + +update bd_invcl set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and averagecost = #{averagecost} + and averagemmahead = #{averagemmahead} + and averagepurahead = #{averagepurahead} + and avgprice = #{avgprice} + and dr = #{dr} + and endflag = #{endflag} + and forinvname = #{forinvname} + and invclasscode = #{invclasscode} + and invclasslev = #{invclasslev} + and invclassname = #{invclassname} + and iselectrans = #{iselectrans} + and ishuo = #{ishuo} + and pk_corp = #{pkCorp} + and pk_invcl = #{pkInvcl} + and sealdate = #{sealdate} + and ts = #{ts} + and sts='Y' + + + + + delete from bd_invcl where pk_invcl = #{pkInvcl} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvmandocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvmandocEntity.java new file mode 100644 index 00000000..0c7ebc27 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvmandocEntity.java @@ -0,0 +1,878 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdInvmandoc)实体类-存货管理档案 + * + * @author makejava + * @since 2023-08-25 11:21:44 + */ +public class BdInvmandocEntity extends BaseEntity { + + private String abctype; + private String accflag; + private String cinvmnecode; + private String consumesettleflag; + private String coopdayfrom; + private String coopdayto; + private String costprice; + private String createtime; + private String creator; + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def3; + private String def4; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private Long dr; + private String expaybacktax; + private String free1; + private String free2; + private String free3; + private String free4; + private String free5; + private String grade; + private Long invlifeperiod; + private String isappendant; + private String isautoatpcheck; + private String iscancalculatedinvcost; + private String iscanpurchased; + private String iscansaleinvoice; + private String iscansold; + private String isconfigable; + private String isctlprodplanprice; + private String isfatherofbom; + private String isinvretfreeofchk; + private String isinvretinstobychk; + private String isinvreturned; + private String isnoconallowed; + private String isprimarybarcode; + private String isrecurrentcheck; + private String issalable; + private String issecondarybarcode; + private String isselfapprsupplier; + private String isspecialty; + private String issupplierstock; + private String isused; + private String isvirtual; + private String keepwasterate; + private String lowestprice; + private String mantaxitem; + private String maxprice; + private String memo; + private String modifier; + private String modifytime; + private String negallowed; + private Long outpriority; + private String outtrackin; + private String pebegin; + private String peend; + private String pkCorp; + private String pkCumandoc; + private String pkDftfactory; + private String pkInvbasdoc; + private String pkInvmandoc; + private String pkSealuser; + private String planprice; + private String prodarea; + private String purchasestge; + private String purwasterate; + private String qualitydaynum; + private String qualitymanflag; + private Long qualityperiodunit; + private Long recurrentchkcyc; + private String refsaleprice; + private String sealdate; + private String sealflag; + private String sellproxyflag; + private String serialmanaflag; + private String ts; + private String wholemanaflag; + + /** + * 存货编码 + */ + private String invcode; + + /** + * 助记码=商家编码 + */ + private String invmnecode; + + public String getInvmnecode() { + return invmnecode; + } + + public void setInvmnecode(String invmnecode) { + this.invmnecode = invmnecode; + } + + public String getInvcode() { + return invcode; + } + + public void setInvcode(String invcode) { + this.invcode = invcode; + } + + public String getAbctype() { + return abctype; + } + + public void setAbctype(String abctype) { + this.abctype = abctype; + } + + public String getAccflag() { + return accflag; + } + + public void setAccflag(String accflag) { + this.accflag = accflag; + } + + public String getCinvmnecode() { + return cinvmnecode; + } + + public void setCinvmnecode(String cinvmnecode) { + this.cinvmnecode = cinvmnecode; + } + + public String getConsumesettleflag() { + return consumesettleflag; + } + + public void setConsumesettleflag(String consumesettleflag) { + this.consumesettleflag = consumesettleflag; + } + + public String getCoopdayfrom() { + return coopdayfrom; + } + + public void setCoopdayfrom(String coopdayfrom) { + this.coopdayfrom = coopdayfrom; + } + + public String getCoopdayto() { + return coopdayto; + } + + public void setCoopdayto(String coopdayto) { + this.coopdayto = coopdayto; + } + + public String getCostprice() { + return costprice; + } + + public void setCostprice(String costprice) { + this.costprice = costprice; + } + + public String getCreatetime() { + return createtime; + } + + public void setCreatetime(String createtime) { + this.createtime = createtime; + } + + public String getCreator() { + return creator; + } + + public void setCreator(String creator) { + this.creator = creator; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public Long getDr() { + return dr; + } + + public void setDr(Long dr) { + this.dr = dr; + } + + public String getExpaybacktax() { + return expaybacktax; + } + + public void setExpaybacktax(String expaybacktax) { + this.expaybacktax = expaybacktax; + } + + public String getFree1() { + return free1; + } + + public void setFree1(String free1) { + this.free1 = free1; + } + + public String getFree2() { + return free2; + } + + public void setFree2(String free2) { + this.free2 = free2; + } + + public String getFree3() { + return free3; + } + + public void setFree3(String free3) { + this.free3 = free3; + } + + public String getFree4() { + return free4; + } + + public void setFree4(String free4) { + this.free4 = free4; + } + + public String getFree5() { + return free5; + } + + public void setFree5(String free5) { + this.free5 = free5; + } + + public String getGrade() { + return grade; + } + + public void setGrade(String grade) { + this.grade = grade; + } + + public Long getInvlifeperiod() { + return invlifeperiod; + } + + public void setInvlifeperiod(Long invlifeperiod) { + this.invlifeperiod = invlifeperiod; + } + + public String getIsappendant() { + return isappendant; + } + + public void setIsappendant(String isappendant) { + this.isappendant = isappendant; + } + + public String getIsautoatpcheck() { + return isautoatpcheck; + } + + public void setIsautoatpcheck(String isautoatpcheck) { + this.isautoatpcheck = isautoatpcheck; + } + + public String getIscancalculatedinvcost() { + return iscancalculatedinvcost; + } + + public void setIscancalculatedinvcost(String iscancalculatedinvcost) { + this.iscancalculatedinvcost = iscancalculatedinvcost; + } + + public String getIscanpurchased() { + return iscanpurchased; + } + + public void setIscanpurchased(String iscanpurchased) { + this.iscanpurchased = iscanpurchased; + } + + public String getIscansaleinvoice() { + return iscansaleinvoice; + } + + public void setIscansaleinvoice(String iscansaleinvoice) { + this.iscansaleinvoice = iscansaleinvoice; + } + + public String getIscansold() { + return iscansold; + } + + public void setIscansold(String iscansold) { + this.iscansold = iscansold; + } + + public String getIsconfigable() { + return isconfigable; + } + + public void setIsconfigable(String isconfigable) { + this.isconfigable = isconfigable; + } + + public String getIsctlprodplanprice() { + return isctlprodplanprice; + } + + public void setIsctlprodplanprice(String isctlprodplanprice) { + this.isctlprodplanprice = isctlprodplanprice; + } + + public String getIsfatherofbom() { + return isfatherofbom; + } + + public void setIsfatherofbom(String isfatherofbom) { + this.isfatherofbom = isfatherofbom; + } + + public String getIsinvretfreeofchk() { + return isinvretfreeofchk; + } + + public void setIsinvretfreeofchk(String isinvretfreeofchk) { + this.isinvretfreeofchk = isinvretfreeofchk; + } + + public String getIsinvretinstobychk() { + return isinvretinstobychk; + } + + public void setIsinvretinstobychk(String isinvretinstobychk) { + this.isinvretinstobychk = isinvretinstobychk; + } + + public String getIsinvreturned() { + return isinvreturned; + } + + public void setIsinvreturned(String isinvreturned) { + this.isinvreturned = isinvreturned; + } + + public String getIsnoconallowed() { + return isnoconallowed; + } + + public void setIsnoconallowed(String isnoconallowed) { + this.isnoconallowed = isnoconallowed; + } + + public String getIsprimarybarcode() { + return isprimarybarcode; + } + + public void setIsprimarybarcode(String isprimarybarcode) { + this.isprimarybarcode = isprimarybarcode; + } + + public String getIsrecurrentcheck() { + return isrecurrentcheck; + } + + public void setIsrecurrentcheck(String isrecurrentcheck) { + this.isrecurrentcheck = isrecurrentcheck; + } + + public String getIssalable() { + return issalable; + } + + public void setIssalable(String issalable) { + this.issalable = issalable; + } + + public String getIssecondarybarcode() { + return issecondarybarcode; + } + + public void setIssecondarybarcode(String issecondarybarcode) { + this.issecondarybarcode = issecondarybarcode; + } + + public String getIsselfapprsupplier() { + return isselfapprsupplier; + } + + public void setIsselfapprsupplier(String isselfapprsupplier) { + this.isselfapprsupplier = isselfapprsupplier; + } + + public String getIsspecialty() { + return isspecialty; + } + + public void setIsspecialty(String isspecialty) { + this.isspecialty = isspecialty; + } + + public String getIssupplierstock() { + return issupplierstock; + } + + public void setIssupplierstock(String issupplierstock) { + this.issupplierstock = issupplierstock; + } + + public String getIsused() { + return isused; + } + + public void setIsused(String isused) { + this.isused = isused; + } + + public String getIsvirtual() { + return isvirtual; + } + + public void setIsvirtual(String isvirtual) { + this.isvirtual = isvirtual; + } + + public String getKeepwasterate() { + return keepwasterate; + } + + public void setKeepwasterate(String keepwasterate) { + this.keepwasterate = keepwasterate; + } + + public String getLowestprice() { + return lowestprice; + } + + public void setLowestprice(String lowestprice) { + this.lowestprice = lowestprice; + } + + public String getMantaxitem() { + return mantaxitem; + } + + public void setMantaxitem(String mantaxitem) { + this.mantaxitem = mantaxitem; + } + + public String getMaxprice() { + return maxprice; + } + + public void setMaxprice(String maxprice) { + this.maxprice = maxprice; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getModifier() { + return modifier; + } + + public void setModifier(String modifier) { + this.modifier = modifier; + } + + public String getModifytime() { + return modifytime; + } + + public void setModifytime(String modifytime) { + this.modifytime = modifytime; + } + + public String getNegallowed() { + return negallowed; + } + + public void setNegallowed(String negallowed) { + this.negallowed = negallowed; + } + + public Long getOutpriority() { + return outpriority; + } + + public void setOutpriority(Long outpriority) { + this.outpriority = outpriority; + } + + public String getOuttrackin() { + return outtrackin; + } + + public void setOuttrackin(String outtrackin) { + this.outtrackin = outtrackin; + } + + public String getPebegin() { + return pebegin; + } + + public void setPebegin(String pebegin) { + this.pebegin = pebegin; + } + + public String getPeend() { + return peend; + } + + public void setPeend(String peend) { + this.peend = peend; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCumandoc() { + return pkCumandoc; + } + + public void setPkCumandoc(String pkCumandoc) { + this.pkCumandoc = pkCumandoc; + } + + public String getPkDftfactory() { + return pkDftfactory; + } + + public void setPkDftfactory(String pkDftfactory) { + this.pkDftfactory = pkDftfactory; + } + + public String getPkInvbasdoc() { + return pkInvbasdoc; + } + + public void setPkInvbasdoc(String pkInvbasdoc) { + this.pkInvbasdoc = pkInvbasdoc; + } + + public String getPkInvmandoc() { + return pkInvmandoc; + } + + public void setPkInvmandoc(String pkInvmandoc) { + this.pkInvmandoc = pkInvmandoc; + } + + public String getPkSealuser() { + return pkSealuser; + } + + public void setPkSealuser(String pkSealuser) { + this.pkSealuser = pkSealuser; + } + + public String getPlanprice() { + return planprice; + } + + public void setPlanprice(String planprice) { + this.planprice = planprice; + } + + public String getProdarea() { + return prodarea; + } + + public void setProdarea(String prodarea) { + this.prodarea = prodarea; + } + + public String getPurchasestge() { + return purchasestge; + } + + public void setPurchasestge(String purchasestge) { + this.purchasestge = purchasestge; + } + + public String getPurwasterate() { + return purwasterate; + } + + public void setPurwasterate(String purwasterate) { + this.purwasterate = purwasterate; + } + + public String getQualitydaynum() { + return qualitydaynum; + } + + public void setQualitydaynum(String qualitydaynum) { + this.qualitydaynum = qualitydaynum; + } + + public String getQualitymanflag() { + return qualitymanflag; + } + + public void setQualitymanflag(String qualitymanflag) { + this.qualitymanflag = qualitymanflag; + } + + public Long getQualityperiodunit() { + return qualityperiodunit; + } + + public void setQualityperiodunit(Long qualityperiodunit) { + this.qualityperiodunit = qualityperiodunit; + } + + public Long getRecurrentchkcyc() { + return recurrentchkcyc; + } + + public void setRecurrentchkcyc(Long recurrentchkcyc) { + this.recurrentchkcyc = recurrentchkcyc; + } + + public String getRefsaleprice() { + return refsaleprice; + } + + public void setRefsaleprice(String refsaleprice) { + this.refsaleprice = refsaleprice; + } + + public String getSealdate() { + return sealdate; + } + + public void setSealdate(String sealdate) { + this.sealdate = sealdate; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getSellproxyflag() { + return sellproxyflag; + } + + public void setSellproxyflag(String sellproxyflag) { + this.sellproxyflag = sellproxyflag; + } + + public String getSerialmanaflag() { + return serialmanaflag; + } + + public void setSerialmanaflag(String serialmanaflag) { + this.serialmanaflag = serialmanaflag; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getWholemanaflag() { + return wholemanaflag; + } + + public void setWholemanaflag(String wholemanaflag) { + this.wholemanaflag = wholemanaflag; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvmandocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvmandocEntity.xml new file mode 100644 index 00000000..11809469 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdInvmandocEntity.xml @@ -0,0 +1,1144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + abctype + ,accflag + ,cinvmnecode + ,consumesettleflag + ,coopdayfrom + ,coopdayto + ,costprice + ,createtime + ,creator + ,def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def3 + ,def4 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,dr + ,expaybacktax + ,free1 + ,free2 + ,free3 + ,free4 + ,free5 + ,grade + ,invlifeperiod + ,isappendant + ,isautoatpcheck + ,iscancalculatedinvcost + ,iscanpurchased + ,iscansaleinvoice + ,iscansold + ,isconfigable + ,isctlprodplanprice + ,isfatherofbom + ,isinvretfreeofchk + ,isinvretinstobychk + ,isinvreturned + ,isnoconallowed + ,isprimarybarcode + ,isrecurrentcheck + ,issalable + ,issecondarybarcode + ,isselfapprsupplier + ,isspecialty + ,issupplierstock + ,isused + ,isvirtual + ,keepwasterate + ,lowestprice + ,mantaxitem + ,maxprice + ,memo + ,modifier + ,modifytime + ,negallowed + ,outpriority + ,outtrackin + ,pebegin + ,peend + ,pk_corp + ,pk_cumandoc + ,pk_dftfactory + ,pk_invbasdoc + ,pk_invmandoc + ,pk_sealuser + ,planprice + ,prodarea + ,purchasestge + ,purwasterate + ,qualitydaynum + ,qualitymanflag + ,qualityperiodunit + ,recurrentchkcyc + ,refsaleprice + ,sealdate + ,sealflag + ,sellproxyflag + ,serialmanaflag + ,ts + ,wholemanaflag + + + + + + + + + + + + + + + + insert into bd_invmandoc( + + abctype , + accflag , + cinvmnecode , + consumesettleflag , + coopdayfrom , + coopdayto , + costprice , + createtime , + creator , + def1 , + def10 , + def11 , + def12 , + def13 , + def14 , + def15 , + def16 , + def17 , + def18 , + def19 , + def2 , + def20 , + def3 , + def4 , + def5 , + def6 , + def7 , + def8 , + def9 , + dr , + expaybacktax , + free1 , + free2 , + free3 , + free4 , + free5 , + grade , + invlifeperiod , + isappendant , + isautoatpcheck , + iscancalculatedinvcost , + iscanpurchased , + iscansaleinvoice , + iscansold , + isconfigable , + isctlprodplanprice , + isfatherofbom , + isinvretfreeofchk , + isinvretinstobychk , + isinvreturned , + isnoconallowed , + isprimarybarcode , + isrecurrentcheck , + issalable , + issecondarybarcode , + isselfapprsupplier , + isspecialty , + issupplierstock , + isused , + isvirtual , + keepwasterate , + lowestprice , + mantaxitem , + maxprice , + memo , + modifier , + modifytime , + negallowed , + outpriority , + outtrackin , + pebegin , + peend , + pk_corp , + pk_cumandoc , + pk_dftfactory , + pk_invbasdoc , + pk_invmandoc , + pk_sealuser , + planprice , + prodarea , + purchasestge , + purwasterate , + qualitydaynum , + qualitymanflag , + qualityperiodunit , + recurrentchkcyc , + refsaleprice , + sealdate , + sealflag , + sellproxyflag , + serialmanaflag , + ts , + wholemanaflag , + sorts, + sts, + + )values( + + #{abctype} , + #{accflag} , + #{cinvmnecode} , + #{consumesettleflag} , + #{coopdayfrom} , + #{coopdayto} , + #{costprice} , + #{createtime} , + #{creator} , + #{def1} , + #{def10} , + #{def11} , + #{def12} , + #{def13} , + #{def14} , + #{def15} , + #{def16} , + #{def17} , + #{def18} , + #{def19} , + #{def2} , + #{def20} , + #{def3} , + #{def4} , + #{def5} , + #{def6} , + #{def7} , + #{def8} , + #{def9} , + #{dr} , + #{expaybacktax} , + #{free1} , + #{free2} , + #{free3} , + #{free4} , + #{free5} , + #{grade} , + #{invlifeperiod} , + #{isappendant} , + #{isautoatpcheck} , + #{iscancalculatedinvcost} , + #{iscanpurchased} , + #{iscansaleinvoice} , + #{iscansold} , + #{isconfigable} , + #{isctlprodplanprice} , + #{isfatherofbom} , + #{isinvretfreeofchk} , + #{isinvretinstobychk} , + #{isinvreturned} , + #{isnoconallowed} , + #{isprimarybarcode} , + #{isrecurrentcheck} , + #{issalable} , + #{issecondarybarcode} , + #{isselfapprsupplier} , + #{isspecialty} , + #{issupplierstock} , + #{isused} , + #{isvirtual} , + #{keepwasterate} , + #{lowestprice} , + #{mantaxitem} , + #{maxprice} , + #{memo} , + #{modifier} , + #{modifytime} , + #{negallowed} , + #{outpriority} , + #{outtrackin} , + #{pebegin} , + #{peend} , + #{pkCorp} , + #{pkCumandoc} , + #{pkDftfactory} , + #{pkInvbasdoc} , + #{pkInvmandoc} , + #{pkSealuser} , + #{planprice} , + #{prodarea} , + #{purchasestge} , + #{purwasterate} , + #{qualitydaynum} , + #{qualitymanflag} , + #{qualityperiodunit} , + #{recurrentchkcyc} , + #{refsaleprice} , + #{sealdate} , + #{sealflag} , + #{sellproxyflag} , + #{serialmanaflag} , + #{ts} , + #{wholemanaflag} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_invmandoc a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_invmandoc(abctype, accflag, cinvmnecode, consumesettleflag, coopdayfrom, coopdayto, costprice, createtime, creator, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, expaybacktax, free1, free2, free3, free4, free5, grade, invlifeperiod, isappendant, isautoatpcheck, iscancalculatedinvcost, iscanpurchased, iscansaleinvoice, iscansold, isconfigable, isctlprodplanprice, isfatherofbom, isinvretfreeofchk, isinvretinstobychk, isinvreturned, isnoconallowed, isprimarybarcode, isrecurrentcheck, issalable, issecondarybarcode, isselfapprsupplier, isspecialty, issupplierstock, isused, isvirtual, keepwasterate, lowestprice, mantaxitem, maxprice, memo, modifier, modifytime, negallowed, outpriority, outtrackin, pebegin, peend, pk_corp, pk_cumandoc, pk_dftfactory, pk_invbasdoc, pk_sealuser, planprice, prodarea, purchasestge, purwasterate, qualitydaynum, qualitymanflag, qualityperiodunit, recurrentchkcyc, refsaleprice, sealdate, sealflag, sellproxyflag, serialmanaflag, ts, wholemanaflag, sts) + values + + (#{entity.abctype},#{entity.accflag},#{entity.cinvmnecode},#{entity.consumesettleflag},#{entity.coopdayfrom},#{entity.coopdayto},#{entity.costprice},#{entity.createtime},#{entity.creator},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.expaybacktax},#{entity.free1},#{entity.free2},#{entity.free3},#{entity.free4},#{entity.free5},#{entity.grade},#{entity.invlifeperiod},#{entity.isappendant},#{entity.isautoatpcheck},#{entity.iscancalculatedinvcost},#{entity.iscanpurchased},#{entity.iscansaleinvoice},#{entity.iscansold},#{entity.isconfigable},#{entity.isctlprodplanprice},#{entity.isfatherofbom},#{entity.isinvretfreeofchk},#{entity.isinvretinstobychk},#{entity.isinvreturned},#{entity.isnoconallowed},#{entity.isprimarybarcode},#{entity.isrecurrentcheck},#{entity.issalable},#{entity.issecondarybarcode},#{entity.isselfapprsupplier},#{entity.isspecialty},#{entity.issupplierstock},#{entity.isused},#{entity.isvirtual},#{entity.keepwasterate},#{entity.lowestprice},#{entity.mantaxitem},#{entity.maxprice},#{entity.memo},#{entity.modifier},#{entity.modifytime},#{entity.negallowed},#{entity.outpriority},#{entity.outtrackin},#{entity.pebegin},#{entity.peend},#{entity.pkCorp},#{entity.pkCumandoc},#{entity.pkDftfactory},#{entity.pkInvbasdoc},#{entity.pkSealuser},#{entity.planprice},#{entity.prodarea},#{entity.purchasestge},#{entity.purwasterate},#{entity.qualitydaynum},#{entity.qualitymanflag},#{entity.qualityperiodunit},#{entity.recurrentchkcyc},#{entity.refsaleprice},#{entity.sealdate},#{entity.sealflag},#{entity.sellproxyflag},#{entity.serialmanaflag},#{entity.ts},#{entity.wholemanaflag}, 'Y') + + + + + insert into bd_invmandoc(abctype, accflag, cinvmnecode, consumesettleflag, coopdayfrom, coopdayto, costprice, createtime, creator, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, expaybacktax, free1, free2, free3, free4, free5, grade, invlifeperiod, isappendant, isautoatpcheck, iscancalculatedinvcost, iscanpurchased, iscansaleinvoice, iscansold, isconfigable, isctlprodplanprice, isfatherofbom, isinvretfreeofchk, isinvretinstobychk, isinvreturned, isnoconallowed, isprimarybarcode, isrecurrentcheck, issalable, issecondarybarcode, isselfapprsupplier, isspecialty, issupplierstock, isused, isvirtual, keepwasterate, lowestprice, mantaxitem, maxprice, memo, modifier, modifytime, negallowed, outpriority, outtrackin, pebegin, peend, pk_corp, pk_cumandoc, pk_dftfactory, pk_invbasdoc, pk_sealuser, planprice, prodarea, purchasestge, purwasterate, qualitydaynum, qualitymanflag, qualityperiodunit, recurrentchkcyc, refsaleprice, sealdate, sealflag, sellproxyflag, serialmanaflag, ts, wholemanaflag) + values + + (#{entity.abctype},#{entity.accflag},#{entity.cinvmnecode},#{entity.consumesettleflag},#{entity.coopdayfrom},#{entity.coopdayto},#{entity.costprice},#{entity.createtime},#{entity.creator},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.expaybacktax},#{entity.free1},#{entity.free2},#{entity.free3},#{entity.free4},#{entity.free5},#{entity.grade},#{entity.invlifeperiod},#{entity.isappendant},#{entity.isautoatpcheck},#{entity.iscancalculatedinvcost},#{entity.iscanpurchased},#{entity.iscansaleinvoice},#{entity.iscansold},#{entity.isconfigable},#{entity.isctlprodplanprice},#{entity.isfatherofbom},#{entity.isinvretfreeofchk},#{entity.isinvretinstobychk},#{entity.isinvreturned},#{entity.isnoconallowed},#{entity.isprimarybarcode},#{entity.isrecurrentcheck},#{entity.issalable},#{entity.issecondarybarcode},#{entity.isselfapprsupplier},#{entity.isspecialty},#{entity.issupplierstock},#{entity.isused},#{entity.isvirtual},#{entity.keepwasterate},#{entity.lowestprice},#{entity.mantaxitem},#{entity.maxprice},#{entity.memo},#{entity.modifier},#{entity.modifytime},#{entity.negallowed},#{entity.outpriority},#{entity.outtrackin},#{entity.pebegin},#{entity.peend},#{entity.pkCorp},#{entity.pkCumandoc},#{entity.pkDftfactory},#{entity.pkInvbasdoc},#{entity.pkSealuser},#{entity.planprice},#{entity.prodarea},#{entity.purchasestge},#{entity.purwasterate},#{entity.qualitydaynum},#{entity.qualitymanflag},#{entity.qualityperiodunit},#{entity.recurrentchkcyc},#{entity.refsaleprice},#{entity.sealdate},#{entity.sealflag},#{entity.sellproxyflag},#{entity.serialmanaflag},#{entity.ts},#{entity.wholemanaflag}) + + on duplicate key update + abctype = values(abctype), + accflag = values(accflag), + cinvmnecode = values(cinvmnecode), + consumesettleflag = values(consumesettleflag), + coopdayfrom = values(coopdayfrom), + coopdayto = values(coopdayto), + costprice = values(costprice), + createtime = values(createtime), + creator = values(creator), + def1 = values(def1), + def10 = values(def10), + def11 = values(def11), + def12 = values(def12), + def13 = values(def13), + def14 = values(def14), + def15 = values(def15), + def16 = values(def16), + def17 = values(def17), + def18 = values(def18), + def19 = values(def19), + def2 = values(def2), + def20 = values(def20), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + def6 = values(def6), + def7 = values(def7), + def8 = values(def8), + def9 = values(def9), + dr = values(dr), + expaybacktax = values(expaybacktax), + free1 = values(free1), + free2 = values(free2), + free3 = values(free3), + free4 = values(free4), + free5 = values(free5), + grade = values(grade), + invlifeperiod = values(invlifeperiod), + isappendant = values(isappendant), + isautoatpcheck = values(isautoatpcheck), + iscancalculatedinvcost = values(iscancalculatedinvcost), + iscanpurchased = values(iscanpurchased), + iscansaleinvoice = values(iscansaleinvoice), + iscansold = values(iscansold), + isconfigable = values(isconfigable), + isctlprodplanprice = values(isctlprodplanprice), + isfatherofbom = values(isfatherofbom), + isinvretfreeofchk = values(isinvretfreeofchk), + isinvretinstobychk = values(isinvretinstobychk), + isinvreturned = values(isinvreturned), + isnoconallowed = values(isnoconallowed), + isprimarybarcode = values(isprimarybarcode), + isrecurrentcheck = values(isrecurrentcheck), + issalable = values(issalable), + issecondarybarcode = values(issecondarybarcode), + isselfapprsupplier = values(isselfapprsupplier), + isspecialty = values(isspecialty), + issupplierstock = values(issupplierstock), + isused = values(isused), + isvirtual = values(isvirtual), + keepwasterate = values(keepwasterate), + lowestprice = values(lowestprice), + mantaxitem = values(mantaxitem), + maxprice = values(maxprice), + memo = values(memo), + modifier = values(modifier), + modifytime = values(modifytime), + negallowed = values(negallowed), + outpriority = values(outpriority), + outtrackin = values(outtrackin), + pebegin = values(pebegin), + peend = values(peend), + pk_corp = values(pk_corp), + pk_cumandoc = values(pk_cumandoc), + pk_dftfactory = values(pk_dftfactory), + pk_invbasdoc = values(pk_invbasdoc), + pk_sealuser = values(pk_sealuser), + planprice = values(planprice), + prodarea = values(prodarea), + purchasestge = values(purchasestge), + purwasterate = values(purwasterate), + qualitydaynum = values(qualitydaynum), + qualitymanflag = values(qualitymanflag), + qualityperiodunit = values(qualityperiodunit), + recurrentchkcyc = values(recurrentchkcyc), + refsaleprice = values(refsaleprice), + sealdate = values(sealdate), + sealflag = values(sealflag), + sellproxyflag = values(sellproxyflag), + serialmanaflag = values(serialmanaflag), + ts = values(ts), + wholemanaflag = values(wholemanaflag) + + +update bd_invmandoc set + + abctype = #{abctype}, + accflag = #{accflag}, + cinvmnecode = #{cinvmnecode}, + consumesettleflag = #{consumesettleflag}, + coopdayfrom = #{coopdayfrom}, + coopdayto = #{coopdayto}, + costprice = #{costprice}, + createtime = #{createtime}, + creator = #{creator}, + def1 = #{def1}, + def10 = #{def10}, + def11 = #{def11}, + def12 = #{def12}, + def13 = #{def13}, + def14 = #{def14}, + def15 = #{def15}, + def16 = #{def16}, + def17 = #{def17}, + def18 = #{def18}, + def19 = #{def19}, + def2 = #{def2}, + def20 = #{def20}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + def6 = #{def6}, + def7 = #{def7}, + def8 = #{def8}, + def9 = #{def9}, + dr = #{dr}, + expaybacktax = #{expaybacktax}, + free1 = #{free1}, + free2 = #{free2}, + free3 = #{free3}, + free4 = #{free4}, + free5 = #{free5}, + grade = #{grade}, + invlifeperiod = #{invlifeperiod}, + isappendant = #{isappendant}, + isautoatpcheck = #{isautoatpcheck}, + iscancalculatedinvcost = #{iscancalculatedinvcost}, + iscanpurchased = #{iscanpurchased}, + iscansaleinvoice = #{iscansaleinvoice}, + iscansold = #{iscansold}, + isconfigable = #{isconfigable}, + isctlprodplanprice = #{isctlprodplanprice}, + isfatherofbom = #{isfatherofbom}, + isinvretfreeofchk = #{isinvretfreeofchk}, + isinvretinstobychk = #{isinvretinstobychk}, + isinvreturned = #{isinvreturned}, + isnoconallowed = #{isnoconallowed}, + isprimarybarcode = #{isprimarybarcode}, + isrecurrentcheck = #{isrecurrentcheck}, + issalable = #{issalable}, + issecondarybarcode = #{issecondarybarcode}, + isselfapprsupplier = #{isselfapprsupplier}, + isspecialty = #{isspecialty}, + issupplierstock = #{issupplierstock}, + isused = #{isused}, + isvirtual = #{isvirtual}, + keepwasterate = #{keepwasterate}, + lowestprice = #{lowestprice}, + mantaxitem = #{mantaxitem}, + maxprice = #{maxprice}, + memo = #{memo}, + modifier = #{modifier}, + modifytime = #{modifytime}, + negallowed = #{negallowed}, + outpriority = #{outpriority}, + outtrackin = #{outtrackin}, + pebegin = #{pebegin}, + peend = #{peend}, + pk_corp = #{pkCorp}, + pk_cumandoc = #{pkCumandoc}, + pk_dftfactory = #{pkDftfactory}, + pk_invbasdoc = #{pkInvbasdoc}, + pk_sealuser = #{pkSealuser}, + planprice = #{planprice}, + prodarea = #{prodarea}, + purchasestge = #{purchasestge}, + purwasterate = #{purwasterate}, + qualitydaynum = #{qualitydaynum}, + qualitymanflag = #{qualitymanflag}, + qualityperiodunit = #{qualityperiodunit}, + recurrentchkcyc = #{recurrentchkcyc}, + refsaleprice = #{refsaleprice}, + sealdate = #{sealdate}, + sealflag = #{sealflag}, + sellproxyflag = #{sellproxyflag}, + serialmanaflag = #{serialmanaflag}, + ts = #{ts}, + wholemanaflag = #{wholemanaflag}, + +where pk_invmandoc = #{pkInvmandoc} + + + +update bd_invmandoc set sts= 'N' +where pk_invmandoc = #{pkInvmandoc} + + + +update bd_invmandoc set sts= 'N' + + and abctype = #{abctype} + and accflag = #{accflag} + and cinvmnecode = #{cinvmnecode} + and consumesettleflag = #{consumesettleflag} + and coopdayfrom = #{coopdayfrom} + and coopdayto = #{coopdayto} + and costprice = #{costprice} + and createtime = #{createtime} + and creator = #{creator} + and def1 = #{def1} + and def10 = #{def10} + and def11 = #{def11} + and def12 = #{def12} + and def13 = #{def13} + and def14 = #{def14} + and def15 = #{def15} + and def16 = #{def16} + and def17 = #{def17} + and def18 = #{def18} + and def19 = #{def19} + and def2 = #{def2} + and def20 = #{def20} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and def6 = #{def6} + and def7 = #{def7} + and def8 = #{def8} + and def9 = #{def9} + and dr = #{dr} + and expaybacktax = #{expaybacktax} + and free1 = #{free1} + and free2 = #{free2} + and free3 = #{free3} + and free4 = #{free4} + and free5 = #{free5} + and grade = #{grade} + and invlifeperiod = #{invlifeperiod} + and isappendant = #{isappendant} + and isautoatpcheck = #{isautoatpcheck} + and iscancalculatedinvcost = #{iscancalculatedinvcost} + and iscanpurchased = #{iscanpurchased} + and iscansaleinvoice = #{iscansaleinvoice} + and iscansold = #{iscansold} + and isconfigable = #{isconfigable} + and isctlprodplanprice = #{isctlprodplanprice} + and isfatherofbom = #{isfatherofbom} + and isinvretfreeofchk = #{isinvretfreeofchk} + and isinvretinstobychk = #{isinvretinstobychk} + and isinvreturned = #{isinvreturned} + and isnoconallowed = #{isnoconallowed} + and isprimarybarcode = #{isprimarybarcode} + and isrecurrentcheck = #{isrecurrentcheck} + and issalable = #{issalable} + and issecondarybarcode = #{issecondarybarcode} + and isselfapprsupplier = #{isselfapprsupplier} + and isspecialty = #{isspecialty} + and issupplierstock = #{issupplierstock} + and isused = #{isused} + and isvirtual = #{isvirtual} + and keepwasterate = #{keepwasterate} + and lowestprice = #{lowestprice} + and mantaxitem = #{mantaxitem} + and maxprice = #{maxprice} + and memo = #{memo} + and modifier = #{modifier} + and modifytime = #{modifytime} + and negallowed = #{negallowed} + and outpriority = #{outpriority} + and outtrackin = #{outtrackin} + and pebegin = #{pebegin} + and peend = #{peend} + and pk_corp = #{pkCorp} + and pk_cumandoc = #{pkCumandoc} + and pk_dftfactory = #{pkDftfactory} + and pk_invbasdoc = #{pkInvbasdoc} + and pk_invmandoc = #{pkInvmandoc} + and pk_sealuser = #{pkSealuser} + and planprice = #{planprice} + and prodarea = #{prodarea} + and purchasestge = #{purchasestge} + and purwasterate = #{purwasterate} + and qualitydaynum = #{qualitydaynum} + and qualitymanflag = #{qualitymanflag} + and qualityperiodunit = #{qualityperiodunit} + and recurrentchkcyc = #{recurrentchkcyc} + and refsaleprice = #{refsaleprice} + and sealdate = #{sealdate} + and sealflag = #{sealflag} + and sellproxyflag = #{sellproxyflag} + and serialmanaflag = #{serialmanaflag} + and ts = #{ts} + and wholemanaflag = #{wholemanaflag} + and sts='Y' + + + + + delete from bd_invmandoc where pk_invmandoc = #{pkInvmandoc} + + + + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobbasfilEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobbasfilEntity.java new file mode 100644 index 00000000..6e8947bc --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobbasfilEntity.java @@ -0,0 +1,320 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdJobbasfil)实体类-项目档案 + * + * @author makejava + * @since 2023-09-04 14:46:18 + */ +public class BdJobbasfilEntity extends BaseEntity { + + private String begindate; + private String cremcode; + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def3; + private String def4; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private Integer dr; + private String enddate; + private String finishedflag; + private String forecastenddate; + private String jobcode; + private String jobname; + private String pkCorp; + private String pkJobbasfil; + private String pkJobcl; + private String pkJobtype; + private String sealflag; + private String ts; + + public String getBegindate() { + return begindate; + } + + public void setBegindate(String begindate) { + this.begindate = begindate; + } + + public String getCremcode() { + return cremcode; + } + + public void setCremcode(String cremcode) { + this.cremcode = cremcode; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getEnddate() { + return enddate; + } + + public void setEnddate(String enddate) { + this.enddate = enddate; + } + + public String getFinishedflag() { + return finishedflag; + } + + public void setFinishedflag(String finishedflag) { + this.finishedflag = finishedflag; + } + + public String getForecastenddate() { + return forecastenddate; + } + + public void setForecastenddate(String forecastenddate) { + this.forecastenddate = forecastenddate; + } + + public String getJobcode() { + return jobcode; + } + + public void setJobcode(String jobcode) { + this.jobcode = jobcode; + } + + public String getJobname() { + return jobname; + } + + public void setJobname(String jobname) { + this.jobname = jobname; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkJobbasfil() { + return pkJobbasfil; + } + + public void setPkJobbasfil(String pkJobbasfil) { + this.pkJobbasfil = pkJobbasfil; + } + + public String getPkJobcl() { + return pkJobcl; + } + + public void setPkJobcl(String pkJobcl) { + this.pkJobcl = pkJobcl; + } + + public String getPkJobtype() { + return pkJobtype; + } + + public void setPkJobtype(String pkJobtype) { + this.pkJobtype = pkJobtype; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobbasfilEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobbasfilEntity.xml new file mode 100644 index 00000000..1f1286e7 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobbasfilEntity.xml @@ -0,0 +1,751 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + begindate + ,cremcode + ,def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def3 + ,def4 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,dr + ,enddate + ,finishedflag + ,forecastenddate + ,jobcode + ,jobname + ,pk_corp + ,pk_jobbasfil + ,pk_jobcl + ,pk_jobtype + ,sealflag + ,ts + + + + + + + + + + + + + + + + + insert into bd_jobbasfil( + + begindate , + cremcode , + def1 , + def10 , + def11 , + def12 , + def13 , + def14 , + def15 , + def16 , + def17 , + def18 , + def19 , + def2 , + def20 , + def3 , + def4 , + def5 , + def6 , + def7 , + def8 , + def9 , + dr , + enddate , + finishedflag , + forecastenddate , + jobcode , + jobname , + pk_corp , + pk_jobbasfil , + pk_jobcl , + pk_jobtype , + sealflag , + ts , + sorts, + sts, + + )values( + + #{begindate} , + #{cremcode} , + #{def1} , + #{def10} , + #{def11} , + #{def12} , + #{def13} , + #{def14} , + #{def15} , + #{def16} , + #{def17} , + #{def18} , + #{def19} , + #{def2} , + #{def20} , + #{def3} , + #{def4} , + #{def5} , + #{def6} , + #{def7} , + #{def8} , + #{def9} , + #{dr} , + #{enddate} , + #{finishedflag} , + #{forecastenddate} , + #{jobcode} , + #{jobname} , + #{pkCorp} , + #{pkJobbasfil} , + #{pkJobcl} , + #{pkJobtype} , + #{sealflag} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_jobbasfil a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_jobbasfil(begindate, cremcode, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, enddate, finishedflag, forecastenddate, jobcode, jobname, pk_corp, pk_jobcl, pk_jobtype, sealflag, ts, sts) + values + + (#{entity.begindate},#{entity.cremcode},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.enddate},#{entity.finishedflag},#{entity.forecastenddate},#{entity.jobcode},#{entity.jobname},#{entity.pkCorp},#{entity.pkJobcl},#{entity.pkJobtype},#{entity.sealflag},#{entity.ts}, 'Y') + + + + + insert into bd_jobbasfil(begindate, cremcode, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, enddate, finishedflag, forecastenddate, jobcode, jobname, pk_corp, pk_jobcl, pk_jobtype, sealflag, ts) + values + + (#{entity.begindate},#{entity.cremcode},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.enddate},#{entity.finishedflag},#{entity.forecastenddate},#{entity.jobcode},#{entity.jobname},#{entity.pkCorp},#{entity.pkJobcl},#{entity.pkJobtype},#{entity.sealflag},#{entity.ts}) + + on duplicate key update + begindate = values(begindate), + cremcode = values(cremcode), + def1 = values(def1), + def10 = values(def10), + def11 = values(def11), + def12 = values(def12), + def13 = values(def13), + def14 = values(def14), + def15 = values(def15), + def16 = values(def16), + def17 = values(def17), + def18 = values(def18), + def19 = values(def19), + def2 = values(def2), + def20 = values(def20), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + def6 = values(def6), + def7 = values(def7), + def8 = values(def8), + def9 = values(def9), + dr = values(dr), + enddate = values(enddate), + finishedflag = values(finishedflag), + forecastenddate = values(forecastenddate), + jobcode = values(jobcode), + jobname = values(jobname), + pk_corp = values(pk_corp), + pk_jobcl = values(pk_jobcl), + pk_jobtype = values(pk_jobtype), + sealflag = values(sealflag), + ts = values(ts) + + +update bd_jobbasfil set + + begindate = #{begindate}, + cremcode = #{cremcode}, + def1 = #{def1}, + def10 = #{def10}, + def11 = #{def11}, + def12 = #{def12}, + def13 = #{def13}, + def14 = #{def14}, + def15 = #{def15}, + def16 = #{def16}, + def17 = #{def17}, + def18 = #{def18}, + def19 = #{def19}, + def2 = #{def2}, + def20 = #{def20}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + def6 = #{def6}, + def7 = #{def7}, + def8 = #{def8}, + def9 = #{def9}, + dr = #{dr}, + enddate = #{enddate}, + finishedflag = #{finishedflag}, + forecastenddate = #{forecastenddate}, + jobcode = #{jobcode}, + jobname = #{jobname}, + pk_corp = #{pkCorp}, + pk_jobcl = #{pkJobcl}, + pk_jobtype = #{pkJobtype}, + sealflag = #{sealflag}, + ts = #{ts}, + +where pk_jobbasfil = #{pkJobbasfil} + + + +update bd_jobbasfil set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_jobbasfil = #{pkJobbasfil} + + + +update bd_jobbasfil set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and begindate = #{begindate} + and cremcode = #{cremcode} + and def1 = #{def1} + and def10 = #{def10} + and def11 = #{def11} + and def12 = #{def12} + and def13 = #{def13} + and def14 = #{def14} + and def15 = #{def15} + and def16 = #{def16} + and def17 = #{def17} + and def18 = #{def18} + and def19 = #{def19} + and def2 = #{def2} + and def20 = #{def20} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and def6 = #{def6} + and def7 = #{def7} + and def8 = #{def8} + and def9 = #{def9} + and dr = #{dr} + and enddate = #{enddate} + and finishedflag = #{finishedflag} + and forecastenddate = #{forecastenddate} + and jobcode = #{jobcode} + and jobname = #{jobname} + and pk_corp = #{pkCorp} + and pk_jobbasfil = #{pkJobbasfil} + and pk_jobcl = #{pkJobcl} + and pk_jobtype = #{pkJobtype} + and sealflag = #{sealflag} + and ts = #{ts} + and sts='Y' + + + + + delete from bd_jobbasfil where pk_jobbasfil = #{pkJobbasfil} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobmngfilEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobmngfilEntity.java new file mode 100644 index 00000000..5a8867dd --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobmngfilEntity.java @@ -0,0 +1,313 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdJobmngfil)实体类 + * + * @author makejava + * @since 2023-09-04 14:48:35 + */ +public class BdJobmngfilEntity extends BaseEntity { + + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def3; + private String def4; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private Integer dr; + private String memo; + private String pkCorp; + private String pkCustdoc; + private String pkDeptdoc; + private String pkJobbasfil; + private String pkJobmngfil; + private String pkPsndoc; + private String pkVendoc; + private String pubflag; + private String remcode; + private String sealflag; + private String ts; + + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCustdoc() { + return pkCustdoc; + } + + public void setPkCustdoc(String pkCustdoc) { + this.pkCustdoc = pkCustdoc; + } + + public String getPkDeptdoc() { + return pkDeptdoc; + } + + public void setPkDeptdoc(String pkDeptdoc) { + this.pkDeptdoc = pkDeptdoc; + } + + public String getPkJobbasfil() { + return pkJobbasfil; + } + + public void setPkJobbasfil(String pkJobbasfil) { + this.pkJobbasfil = pkJobbasfil; + } + + public String getPkJobmngfil() { + return pkJobmngfil; + } + + public void setPkJobmngfil(String pkJobmngfil) { + this.pkJobmngfil = pkJobmngfil; + } + + public String getPkPsndoc() { + return pkPsndoc; + } + + public void setPkPsndoc(String pkPsndoc) { + this.pkPsndoc = pkPsndoc; + } + + public String getPkVendoc() { + return pkVendoc; + } + + public void setPkVendoc(String pkVendoc) { + this.pkVendoc = pkVendoc; + } + + public String getPubflag() { + return pubflag; + } + + public void setPubflag(String pubflag) { + this.pubflag = pubflag; + } + + public String getRemcode() { + return remcode; + } + + public void setRemcode(String remcode) { + this.remcode = remcode; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobmngfilEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobmngfilEntity.xml new file mode 100644 index 00000000..347063c2 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobmngfilEntity.xml @@ -0,0 +1,468 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def3 + ,def4 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,dr + ,memo + ,pk_corp + ,pk_custdoc + ,pk_deptdoc + ,pk_jobbasfil + ,pk_jobmngfil + ,pk_psndoc + ,pk_vendoc + ,pubflag + ,remcode + ,sealflag + ,ts + + + + + + + + + + + + + + + + insert into bd_jobmngfil( + + def1 , + def10 , + def11 , + def12 , + def13 , + def14 , + def15 , + def16 , + def17 , + def18 , + def19 , + def2 , + def20 , + def3 , + def4 , + def5 , + def6 , + def7 , + def8 , + def9 , + dr , + memo , + pk_corp , + pk_custdoc , + pk_deptdoc , + pk_jobbasfil , + pk_jobmngfil , + pk_psndoc , + pk_vendoc , + pubflag , + remcode , + sealflag , + ts , + sorts, + sts, + + )values( + + #{def1} , + #{def10} , + #{def11} , + #{def12} , + #{def13} , + #{def14} , + #{def15} , + #{def16} , + #{def17} , + #{def18} , + #{def19} , + #{def2} , + #{def20} , + #{def3} , + #{def4} , + #{def5} , + #{def6} , + #{def7} , + #{def8} , + #{def9} , + #{dr} , + #{memo} , + #{pkCorp} , + #{pkCustdoc} , + #{pkDeptdoc} , + #{pkJobbasfil} , + #{pkJobmngfil} , + #{pkPsndoc} , + #{pkVendoc} , + #{pubflag} , + #{remcode} , + #{sealflag} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_jobmngfil a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_jobmngfil(def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, memo, pk_corp, pk_custdoc, pk_deptdoc, pk_jobbasfil, pk_psndoc, pk_vendoc, pubflag, remcode, sealflag, ts, sts) + values + + (#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.memo},#{entity.pkCorp},#{entity.pkCustdoc},#{entity.pkDeptdoc},#{entity.pkJobbasfil},#{entity.pkPsndoc},#{entity.pkVendoc},#{entity.pubflag},#{entity.remcode},#{entity.sealflag},#{entity.ts}, 'Y') + + + + + insert into bd_jobmngfil(def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, memo, pk_corp, pk_custdoc, pk_deptdoc, pk_jobbasfil, pk_psndoc, pk_vendoc, pubflag, remcode, sealflag, ts) + values + + (#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.memo},#{entity.pkCorp},#{entity.pkCustdoc},#{entity.pkDeptdoc},#{entity.pkJobbasfil},#{entity.pkPsndoc},#{entity.pkVendoc},#{entity.pubflag},#{entity.remcode},#{entity.sealflag},#{entity.ts}) + + on duplicate key update + def1 = values(def1), + def10 = values(def10), + def11 = values(def11), + def12 = values(def12), + def13 = values(def13), + def14 = values(def14), + def15 = values(def15), + def16 = values(def16), + def17 = values(def17), + def18 = values(def18), + def19 = values(def19), + def2 = values(def2), + def20 = values(def20), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + def6 = values(def6), + def7 = values(def7), + def8 = values(def8), + def9 = values(def9), + dr = values(dr), + memo = values(memo), + pk_corp = values(pk_corp), + pk_custdoc = values(pk_custdoc), + pk_deptdoc = values(pk_deptdoc), + pk_jobbasfil = values(pk_jobbasfil), + pk_psndoc = values(pk_psndoc), + pk_vendoc = values(pk_vendoc), + pubflag = values(pubflag), + remcode = values(remcode), + sealflag = values(sealflag), + ts = values(ts) + + +update bd_jobmngfil set + + def1 = #{def1}, + def10 = #{def10}, + def11 = #{def11}, + def12 = #{def12}, + def13 = #{def13}, + def14 = #{def14}, + def15 = #{def15}, + def16 = #{def16}, + def17 = #{def17}, + def18 = #{def18}, + def19 = #{def19}, + def2 = #{def2}, + def20 = #{def20}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + def6 = #{def6}, + def7 = #{def7}, + def8 = #{def8}, + def9 = #{def9}, + dr = #{dr}, + memo = #{memo}, + pk_corp = #{pkCorp}, + pk_custdoc = #{pkCustdoc}, + pk_deptdoc = #{pkDeptdoc}, + pk_jobbasfil = #{pkJobbasfil}, + pk_psndoc = #{pkPsndoc}, + pk_vendoc = #{pkVendoc}, + pubflag = #{pubflag}, + remcode = #{remcode}, + sealflag = #{sealflag}, + ts = #{ts}, + +where pk_jobmngfil = #{pkJobmngfil} + + + +update bd_jobmngfil set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_jobmngfil = #{pkJobmngfil} + + + +update bd_jobmngfil set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and def1 = #{def1} + and def10 = #{def10} + and def11 = #{def11} + and def12 = #{def12} + and def13 = #{def13} + and def14 = #{def14} + and def15 = #{def15} + and def16 = #{def16} + and def17 = #{def17} + and def18 = #{def18} + and def19 = #{def19} + and def2 = #{def2} + and def20 = #{def20} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and def6 = #{def6} + and def7 = #{def7} + and def8 = #{def8} + and def9 = #{def9} + and dr = #{dr} + and memo = #{memo} + and pk_corp = #{pkCorp} + and pk_custdoc = #{pkCustdoc} + and pk_deptdoc = #{pkDeptdoc} + and pk_jobbasfil = #{pkJobbasfil} + and pk_jobmngfil = #{pkJobmngfil} + and pk_psndoc = #{pkPsndoc} + and pk_vendoc = #{pkVendoc} + and pubflag = #{pubflag} + and remcode = #{remcode} + and sealflag = #{sealflag} + and ts = #{ts} + and sts='Y' + + + + + delete from bd_jobmngfil where pk_jobmngfil = #{pkJobmngfil} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobtypeEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobtypeEntity.java new file mode 100644 index 00000000..6cad7576 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobtypeEntity.java @@ -0,0 +1,96 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (BdJobtype)实体类 + * + * @author makejava + * @since 2023-09-04 14:55:03 + */ +public class BdJobtypeEntity extends BaseEntity { + + private Integer controlnum; + private Integer dr; + private String jobclclass; + private String jobphaseflag; + private String jobtypecode; + private String jobtypename; + private String pkCorp; + private String pkJobtype; + private String ts; + + + public Integer getControlnum() { + return controlnum; + } + + public void setControlnum(Integer controlnum) { + this.controlnum = controlnum; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getJobclclass() { + return jobclclass; + } + + public void setJobclclass(String jobclclass) { + this.jobclclass = jobclclass; + } + + public String getJobphaseflag() { + return jobphaseflag; + } + + public void setJobphaseflag(String jobphaseflag) { + this.jobphaseflag = jobphaseflag; + } + + public String getJobtypecode() { + return jobtypecode; + } + + public void setJobtypecode(String jobtypecode) { + this.jobtypecode = jobtypecode; + } + + public String getJobtypename() { + return jobtypename; + } + + public void setJobtypename(String jobtypename) { + this.jobtypename = jobtypename; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkJobtype() { + return pkJobtype; + } + + public void setPkJobtype(String pkJobtype) { + this.pkJobtype = pkJobtype; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobtypeEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobtypeEntity.xml new file mode 100644 index 00000000..367d0b42 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdJobtypeEntity.xml @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + controlnum + ,dr + ,jobclclass + ,jobphaseflag + ,jobtypecode + ,jobtypename + ,pk_corp + ,pk_jobtype + ,ts + + + + + + + + + + + + + + + + insert into bd_jobtype( + + controlnum , + dr , + jobclclass , + jobphaseflag , + jobtypecode , + jobtypename , + pk_corp , + pk_jobtype , + ts , + sorts, + sts, + + )values( + + #{controlnum} , + #{dr} , + #{jobclclass} , + #{jobphaseflag} , + #{jobtypecode} , + #{jobtypename} , + #{pkCorp} , + #{pkJobtype} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_jobtype a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_jobtype(controlnum, dr, jobclclass, jobphaseflag, jobtypecode, jobtypename, pk_corp, ts, sts) + values + + (#{entity.controlnum},#{entity.dr},#{entity.jobclclass},#{entity.jobphaseflag},#{entity.jobtypecode},#{entity.jobtypename},#{entity.pkCorp},#{entity.ts}, 'Y') + + + + + insert into bd_jobtype(controlnum, dr, jobclclass, jobphaseflag, jobtypecode, jobtypename, pk_corp, ts) + values + + (#{entity.controlnum},#{entity.dr},#{entity.jobclclass},#{entity.jobphaseflag},#{entity.jobtypecode},#{entity.jobtypename},#{entity.pkCorp},#{entity.ts}) + + on duplicate key update + controlnum = values(controlnum), + dr = values(dr), + jobclclass = values(jobclclass), + jobphaseflag = values(jobphaseflag), + jobtypecode = values(jobtypecode), + jobtypename = values(jobtypename), + pk_corp = values(pk_corp), + ts = values(ts) + + +update bd_jobtype set + + controlnum = #{controlnum}, + dr = #{dr}, + jobclclass = #{jobclclass}, + jobphaseflag = #{jobphaseflag}, + jobtypecode = #{jobtypecode}, + jobtypename = #{jobtypename}, + pk_corp = #{pkCorp}, + ts = #{ts}, + +where pk_jobtype = #{pkJobtype} + + + +update bd_jobtype set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_jobtype = #{pkJobtype} + + + +update bd_jobtype set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and controlnum = #{controlnum} + and dr = #{dr} + and jobclclass = #{jobclclass} + and jobphaseflag = #{jobphaseflag} + and jobtypecode = #{jobtypecode} + and jobtypename = #{jobtypename} + and pk_corp = #{pkCorp} + and pk_jobtype = #{pkJobtype} + and ts = #{ts} + and sts='Y' + + + + + delete from bd_jobtype where pk_jobtype = #{pkJobtype} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdPsndocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdPsndocEntity.java new file mode 100644 index 00000000..a4989bbd --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdPsndocEntity.java @@ -0,0 +1,807 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (BdPsndoc)实体类 + * + * @author makejava + * @since 2023-12-09 15:18:18 + */ +public class BdPsndocEntity extends BaseEntity { + + private String amcode; + private String clerkcode; + private String clerkflag; + private String createtime; + private String creator; + private String def1; + private String def10; + private String def11; + private String def12; + private String def13; + private String def14; + private String def15; + private String def16; + private String def17; + private String def18; + private String def19; + private String def2; + private String def20; + private String def3; + private String def4; + private String def5; + private String def6; + private String def7; + private String def8; + private String def9; + private Integer dr; + private String indocflag; + private String indutydate; + private String innercode; + private String jobrank; + private String jobseries; + private String maxinnercode; + private String modifier; + private String modifytime; + private String outdutydate; + private String pkCorp; + private String pkDeptdoc; + private String pkOmJob; + private String pkPsnbasdoc; + private String pkPsncl; + private String pkPsndoc; + private Integer psnclscope; + private String psncode; + private String psnname; + private String sealdate; + private String ts; + private String directleader; + private String dutyname; + private String groupdef1; + private String groupdef10; + private String groupdef11; + private String groupdef12; + private String groupdef13; + private String groupdef14; + private String groupdef15; + private String groupdef16; + private String groupdef17; + private String groupdef18; + private String groupdef19; + private String groupdef2; + private String groupdef20; + private String groupdef3; + private String groupdef4; + private String groupdef5; + private String groupdef6; + private String groupdef7; + private String groupdef8; + private String groupdef9; + private String hroperator; + private String insource; + private String iscalovertime; + private String isreferenced; + private String isreturn; + private String onpostdate; + private String outmethod; + private String pkClerkclass; + private String pkDutyrank; + private String pkPsntype; + private String poststat; + private String psnnamepinyin; + private String recruitresource; + private String regular; + private String regulardata; + private String series; + private Integer showorder; + private Integer tbmProp; + private String timecardid; + private String wastopdate; + + + public String getAmcode() { + return amcode; + } + + public void setAmcode(String amcode) { + this.amcode = amcode; + } + + public String getClerkcode() { + return clerkcode; + } + + public void setClerkcode(String clerkcode) { + this.clerkcode = clerkcode; + } + + public String getClerkflag() { + return clerkflag; + } + + public void setClerkflag(String clerkflag) { + this.clerkflag = clerkflag; + } + + public String getCreatetime() { + return createtime; + } + + public void setCreatetime(String createtime) { + this.createtime = createtime; + } + + public String getCreator() { + return creator; + } + + public void setCreator(String creator) { + this.creator = creator; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef10() { + return def10; + } + + public void setDef10(String def10) { + this.def10 = def10; + } + + public String getDef11() { + return def11; + } + + public void setDef11(String def11) { + this.def11 = def11; + } + + public String getDef12() { + return def12; + } + + public void setDef12(String def12) { + this.def12 = def12; + } + + public String getDef13() { + return def13; + } + + public void setDef13(String def13) { + this.def13 = def13; + } + + public String getDef14() { + return def14; + } + + public void setDef14(String def14) { + this.def14 = def14; + } + + public String getDef15() { + return def15; + } + + public void setDef15(String def15) { + this.def15 = def15; + } + + public String getDef16() { + return def16; + } + + public void setDef16(String def16) { + this.def16 = def16; + } + + public String getDef17() { + return def17; + } + + public void setDef17(String def17) { + this.def17 = def17; + } + + public String getDef18() { + return def18; + } + + public void setDef18(String def18) { + this.def18 = def18; + } + + public String getDef19() { + return def19; + } + + public void setDef19(String def19) { + this.def19 = def19; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef20() { + return def20; + } + + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public String getDef6() { + return def6; + } + + public void setDef6(String def6) { + this.def6 = def6; + } + + public String getDef7() { + return def7; + } + + public void setDef7(String def7) { + this.def7 = def7; + } + + public String getDef8() { + return def8; + } + + public void setDef8(String def8) { + this.def8 = def8; + } + + public String getDef9() { + return def9; + } + + public void setDef9(String def9) { + this.def9 = def9; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getIndocflag() { + return indocflag; + } + + public void setIndocflag(String indocflag) { + this.indocflag = indocflag; + } + + public String getIndutydate() { + return indutydate; + } + + public void setIndutydate(String indutydate) { + this.indutydate = indutydate; + } + + public String getInnercode() { + return innercode; + } + + public void setInnercode(String innercode) { + this.innercode = innercode; + } + + public String getJobrank() { + return jobrank; + } + + public void setJobrank(String jobrank) { + this.jobrank = jobrank; + } + + public String getJobseries() { + return jobseries; + } + + public void setJobseries(String jobseries) { + this.jobseries = jobseries; + } + + public String getMaxinnercode() { + return maxinnercode; + } + + public void setMaxinnercode(String maxinnercode) { + this.maxinnercode = maxinnercode; + } + + public String getModifier() { + return modifier; + } + + public void setModifier(String modifier) { + this.modifier = modifier; + } + + public String getModifytime() { + return modifytime; + } + + public void setModifytime(String modifytime) { + this.modifytime = modifytime; + } + + public String getOutdutydate() { + return outdutydate; + } + + public void setOutdutydate(String outdutydate) { + this.outdutydate = outdutydate; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkDeptdoc() { + return pkDeptdoc; + } + + public void setPkDeptdoc(String pkDeptdoc) { + this.pkDeptdoc = pkDeptdoc; + } + + public String getPkOmJob() { + return pkOmJob; + } + + public void setPkOmJob(String pkOmJob) { + this.pkOmJob = pkOmJob; + } + + public String getPkPsnbasdoc() { + return pkPsnbasdoc; + } + + public void setPkPsnbasdoc(String pkPsnbasdoc) { + this.pkPsnbasdoc = pkPsnbasdoc; + } + + public String getPkPsncl() { + return pkPsncl; + } + + public void setPkPsncl(String pkPsncl) { + this.pkPsncl = pkPsncl; + } + + public String getPkPsndoc() { + return pkPsndoc; + } + + public void setPkPsndoc(String pkPsndoc) { + this.pkPsndoc = pkPsndoc; + } + + public Integer getPsnclscope() { + return psnclscope; + } + + public void setPsnclscope(Integer psnclscope) { + this.psnclscope = psnclscope; + } + + public String getPsncode() { + return psncode; + } + + public void setPsncode(String psncode) { + this.psncode = psncode; + } + + public String getPsnname() { + return psnname; + } + + public void setPsnname(String psnname) { + this.psnname = psnname; + } + + public String getSealdate() { + return sealdate; + } + + public void setSealdate(String sealdate) { + this.sealdate = sealdate; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getDirectleader() { + return directleader; + } + + public void setDirectleader(String directleader) { + this.directleader = directleader; + } + + public String getDutyname() { + return dutyname; + } + + public void setDutyname(String dutyname) { + this.dutyname = dutyname; + } + + public String getGroupdef1() { + return groupdef1; + } + + public void setGroupdef1(String groupdef1) { + this.groupdef1 = groupdef1; + } + + public String getGroupdef10() { + return groupdef10; + } + + public void setGroupdef10(String groupdef10) { + this.groupdef10 = groupdef10; + } + + public String getGroupdef11() { + return groupdef11; + } + + public void setGroupdef11(String groupdef11) { + this.groupdef11 = groupdef11; + } + + public String getGroupdef12() { + return groupdef12; + } + + public void setGroupdef12(String groupdef12) { + this.groupdef12 = groupdef12; + } + + public String getGroupdef13() { + return groupdef13; + } + + public void setGroupdef13(String groupdef13) { + this.groupdef13 = groupdef13; + } + + public String getGroupdef14() { + return groupdef14; + } + + public void setGroupdef14(String groupdef14) { + this.groupdef14 = groupdef14; + } + + public String getGroupdef15() { + return groupdef15; + } + + public void setGroupdef15(String groupdef15) { + this.groupdef15 = groupdef15; + } + + public String getGroupdef16() { + return groupdef16; + } + + public void setGroupdef16(String groupdef16) { + this.groupdef16 = groupdef16; + } + + public String getGroupdef17() { + return groupdef17; + } + + public void setGroupdef17(String groupdef17) { + this.groupdef17 = groupdef17; + } + + public String getGroupdef18() { + return groupdef18; + } + + public void setGroupdef18(String groupdef18) { + this.groupdef18 = groupdef18; + } + + public String getGroupdef19() { + return groupdef19; + } + + public void setGroupdef19(String groupdef19) { + this.groupdef19 = groupdef19; + } + + public String getGroupdef2() { + return groupdef2; + } + + public void setGroupdef2(String groupdef2) { + this.groupdef2 = groupdef2; + } + + public String getGroupdef20() { + return groupdef20; + } + + public void setGroupdef20(String groupdef20) { + this.groupdef20 = groupdef20; + } + + public String getGroupdef3() { + return groupdef3; + } + + public void setGroupdef3(String groupdef3) { + this.groupdef3 = groupdef3; + } + + public String getGroupdef4() { + return groupdef4; + } + + public void setGroupdef4(String groupdef4) { + this.groupdef4 = groupdef4; + } + + public String getGroupdef5() { + return groupdef5; + } + + public void setGroupdef5(String groupdef5) { + this.groupdef5 = groupdef5; + } + + public String getGroupdef6() { + return groupdef6; + } + + public void setGroupdef6(String groupdef6) { + this.groupdef6 = groupdef6; + } + + public String getGroupdef7() { + return groupdef7; + } + + public void setGroupdef7(String groupdef7) { + this.groupdef7 = groupdef7; + } + + public String getGroupdef8() { + return groupdef8; + } + + public void setGroupdef8(String groupdef8) { + this.groupdef8 = groupdef8; + } + + public String getGroupdef9() { + return groupdef9; + } + + public void setGroupdef9(String groupdef9) { + this.groupdef9 = groupdef9; + } + + public String getHroperator() { + return hroperator; + } + + public void setHroperator(String hroperator) { + this.hroperator = hroperator; + } + + public String getInsource() { + return insource; + } + + public void setInsource(String insource) { + this.insource = insource; + } + + public String getIscalovertime() { + return iscalovertime; + } + + public void setIscalovertime(String iscalovertime) { + this.iscalovertime = iscalovertime; + } + + public String getIsreferenced() { + return isreferenced; + } + + public void setIsreferenced(String isreferenced) { + this.isreferenced = isreferenced; + } + + public String getIsreturn() { + return isreturn; + } + + public void setIsreturn(String isreturn) { + this.isreturn = isreturn; + } + + public String getOnpostdate() { + return onpostdate; + } + + public void setOnpostdate(String onpostdate) { + this.onpostdate = onpostdate; + } + + public String getOutmethod() { + return outmethod; + } + + public void setOutmethod(String outmethod) { + this.outmethod = outmethod; + } + + public String getPkClerkclass() { + return pkClerkclass; + } + + public void setPkClerkclass(String pkClerkclass) { + this.pkClerkclass = pkClerkclass; + } + + public String getPkDutyrank() { + return pkDutyrank; + } + + public void setPkDutyrank(String pkDutyrank) { + this.pkDutyrank = pkDutyrank; + } + + public String getPkPsntype() { + return pkPsntype; + } + + public void setPkPsntype(String pkPsntype) { + this.pkPsntype = pkPsntype; + } + + public String getPoststat() { + return poststat; + } + + public void setPoststat(String poststat) { + this.poststat = poststat; + } + + public String getPsnnamepinyin() { + return psnnamepinyin; + } + + public void setPsnnamepinyin(String psnnamepinyin) { + this.psnnamepinyin = psnnamepinyin; + } + + public String getRecruitresource() { + return recruitresource; + } + + public void setRecruitresource(String recruitresource) { + this.recruitresource = recruitresource; + } + + public String getRegular() { + return regular; + } + + public void setRegular(String regular) { + this.regular = regular; + } + + public String getRegulardata() { + return regulardata; + } + + public void setRegulardata(String regulardata) { + this.regulardata = regulardata; + } + + public String getSeries() { + return series; + } + + public void setSeries(String series) { + this.series = series; + } + + public Integer getShoworder() { + return showorder; + } + + public void setShoworder(Integer showorder) { + this.showorder = showorder; + } + + public Integer getTbmProp() { + return tbmProp; + } + + public void setTbmProp(Integer tbmProp) { + this.tbmProp = tbmProp; + } + + public String getTimecardid() { + return timecardid; + } + + public void setTimecardid(String timecardid) { + this.timecardid = timecardid; + } + + public String getWastopdate() { + return wastopdate; + } + + public void setWastopdate(String wastopdate) { + this.wastopdate = wastopdate; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdPsndocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdPsndocEntity.xml new file mode 100644 index 00000000..66c783e7 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdPsndocEntity.xml @@ -0,0 +1,1079 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + amcode + ,clerkcode + ,clerkflag + ,createtime + ,creator + ,def1 + ,def10 + ,def11 + ,def12 + ,def13 + ,def14 + ,def15 + ,def16 + ,def17 + ,def18 + ,def19 + ,def2 + ,def20 + ,def3 + ,def4 + ,def5 + ,def6 + ,def7 + ,def8 + ,def9 + ,dr + ,indocflag + ,indutydate + ,innercode + ,jobrank + ,jobseries + ,maxinnercode + ,modifier + ,modifytime + ,outdutydate + ,pk_corp + ,pk_deptdoc + ,pk_om_job + ,pk_psnbasdoc + ,pk_psncl + ,pk_psndoc + ,psnclscope + ,psncode + ,psnname + ,sealdate + ,ts + ,directleader + ,dutyname + ,groupdef1 + ,groupdef10 + ,groupdef11 + ,groupdef12 + ,groupdef13 + ,groupdef14 + ,groupdef15 + ,groupdef16 + ,groupdef17 + ,groupdef18 + ,groupdef19 + ,groupdef2 + ,groupdef20 + ,groupdef3 + ,groupdef4 + ,groupdef5 + ,groupdef6 + ,groupdef7 + ,groupdef8 + ,groupdef9 + ,hroperator + ,insource + ,iscalovertime + ,isreferenced + ,isreturn + ,onpostdate + ,outmethod + ,pk_clerkclass + ,pk_dutyrank + ,pk_psntype + ,poststat + ,psnnamepinyin + ,recruitresource + ,regular + ,regulardata + ,series + ,showorder + ,tbm_prop + ,timecardid + ,wastopdate + + + + + + + + + + + + + + + + insert into bd_psndoc( + + amcode , + clerkcode , + clerkflag , + createtime , + creator , + def1 , + def10 , + def11 , + def12 , + def13 , + def14 , + def15 , + def16 , + def17 , + def18 , + def19 , + def2 , + def20 , + def3 , + def4 , + def5 , + def6 , + def7 , + def8 , + def9 , + dr , + indocflag , + indutydate , + innercode , + jobrank , + jobseries , + maxinnercode , + modifier , + modifytime , + outdutydate , + pk_corp , + pk_deptdoc , + pk_om_job , + pk_psnbasdoc , + pk_psncl , + pk_psndoc , + psnclscope , + psncode , + psnname , + sealdate , + ts , + directleader , + dutyname , + groupdef1 , + groupdef10 , + groupdef11 , + groupdef12 , + groupdef13 , + groupdef14 , + groupdef15 , + groupdef16 , + groupdef17 , + groupdef18 , + groupdef19 , + groupdef2 , + groupdef20 , + groupdef3 , + groupdef4 , + groupdef5 , + groupdef6 , + groupdef7 , + groupdef8 , + groupdef9 , + hroperator , + insource , + iscalovertime , + isreferenced , + isreturn , + onpostdate , + outmethod , + pk_clerkclass , + pk_dutyrank , + pk_psntype , + poststat , + psnnamepinyin , + recruitresource , + regular , + regulardata , + series , + showorder , + tbm_prop , + timecardid , + wastopdate , + sorts, + sts, + + )values( + + #{amcode} , + #{clerkcode} , + #{clerkflag} , + #{createtime} , + #{creator} , + #{def1} , + #{def10} , + #{def11} , + #{def12} , + #{def13} , + #{def14} , + #{def15} , + #{def16} , + #{def17} , + #{def18} , + #{def19} , + #{def2} , + #{def20} , + #{def3} , + #{def4} , + #{def5} , + #{def6} , + #{def7} , + #{def8} , + #{def9} , + #{dr} , + #{indocflag} , + #{indutydate} , + #{innercode} , + #{jobrank} , + #{jobseries} , + #{maxinnercode} , + #{modifier} , + #{modifytime} , + #{outdutydate} , + #{pkCorp} , + #{pkDeptdoc} , + #{pkOmJob} , + #{pkPsnbasdoc} , + #{pkPsncl} , + #{pkPsndoc} , + #{psnclscope} , + #{psncode} , + #{psnname} , + #{sealdate} , + #{ts} , + #{directleader} , + #{dutyname} , + #{groupdef1} , + #{groupdef10} , + #{groupdef11} , + #{groupdef12} , + #{groupdef13} , + #{groupdef14} , + #{groupdef15} , + #{groupdef16} , + #{groupdef17} , + #{groupdef18} , + #{groupdef19} , + #{groupdef2} , + #{groupdef20} , + #{groupdef3} , + #{groupdef4} , + #{groupdef5} , + #{groupdef6} , + #{groupdef7} , + #{groupdef8} , + #{groupdef9} , + #{hroperator} , + #{insource} , + #{iscalovertime} , + #{isreferenced} , + #{isreturn} , + #{onpostdate} , + #{outmethod} , + #{pkClerkclass} , + #{pkDutyrank} , + #{pkPsntype} , + #{poststat} , + #{psnnamepinyin} , + #{recruitresource} , + #{regular} , + #{regulardata} , + #{series} , + #{showorder} , + #{tbmProp} , + #{timecardid} , + #{wastopdate} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_psndoc a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_psndoc(amcode, clerkcode, clerkflag, createtime, creator, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, indocflag, indutydate, innercode, jobrank, jobseries, maxinnercode, modifier, modifytime, outdutydate, pk_corp, pk_deptdoc, pk_om_job, pk_psnbasdoc, pk_psncl, psnclscope, psncode, psnname, sealdate, ts, directleader, dutyname, groupdef1, groupdef10, groupdef11, groupdef12, groupdef13, groupdef14, groupdef15, groupdef16, groupdef17, groupdef18, groupdef19, groupdef2, groupdef20, groupdef3, groupdef4, groupdef5, groupdef6, groupdef7, groupdef8, groupdef9, hroperator, insource, iscalovertime, isreferenced, isreturn, onpostdate, outmethod, pk_clerkclass, pk_dutyrank, pk_psntype, poststat, psnnamepinyin, recruitresource, regular, regulardata, series, showorder, tbm_prop, timecardid, wastopdate, sts) + values + + (#{entity.amcode},#{entity.clerkcode},#{entity.clerkflag},#{entity.createtime},#{entity.creator},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.indocflag},#{entity.indutydate},#{entity.innercode},#{entity.jobrank},#{entity.jobseries},#{entity.maxinnercode},#{entity.modifier},#{entity.modifytime},#{entity.outdutydate},#{entity.pkCorp},#{entity.pkDeptdoc},#{entity.pkOmJob},#{entity.pkPsnbasdoc},#{entity.pkPsncl},#{entity.psnclscope},#{entity.psncode},#{entity.psnname},#{entity.sealdate},#{entity.ts},#{entity.directleader},#{entity.dutyname},#{entity.groupdef1},#{entity.groupdef10},#{entity.groupdef11},#{entity.groupdef12},#{entity.groupdef13},#{entity.groupdef14},#{entity.groupdef15},#{entity.groupdef16},#{entity.groupdef17},#{entity.groupdef18},#{entity.groupdef19},#{entity.groupdef2},#{entity.groupdef20},#{entity.groupdef3},#{entity.groupdef4},#{entity.groupdef5},#{entity.groupdef6},#{entity.groupdef7},#{entity.groupdef8},#{entity.groupdef9},#{entity.hroperator},#{entity.insource},#{entity.iscalovertime},#{entity.isreferenced},#{entity.isreturn},#{entity.onpostdate},#{entity.outmethod},#{entity.pkClerkclass},#{entity.pkDutyrank},#{entity.pkPsntype},#{entity.poststat},#{entity.psnnamepinyin},#{entity.recruitresource},#{entity.regular},#{entity.regulardata},#{entity.series},#{entity.showorder},#{entity.tbmProp},#{entity.timecardid},#{entity.wastopdate}, 'Y') + + + + + insert into bd_psndoc(amcode, clerkcode, clerkflag, createtime, creator, def1, def10, def11, def12, def13, def14, def15, def16, def17, def18, def19, def2, def20, def3, def4, def5, def6, def7, def8, def9, dr, indocflag, indutydate, innercode, jobrank, jobseries, maxinnercode, modifier, modifytime, outdutydate, pk_corp, pk_deptdoc, pk_om_job, pk_psnbasdoc, pk_psncl, psnclscope, psncode, psnname, sealdate, ts, directleader, dutyname, groupdef1, groupdef10, groupdef11, groupdef12, groupdef13, groupdef14, groupdef15, groupdef16, groupdef17, groupdef18, groupdef19, groupdef2, groupdef20, groupdef3, groupdef4, groupdef5, groupdef6, groupdef7, groupdef8, groupdef9, hroperator, insource, iscalovertime, isreferenced, isreturn, onpostdate, outmethod, pk_clerkclass, pk_dutyrank, pk_psntype, poststat, psnnamepinyin, recruitresource, regular, regulardata, series, showorder, tbm_prop, timecardid, wastopdate) + values + + (#{entity.amcode},#{entity.clerkcode},#{entity.clerkflag},#{entity.createtime},#{entity.creator},#{entity.def1},#{entity.def10},#{entity.def11},#{entity.def12},#{entity.def13},#{entity.def14},#{entity.def15},#{entity.def16},#{entity.def17},#{entity.def18},#{entity.def19},#{entity.def2},#{entity.def20},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.def6},#{entity.def7},#{entity.def8},#{entity.def9},#{entity.dr},#{entity.indocflag},#{entity.indutydate},#{entity.innercode},#{entity.jobrank},#{entity.jobseries},#{entity.maxinnercode},#{entity.modifier},#{entity.modifytime},#{entity.outdutydate},#{entity.pkCorp},#{entity.pkDeptdoc},#{entity.pkOmJob},#{entity.pkPsnbasdoc},#{entity.pkPsncl},#{entity.psnclscope},#{entity.psncode},#{entity.psnname},#{entity.sealdate},#{entity.ts},#{entity.directleader},#{entity.dutyname},#{entity.groupdef1},#{entity.groupdef10},#{entity.groupdef11},#{entity.groupdef12},#{entity.groupdef13},#{entity.groupdef14},#{entity.groupdef15},#{entity.groupdef16},#{entity.groupdef17},#{entity.groupdef18},#{entity.groupdef19},#{entity.groupdef2},#{entity.groupdef20},#{entity.groupdef3},#{entity.groupdef4},#{entity.groupdef5},#{entity.groupdef6},#{entity.groupdef7},#{entity.groupdef8},#{entity.groupdef9},#{entity.hroperator},#{entity.insource},#{entity.iscalovertime},#{entity.isreferenced},#{entity.isreturn},#{entity.onpostdate},#{entity.outmethod},#{entity.pkClerkclass},#{entity.pkDutyrank},#{entity.pkPsntype},#{entity.poststat},#{entity.psnnamepinyin},#{entity.recruitresource},#{entity.regular},#{entity.regulardata},#{entity.series},#{entity.showorder},#{entity.tbmProp},#{entity.timecardid},#{entity.wastopdate}) + + on duplicate key update + amcode = values(amcode), + clerkcode = values(clerkcode), + clerkflag = values(clerkflag), + createtime = values(createtime), + creator = values(creator), + def1 = values(def1), + def10 = values(def10), + def11 = values(def11), + def12 = values(def12), + def13 = values(def13), + def14 = values(def14), + def15 = values(def15), + def16 = values(def16), + def17 = values(def17), + def18 = values(def18), + def19 = values(def19), + def2 = values(def2), + def20 = values(def20), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + def6 = values(def6), + def7 = values(def7), + def8 = values(def8), + def9 = values(def9), + dr = values(dr), + indocflag = values(indocflag), + indutydate = values(indutydate), + innercode = values(innercode), + jobrank = values(jobrank), + jobseries = values(jobseries), + maxinnercode = values(maxinnercode), + modifier = values(modifier), + modifytime = values(modifytime), + outdutydate = values(outdutydate), + pk_corp = values(pk_corp), + pk_deptdoc = values(pk_deptdoc), + pk_om_job = values(pk_om_job), + pk_psnbasdoc = values(pk_psnbasdoc), + pk_psncl = values(pk_psncl), + psnclscope = values(psnclscope), + psncode = values(psncode), + psnname = values(psnname), + sealdate = values(sealdate), + ts = values(ts), + directleader = values(directleader), + dutyname = values(dutyname), + groupdef1 = values(groupdef1), + groupdef10 = values(groupdef10), + groupdef11 = values(groupdef11), + groupdef12 = values(groupdef12), + groupdef13 = values(groupdef13), + groupdef14 = values(groupdef14), + groupdef15 = values(groupdef15), + groupdef16 = values(groupdef16), + groupdef17 = values(groupdef17), + groupdef18 = values(groupdef18), + groupdef19 = values(groupdef19), + groupdef2 = values(groupdef2), + groupdef20 = values(groupdef20), + groupdef3 = values(groupdef3), + groupdef4 = values(groupdef4), + groupdef5 = values(groupdef5), + groupdef6 = values(groupdef6), + groupdef7 = values(groupdef7), + groupdef8 = values(groupdef8), + groupdef9 = values(groupdef9), + hroperator = values(hroperator), + insource = values(insource), + iscalovertime = values(iscalovertime), + isreferenced = values(isreferenced), + isreturn = values(isreturn), + onpostdate = values(onpostdate), + outmethod = values(outmethod), + pk_clerkclass = values(pk_clerkclass), + pk_dutyrank = values(pk_dutyrank), + pk_psntype = values(pk_psntype), + poststat = values(poststat), + psnnamepinyin = values(psnnamepinyin), + recruitresource = values(recruitresource), + regular = values(regular), + regulardata = values(regulardata), + series = values(series), + showorder = values(showorder), + tbm_prop = values(tbm_prop), + timecardid = values(timecardid), + wastopdate = values(wastopdate) + + +update bd_psndoc set + + amcode = #{amcode}, + clerkcode = #{clerkcode}, + clerkflag = #{clerkflag}, + createtime = #{createtime}, + creator = #{creator}, + def1 = #{def1}, + def10 = #{def10}, + def11 = #{def11}, + def12 = #{def12}, + def13 = #{def13}, + def14 = #{def14}, + def15 = #{def15}, + def16 = #{def16}, + def17 = #{def17}, + def18 = #{def18}, + def19 = #{def19}, + def2 = #{def2}, + def20 = #{def20}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + def6 = #{def6}, + def7 = #{def7}, + def8 = #{def8}, + def9 = #{def9}, + dr = #{dr}, + indocflag = #{indocflag}, + indutydate = #{indutydate}, + innercode = #{innercode}, + jobrank = #{jobrank}, + jobseries = #{jobseries}, + maxinnercode = #{maxinnercode}, + modifier = #{modifier}, + modifytime = #{modifytime}, + outdutydate = #{outdutydate}, + pk_corp = #{pkCorp}, + pk_deptdoc = #{pkDeptdoc}, + pk_om_job = #{pkOmJob}, + pk_psnbasdoc = #{pkPsnbasdoc}, + pk_psncl = #{pkPsncl}, + psnclscope = #{psnclscope}, + psncode = #{psncode}, + psnname = #{psnname}, + sealdate = #{sealdate}, + ts = #{ts}, + directleader = #{directleader}, + dutyname = #{dutyname}, + groupdef1 = #{groupdef1}, + groupdef10 = #{groupdef10}, + groupdef11 = #{groupdef11}, + groupdef12 = #{groupdef12}, + groupdef13 = #{groupdef13}, + groupdef14 = #{groupdef14}, + groupdef15 = #{groupdef15}, + groupdef16 = #{groupdef16}, + groupdef17 = #{groupdef17}, + groupdef18 = #{groupdef18}, + groupdef19 = #{groupdef19}, + groupdef2 = #{groupdef2}, + groupdef20 = #{groupdef20}, + groupdef3 = #{groupdef3}, + groupdef4 = #{groupdef4}, + groupdef5 = #{groupdef5}, + groupdef6 = #{groupdef6}, + groupdef7 = #{groupdef7}, + groupdef8 = #{groupdef8}, + groupdef9 = #{groupdef9}, + hroperator = #{hroperator}, + insource = #{insource}, + iscalovertime = #{iscalovertime}, + isreferenced = #{isreferenced}, + isreturn = #{isreturn}, + onpostdate = #{onpostdate}, + outmethod = #{outmethod}, + pk_clerkclass = #{pkClerkclass}, + pk_dutyrank = #{pkDutyrank}, + pk_psntype = #{pkPsntype}, + poststat = #{poststat}, + psnnamepinyin = #{psnnamepinyin}, + recruitresource = #{recruitresource}, + regular = #{regular}, + regulardata = #{regulardata}, + series = #{series}, + showorder = #{showorder}, + tbm_prop = #{tbmProp}, + timecardid = #{timecardid}, + wastopdate = #{wastopdate}, + +where pk_psndoc = #{pkPsndoc} + + + +update bd_psndoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where pk_psndoc = #{pkPsndoc} + + + +update bd_psndoc set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and amcode = #{amcode} + and clerkcode = #{clerkcode} + and clerkflag = #{clerkflag} + and createtime = #{createtime} + and creator = #{creator} + and def1 = #{def1} + and def10 = #{def10} + and def11 = #{def11} + and def12 = #{def12} + and def13 = #{def13} + and def14 = #{def14} + and def15 = #{def15} + and def16 = #{def16} + and def17 = #{def17} + and def18 = #{def18} + and def19 = #{def19} + and def2 = #{def2} + and def20 = #{def20} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and def6 = #{def6} + and def7 = #{def7} + and def8 = #{def8} + and def9 = #{def9} + and dr = #{dr} + and indocflag = #{indocflag} + and indutydate = #{indutydate} + and innercode = #{innercode} + and jobrank = #{jobrank} + and jobseries = #{jobseries} + and maxinnercode = #{maxinnercode} + and modifier = #{modifier} + and modifytime = #{modifytime} + and outdutydate = #{outdutydate} + and pk_corp = #{pkCorp} + and pk_deptdoc = #{pkDeptdoc} + and pk_om_job = #{pkOmJob} + and pk_psnbasdoc = #{pkPsnbasdoc} + and pk_psncl = #{pkPsncl} + and pk_psndoc = #{pkPsndoc} + and psnclscope = #{psnclscope} + and psncode = #{psncode} + and psnname = #{psnname} + and sealdate = #{sealdate} + and ts = #{ts} + and directleader = #{directleader} + and dutyname = #{dutyname} + and groupdef1 = #{groupdef1} + and groupdef10 = #{groupdef10} + and groupdef11 = #{groupdef11} + and groupdef12 = #{groupdef12} + and groupdef13 = #{groupdef13} + and groupdef14 = #{groupdef14} + and groupdef15 = #{groupdef15} + and groupdef16 = #{groupdef16} + and groupdef17 = #{groupdef17} + and groupdef18 = #{groupdef18} + and groupdef19 = #{groupdef19} + and groupdef2 = #{groupdef2} + and groupdef20 = #{groupdef20} + and groupdef3 = #{groupdef3} + and groupdef4 = #{groupdef4} + and groupdef5 = #{groupdef5} + and groupdef6 = #{groupdef6} + and groupdef7 = #{groupdef7} + and groupdef8 = #{groupdef8} + and groupdef9 = #{groupdef9} + and hroperator = #{hroperator} + and insource = #{insource} + and iscalovertime = #{iscalovertime} + and isreferenced = #{isreferenced} + and isreturn = #{isreturn} + and onpostdate = #{onpostdate} + and outmethod = #{outmethod} + and pk_clerkclass = #{pkClerkclass} + and pk_dutyrank = #{pkDutyrank} + and pk_psntype = #{pkPsntype} + and poststat = #{poststat} + and psnnamepinyin = #{psnnamepinyin} + and recruitresource = #{recruitresource} + and regular = #{regular} + and regulardata = #{regulardata} + and series = #{series} + and showorder = #{showorder} + and tbm_prop = #{tbmProp} + and timecardid = #{timecardid} + and wastopdate = #{wastopdate} + and sts='Y' + + + + + delete from bd_psndoc where pk_psndoc = #{pkPsndoc} + + + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdRdclEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdRdclEntity.java new file mode 100644 index 00000000..2ffc4e73 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdRdclEntity.java @@ -0,0 +1,105 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (BdRdcl)实体类 + * + * @author makejava + * @since 2023-12-04 13:49:11 + */ +public class BdRdclEntity extends BaseEntity { + + private Integer dr; + private Integer iflag; + private String pkCorp; + private String pkFrdcl; + private String pkRdcl; + private String rdcode; + private Integer rdflag; + private String rdname; + private String sealflag; + private String ts; + + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public Integer getIflag() { + return iflag; + } + + public void setIflag(Integer iflag) { + this.iflag = iflag; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkFrdcl() { + return pkFrdcl; + } + + public void setPkFrdcl(String pkFrdcl) { + this.pkFrdcl = pkFrdcl; + } + + public String getPkRdcl() { + return pkRdcl; + } + + public void setPkRdcl(String pkRdcl) { + this.pkRdcl = pkRdcl; + } + + public String getRdcode() { + return rdcode; + } + + public void setRdcode(String rdcode) { + this.rdcode = rdcode; + } + + public Integer getRdflag() { + return rdflag; + } + + public void setRdflag(Integer rdflag) { + this.rdflag = rdflag; + } + + public String getRdname() { + return rdname; + } + + public void setRdname(String rdname) { + this.rdname = rdname; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdRdclEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdRdclEntity.xml new file mode 100644 index 00000000..cf2314e1 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdRdclEntity.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + dr + ,iflag + ,pk_corp + ,pk_frdcl + ,pk_rdcl + ,rdcode + ,rdflag + ,rdname + ,sealflag + ,ts + + + + + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdSalestruEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdSalestruEntity.java new file mode 100644 index 00000000..f469667a --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdSalestruEntity.java @@ -0,0 +1,195 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (BdSalestru)实体类 + * + * @author makejava + * @since 2023-09-06 18:20:58 + */ +public class BdSalestruEntity extends BaseEntity { + + private String belongcorp; + private String createdate; + private String csalestruid; + private String def1; + private String def2; + private String def3; + private String def4; + private String def5; + private Integer dr; + private String isuseretail; + private String phone; + private String pkCorp; + private String pkDeptdoc; + private String pkFathsalestru; + private String sealdate; + private String ts; + private String vaddress; + private String vprincipal; + private String vsalestrucode; + private String vsalestruname; + + + public String getBelongcorp() { + return belongcorp; + } + + public void setBelongcorp(String belongcorp) { + this.belongcorp = belongcorp; + } + + public String getCreatedate() { + return createdate; + } + + public void setCreatedate(String createdate) { + this.createdate = createdate; + } + + public String getCsalestruid() { + return csalestruid; + } + + public void setCsalestruid(String csalestruid) { + this.csalestruid = csalestruid; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getIsuseretail() { + return isuseretail; + } + + public void setIsuseretail(String isuseretail) { + this.isuseretail = isuseretail; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkDeptdoc() { + return pkDeptdoc; + } + + public void setPkDeptdoc(String pkDeptdoc) { + this.pkDeptdoc = pkDeptdoc; + } + + public String getPkFathsalestru() { + return pkFathsalestru; + } + + public void setPkFathsalestru(String pkFathsalestru) { + this.pkFathsalestru = pkFathsalestru; + } + + public String getSealdate() { + return sealdate; + } + + public void setSealdate(String sealdate) { + this.sealdate = sealdate; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVaddress() { + return vaddress; + } + + public void setVaddress(String vaddress) { + this.vaddress = vaddress; + } + + public String getVprincipal() { + return vprincipal; + } + + public void setVprincipal(String vprincipal) { + this.vprincipal = vprincipal; + } + + public String getVsalestrucode() { + return vsalestrucode; + } + + public void setVsalestrucode(String vsalestrucode) { + this.vsalestrucode = vsalestrucode; + } + + public String getVsalestruname() { + return vsalestruname; + } + + public void setVsalestruname(String vsalestruname) { + this.vsalestruname = vsalestruname; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdSalestruEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdSalestruEntity.xml new file mode 100644 index 00000000..2616f961 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdSalestruEntity.xml @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + belongcorp + ,createdate + ,csalestruid + ,def1 + ,def2 + ,def3 + ,def4 + ,def5 + ,dr + ,isuseretail + ,phone + ,pk_corp + ,pk_deptdoc + ,pk_fathsalestru + ,sealdate + ,ts + ,vaddress + ,vprincipal + ,vsalestrucode + ,vsalestruname + + + + + + + + + + + + + + + + insert into bd_salestru( + + belongcorp , + createdate , + csalestruid , + def1 , + def2 , + def3 , + def4 , + def5 , + dr , + isuseretail , + phone , + pk_corp , + pk_deptdoc , + pk_fathsalestru , + sealdate , + ts , + vaddress , + vprincipal , + vsalestrucode , + vsalestruname , + sorts, + sts, + + )values( + + #{belongcorp} , + #{createdate} , + #{csalestruid} , + #{def1} , + #{def2} , + #{def3} , + #{def4} , + #{def5} , + #{dr} , + #{isuseretail} , + #{phone} , + #{pkCorp} , + #{pkDeptdoc} , + #{pkFathsalestru} , + #{sealdate} , + #{ts} , + #{vaddress} , + #{vprincipal} , + #{vsalestrucode} , + #{vsalestruname} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_salestru a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_salestru(belongcorp, createdate, def1, def2, def3, def4, def5, dr, isuseretail, phone, pk_corp, pk_deptdoc, pk_fathsalestru, sealdate, ts, vaddress, vprincipal, vsalestrucode, vsalestruname, sts) + values + + (#{entity.belongcorp},#{entity.createdate},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.dr},#{entity.isuseretail},#{entity.phone},#{entity.pkCorp},#{entity.pkDeptdoc},#{entity.pkFathsalestru},#{entity.sealdate},#{entity.ts},#{entity.vaddress},#{entity.vprincipal},#{entity.vsalestrucode},#{entity.vsalestruname}, 'Y') + + + + + insert into bd_salestru(belongcorp, createdate, def1, def2, def3, def4, def5, dr, isuseretail, phone, pk_corp, pk_deptdoc, pk_fathsalestru, sealdate, ts, vaddress, vprincipal, vsalestrucode, vsalestruname) + values + + (#{entity.belongcorp},#{entity.createdate},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.dr},#{entity.isuseretail},#{entity.phone},#{entity.pkCorp},#{entity.pkDeptdoc},#{entity.pkFathsalestru},#{entity.sealdate},#{entity.ts},#{entity.vaddress},#{entity.vprincipal},#{entity.vsalestrucode},#{entity.vsalestruname}) + + on duplicate key update + belongcorp = values(belongcorp), + createdate = values(createdate), + def1 = values(def1), + def2 = values(def2), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + dr = values(dr), + isuseretail = values(isuseretail), + phone = values(phone), + pk_corp = values(pk_corp), + pk_deptdoc = values(pk_deptdoc), + pk_fathsalestru = values(pk_fathsalestru), + sealdate = values(sealdate), + ts = values(ts), + vaddress = values(vaddress), + vprincipal = values(vprincipal), + vsalestrucode = values(vsalestrucode), + vsalestruname = values(vsalestruname) + + +update bd_salestru set + + belongcorp = #{belongcorp}, + createdate = #{createdate}, + def1 = #{def1}, + def2 = #{def2}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + dr = #{dr}, + isuseretail = #{isuseretail}, + phone = #{phone}, + pk_corp = #{pkCorp}, + pk_deptdoc = #{pkDeptdoc}, + pk_fathsalestru = #{pkFathsalestru}, + sealdate = #{sealdate}, + ts = #{ts}, + vaddress = #{vaddress}, + vprincipal = #{vprincipal}, + vsalestrucode = #{vsalestrucode}, + vsalestruname = #{vsalestruname}, + +where csalestruid = #{csalestruid} + + + +update bd_salestru set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where csalestruid = #{csalestruid} + + + +update bd_salestru set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and belongcorp = #{belongcorp} + and createdate = #{createdate} + and csalestruid = #{csalestruid} + and def1 = #{def1} + and def2 = #{def2} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and dr = #{dr} + and isuseretail = #{isuseretail} + and phone = #{phone} + and pk_corp = #{pkCorp} + and pk_deptdoc = #{pkDeptdoc} + and pk_fathsalestru = #{pkFathsalestru} + and sealdate = #{sealdate} + and ts = #{ts} + and vaddress = #{vaddress} + and vprincipal = #{vprincipal} + and vsalestrucode = #{vsalestrucode} + and vsalestruname = #{vsalestruname} + and sts='Y' + + + + + delete from bd_salestru where csalestruid = #{csalestruid} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdStordocEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdStordocEntity.java new file mode 100644 index 00000000..82e1eb13 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdStordocEntity.java @@ -0,0 +1,350 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdStordoc)实体类 + * + * @author makejava + * @since 2023-08-25 10:19:26 + */ +public class BdStordocEntity extends BaseEntity { + + private String csflag; + private String def1; + private String def2; + private String def3; + private String def4; + private String def5; + private Long dr; + private String gubflag; + private String isatpaffected; + private String iscalculatedinvcost; + private String iscapitalstor; + private String isdirectstore; + private String isdsstor; + private String isforeignstor; + private String isgathersettle; + private String isshopstor; + private String isstoreontheway; + private String isuseretail; + private String memo; + private String mrpflag; + private String outsourceflag; + private String phone; + private String pkAddress; + private String pkCalbody; + private String pkCorp; + private String pkStordoc; + private String principalcode; + private String processor; + private String processorbasid; + private String processormanid; + private String proflag; + private String sealflag; + private String storaddr; + private String storcode; + private String storname; + private String ts; + + //查询多个仓库编码 + private String storcodes; + + public String getStorcodes() { + return storcodes; + } + + public void setStorcodes(String storcodes) { + this.storcodes = storcodes; + } + + public String getCsflag() { + return csflag; + } + + public void setCsflag(String csflag) { + this.csflag = csflag; + } + + public String getDef1() { + return def1; + } + + public void setDef1(String def1) { + this.def1 = def1; + } + + public String getDef2() { + return def2; + } + + public void setDef2(String def2) { + this.def2 = def2; + } + + public String getDef3() { + return def3; + } + + public void setDef3(String def3) { + this.def3 = def3; + } + + public String getDef4() { + return def4; + } + + public void setDef4(String def4) { + this.def4 = def4; + } + + public String getDef5() { + return def5; + } + + public void setDef5(String def5) { + this.def5 = def5; + } + + public Long getDr() { + return dr; + } + + public void setDr(Long dr) { + this.dr = dr; + } + + public String getGubflag() { + return gubflag; + } + + public void setGubflag(String gubflag) { + this.gubflag = gubflag; + } + + public String getIsatpaffected() { + return isatpaffected; + } + + public void setIsatpaffected(String isatpaffected) { + this.isatpaffected = isatpaffected; + } + + public String getIscalculatedinvcost() { + return iscalculatedinvcost; + } + + public void setIscalculatedinvcost(String iscalculatedinvcost) { + this.iscalculatedinvcost = iscalculatedinvcost; + } + + public String getIscapitalstor() { + return iscapitalstor; + } + + public void setIscapitalstor(String iscapitalstor) { + this.iscapitalstor = iscapitalstor; + } + + public String getIsdirectstore() { + return isdirectstore; + } + + public void setIsdirectstore(String isdirectstore) { + this.isdirectstore = isdirectstore; + } + + public String getIsdsstor() { + return isdsstor; + } + + public void setIsdsstor(String isdsstor) { + this.isdsstor = isdsstor; + } + + public String getIsforeignstor() { + return isforeignstor; + } + + public void setIsforeignstor(String isforeignstor) { + this.isforeignstor = isforeignstor; + } + + public String getIsgathersettle() { + return isgathersettle; + } + + public void setIsgathersettle(String isgathersettle) { + this.isgathersettle = isgathersettle; + } + + public String getIsshopstor() { + return isshopstor; + } + + public void setIsshopstor(String isshopstor) { + this.isshopstor = isshopstor; + } + + public String getIsstoreontheway() { + return isstoreontheway; + } + + public void setIsstoreontheway(String isstoreontheway) { + this.isstoreontheway = isstoreontheway; + } + + public String getIsuseretail() { + return isuseretail; + } + + public void setIsuseretail(String isuseretail) { + this.isuseretail = isuseretail; + } + + public String getMemo() { + return memo; + } + + public void setMemo(String memo) { + this.memo = memo; + } + + public String getMrpflag() { + return mrpflag; + } + + public void setMrpflag(String mrpflag) { + this.mrpflag = mrpflag; + } + + public String getOutsourceflag() { + return outsourceflag; + } + + public void setOutsourceflag(String outsourceflag) { + this.outsourceflag = outsourceflag; + } + + public String getPhone() { + return phone; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public String getPkAddress() { + return pkAddress; + } + + public void setPkAddress(String pkAddress) { + this.pkAddress = pkAddress; + } + + public String getPkCalbody() { + return pkCalbody; + } + + public void setPkCalbody(String pkCalbody) { + this.pkCalbody = pkCalbody; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkStordoc() { + return pkStordoc; + } + + public void setPkStordoc(String pkStordoc) { + this.pkStordoc = pkStordoc; + } + + public String getPrincipalcode() { + return principalcode; + } + + public void setPrincipalcode(String principalcode) { + this.principalcode = principalcode; + } + + public String getProcessor() { + return processor; + } + + public void setProcessor(String processor) { + this.processor = processor; + } + + public String getProcessorbasid() { + return processorbasid; + } + + public void setProcessorbasid(String processorbasid) { + this.processorbasid = processorbasid; + } + + public String getProcessormanid() { + return processormanid; + } + + public void setProcessormanid(String processormanid) { + this.processormanid = processormanid; + } + + public String getProflag() { + return proflag; + } + + public void setProflag(String proflag) { + this.proflag = proflag; + } + + public String getSealflag() { + return sealflag; + } + + public void setSealflag(String sealflag) { + this.sealflag = sealflag; + } + + public String getStoraddr() { + return storaddr; + } + + public void setStoraddr(String storaddr) { + this.storaddr = storaddr; + } + + public String getStorcode() { + return storcode; + } + + public void setStorcode(String storcode) { + this.storcode = storcode; + } + + public String getStorname() { + return storname; + } + + public void setStorname(String storname) { + this.storname = storname; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdStordocEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdStordocEntity.xml new file mode 100644 index 00000000..cd328f72 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdStordocEntity.xml @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + csflag + ,def1 + ,def2 + ,def3 + ,def4 + ,def5 + ,dr + ,gubflag + ,isatpaffected + ,iscalculatedinvcost + ,iscapitalstor + ,isdirectstore + ,isdsstor + ,isforeignstor + ,isgathersettle + ,isshopstor + ,isstoreontheway + ,isuseretail + ,memo + ,mrpflag + ,outsourceflag + ,phone + ,pk_address + ,pk_calbody + ,pk_corp + ,pk_stordoc + ,principalcode + ,processor + ,processorbasid + ,processormanid + ,proflag + ,sealflag + ,storaddr + ,storcode + ,storname + ,ts + + + + + + + + + + + + + + + + + insert into bd_stordoc( + + csflag , + def1 , + def2 , + def3 , + def4 , + def5 , + dr , + gubflag , + isatpaffected , + iscalculatedinvcost , + iscapitalstor , + isdirectstore , + isdsstor , + isforeignstor , + isgathersettle , + isshopstor , + isstoreontheway , + isuseretail , + memo , + mrpflag , + outsourceflag , + phone , + pk_address , + pk_calbody , + pk_corp , + pk_stordoc , + principalcode , + processor , + processorbasid , + processormanid , + proflag , + sealflag , + storaddr , + storcode , + storname , + ts , + sorts, + sts, + + )values( + + #{csflag} , + #{def1} , + #{def2} , + #{def3} , + #{def4} , + #{def5} , + #{dr} , + #{gubflag} , + #{isatpaffected} , + #{iscalculatedinvcost} , + #{iscapitalstor} , + #{isdirectstore} , + #{isdsstor} , + #{isforeignstor} , + #{isgathersettle} , + #{isshopstor} , + #{isstoreontheway} , + #{isuseretail} , + #{memo} , + #{mrpflag} , + #{outsourceflag} , + #{phone} , + #{pkAddress} , + #{pkCalbody} , + #{pkCorp} , + #{pkStordoc} , + #{principalcode} , + #{processor} , + #{processorbasid} , + #{processormanid} , + #{proflag} , + #{sealflag} , + #{storaddr} , + #{storcode} , + #{storname} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_stordoc a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into bd_stordoc(csflag, def1, def2, def3, def4, def5, dr, gubflag, isatpaffected, iscalculatedinvcost, iscapitalstor, isdirectstore, isdsstor, isforeignstor, isgathersettle, isshopstor, isstoreontheway, isuseretail, memo, mrpflag, outsourceflag, phone, pk_address, pk_calbody, pk_corp, principalcode, processor, processorbasid, processormanid, proflag, sealflag, storaddr, storcode, storname, ts, sts) + values + + (#{entity.csflag},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.dr},#{entity.gubflag},#{entity.isatpaffected},#{entity.iscalculatedinvcost},#{entity.iscapitalstor},#{entity.isdirectstore},#{entity.isdsstor},#{entity.isforeignstor},#{entity.isgathersettle},#{entity.isshopstor},#{entity.isstoreontheway},#{entity.isuseretail},#{entity.memo},#{entity.mrpflag},#{entity.outsourceflag},#{entity.phone},#{entity.pkAddress},#{entity.pkCalbody},#{entity.pkCorp},#{entity.principalcode},#{entity.processor},#{entity.processorbasid},#{entity.processormanid},#{entity.proflag},#{entity.sealflag},#{entity.storaddr},#{entity.storcode},#{entity.storname},#{entity.ts}, 'Y') + + + + + insert into bd_stordoc(csflag, def1, def2, def3, def4, def5, dr, gubflag, isatpaffected, iscalculatedinvcost, iscapitalstor, isdirectstore, isdsstor, isforeignstor, isgathersettle, isshopstor, isstoreontheway, isuseretail, memo, mrpflag, outsourceflag, phone, pk_address, pk_calbody, pk_corp, principalcode, processor, processorbasid, processormanid, proflag, sealflag, storaddr, storcode, storname, ts) + values + + (#{entity.csflag},#{entity.def1},#{entity.def2},#{entity.def3},#{entity.def4},#{entity.def5},#{entity.dr},#{entity.gubflag},#{entity.isatpaffected},#{entity.iscalculatedinvcost},#{entity.iscapitalstor},#{entity.isdirectstore},#{entity.isdsstor},#{entity.isforeignstor},#{entity.isgathersettle},#{entity.isshopstor},#{entity.isstoreontheway},#{entity.isuseretail},#{entity.memo},#{entity.mrpflag},#{entity.outsourceflag},#{entity.phone},#{entity.pkAddress},#{entity.pkCalbody},#{entity.pkCorp},#{entity.principalcode},#{entity.processor},#{entity.processorbasid},#{entity.processormanid},#{entity.proflag},#{entity.sealflag},#{entity.storaddr},#{entity.storcode},#{entity.storname},#{entity.ts}) + + on duplicate key update + csflag = values(csflag), + def1 = values(def1), + def2 = values(def2), + def3 = values(def3), + def4 = values(def4), + def5 = values(def5), + dr = values(dr), + gubflag = values(gubflag), + isatpaffected = values(isatpaffected), + iscalculatedinvcost = values(iscalculatedinvcost), + iscapitalstor = values(iscapitalstor), + isdirectstore = values(isdirectstore), + isdsstor = values(isdsstor), + isforeignstor = values(isforeignstor), + isgathersettle = values(isgathersettle), + isshopstor = values(isshopstor), + isstoreontheway = values(isstoreontheway), + isuseretail = values(isuseretail), + memo = values(memo), + mrpflag = values(mrpflag), + outsourceflag = values(outsourceflag), + phone = values(phone), + pk_address = values(pk_address), + pk_calbody = values(pk_calbody), + pk_corp = values(pk_corp), + principalcode = values(principalcode), + processor = values(processor), + processorbasid = values(processorbasid), + processormanid = values(processormanid), + proflag = values(proflag), + sealflag = values(sealflag), + storaddr = values(storaddr), + storcode = values(storcode), + storname = values(storname), + ts = values(ts) + + +update bd_stordoc set + + csflag = #{csflag}, + def1 = #{def1}, + def2 = #{def2}, + def3 = #{def3}, + def4 = #{def4}, + def5 = #{def5}, + dr = #{dr}, + gubflag = #{gubflag}, + isatpaffected = #{isatpaffected}, + iscalculatedinvcost = #{iscalculatedinvcost}, + iscapitalstor = #{iscapitalstor}, + isdirectstore = #{isdirectstore}, + isdsstor = #{isdsstor}, + isforeignstor = #{isforeignstor}, + isgathersettle = #{isgathersettle}, + isshopstor = #{isshopstor}, + isstoreontheway = #{isstoreontheway}, + isuseretail = #{isuseretail}, + memo = #{memo}, + mrpflag = #{mrpflag}, + outsourceflag = #{outsourceflag}, + phone = #{phone}, + pk_address = #{pkAddress}, + pk_calbody = #{pkCalbody}, + pk_corp = #{pkCorp}, + principalcode = #{principalcode}, + processor = #{processor}, + processorbasid = #{processorbasid}, + processormanid = #{processormanid}, + proflag = #{proflag}, + sealflag = #{sealflag}, + storaddr = #{storaddr}, + storcode = #{storcode}, + storname = #{storname}, + ts = #{ts}, + +where pk_stordoc = #{pkStordoc} + + + +update bd_stordoc set sts= 'N' +where pk_stordoc = #{pkStordoc} + + + +update bd_stordoc set sts= 'N' + + and csflag = #{csflag} + and def1 = #{def1} + and def2 = #{def2} + and def3 = #{def3} + and def4 = #{def4} + and def5 = #{def5} + and dr = #{dr} + and gubflag = #{gubflag} + and isatpaffected = #{isatpaffected} + and iscalculatedinvcost = #{iscalculatedinvcost} + and iscapitalstor = #{iscapitalstor} + and isdirectstore = #{isdirectstore} + and isdsstor = #{isdsstor} + and isforeignstor = #{isforeignstor} + and isgathersettle = #{isgathersettle} + and isshopstor = #{isshopstor} + and isstoreontheway = #{isstoreontheway} + and isuseretail = #{isuseretail} + and memo = #{memo} + and mrpflag = #{mrpflag} + and outsourceflag = #{outsourceflag} + and phone = #{phone} + and pk_address = #{pkAddress} + and pk_calbody = #{pkCalbody} + and pk_corp = #{pkCorp} + and pk_stordoc = #{pkStordoc} + and principalcode = #{principalcode} + and processor = #{processor} + and processorbasid = #{processorbasid} + and processormanid = #{processormanid} + and proflag = #{proflag} + and sealflag = #{sealflag} + and storaddr = #{storaddr} + and storcode = #{storcode} + and storname = #{storname} + and ts = #{ts} + and sts='Y' + + + + + delete from bd_stordoc where pk_stordoc = #{pkStordoc} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdTaxitemsEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdTaxitemsEntity.java new file mode 100644 index 00000000..dfd34d21 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdTaxitemsEntity.java @@ -0,0 +1,82 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (BdTaxitems)实体类-税目税率 + * + * @author makejava + * @since 2023-08-30 18:32:17 + */ +public class BdTaxitemsEntity extends BaseEntity { + + private Integer dr; + private String pkTaxitems; + private String taxcode; + private String taxname; + private Double taxratio; + private String ts; + + /** + * 存货编码 + */ + private String invcode; + + public String getInvcode() { + return invcode; + } + + public void setInvcode(String invcode) { + this.invcode = invcode; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getPkTaxitems() { + return pkTaxitems; + } + + public void setPkTaxitems(String pkTaxitems) { + this.pkTaxitems = pkTaxitems; + } + + public String getTaxcode() { + return taxcode; + } + + public void setTaxcode(String taxcode) { + this.taxcode = taxcode; + } + + public String getTaxname() { + return taxname; + } + + public void setTaxname(String taxname) { + this.taxname = taxname; + } + + public Double getTaxratio() { + return taxratio; + } + + public void setTaxratio(Double taxratio) { + this.taxratio = taxratio; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdTaxitemsEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdTaxitemsEntity.xml new file mode 100644 index 00000000..dc63c9d7 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BdTaxitemsEntity.xml @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + dr + ,pk_taxitems + ,taxcode + ,taxname + ,taxratio + ,ts + + + + + + + + + + + + + + + + insert into bd_taxitems( + + dr , + pk_taxitems , + taxcode , + taxname , + taxratio , + ts , + sorts, + sts, + + )values( + + #{dr} , + #{pkTaxitems} , + #{taxcode} , + #{taxname} , + #{taxratio} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from bd_taxitems a WHERE a.sts = + 'Y' ), + + 'Y', + + ) + + + + insert into bd_taxitems(dr, taxcode, taxname, taxratio, ts, sts) + values + + (#{entity.dr},#{entity.taxcode},#{entity.taxname},#{entity.taxratio},#{entity.ts}, 'Y') + + + + + insert into bd_taxitems(dr, taxcode, taxname, taxratio, ts) + values + + (#{entity.dr},#{entity.taxcode},#{entity.taxname},#{entity.taxratio},#{entity.ts}) + + on duplicate key update + dr = values(dr), + taxcode = values(taxcode), + taxname = values(taxname), + taxratio = values(taxratio), + ts = values(ts) + + + + update bd_taxitems set + + dr = #{dr}, + taxcode = #{taxcode}, + taxname = #{taxname}, + taxratio = #{taxratio}, + ts = #{ts}, + + where pk_taxitems = #{pkTaxitems} + + + + update bd_taxitems + set sts= 'N', + modify_time = #{modify_time}, + modify_user_id = #{modify_user_id} + where pk_taxitems = #{pkTaxitems} + + + + update bd_taxitems set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and dr = #{dr} + and pk_taxitems = #{pkTaxitems} + and taxcode = #{taxcode} + and taxname = #{taxname} + and taxratio = #{taxratio} + and ts = #{ts} + and sts='Y' + + + + + delete + from bd_taxitems + where pk_taxitems = #{pkTaxitems} + + + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsDetailEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsDetailEntity.java new file mode 100644 index 00000000..bf7a00ad --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsDetailEntity.java @@ -0,0 +1,332 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * OMS退货入库明细TOC业务主表(BusidataTocreturnsDetail)实体类 + * + * @author makejava + * @since 2024-03-14 14:56:16 + */ +public class BusidataTocreturnsDetailEntity extends BaseEntity { + + private String baseUnitName; + private String batchNo; + private String brandName; + private String brandNo; + private String checkedCostPrice; + private String defect; + private String expectNum; + private String expireDate; + private String goodsId; + private String goodsName; + private String goodsNo; + private String goodsUnit; + private String logisticsId; + private String logisticsName; + private String logisticsNo; + private String num; + private String positionNo; + private String productionDate; + private String prop2; + private String recId; + private String refundAmount; + private String refundDetailId; + private String refundNo; + private String remark; + private String rightNum; + private String specCode; + private String specId; + private String specName; + private String specNo; + private String srcOrderId; + private String stockinId; + private String stockinNum; + private String totalCost; + private String warehouseId; + + //外加字段,价格,取退换单上的价格 + private String price; + + public String getPrice() { + return price; + } + + public void setPrice(String price) { + this.price = price; + } + + public String getBaseUnitName() { + return baseUnitName; + } + + public void setBaseUnitName(String baseUnitName) { + this.baseUnitName = baseUnitName; + } + + public String getBatchNo() { + return batchNo; + } + + public void setBatchNo(String batchNo) { + this.batchNo = batchNo; + } + + public String getBrandName() { + return brandName; + } + + public void setBrandName(String brandName) { + this.brandName = brandName; + } + + public String getBrandNo() { + return brandNo; + } + + public void setBrandNo(String brandNo) { + this.brandNo = brandNo; + } + + public String getCheckedCostPrice() { + return checkedCostPrice; + } + + public void setCheckedCostPrice(String checkedCostPrice) { + this.checkedCostPrice = checkedCostPrice; + } + + public String getDefect() { + return defect; + } + + public void setDefect(String defect) { + this.defect = defect; + } + + public String getExpectNum() { + return expectNum; + } + + public void setExpectNum(String expectNum) { + this.expectNum = expectNum; + } + + public String getExpireDate() { + return expireDate; + } + + public void setExpireDate(String expireDate) { + this.expireDate = expireDate; + } + + public String getGoodsId() { + return goodsId; + } + + public void setGoodsId(String goodsId) { + this.goodsId = goodsId; + } + + public String getGoodsName() { + return goodsName; + } + + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + public String getGoodsNo() { + return goodsNo; + } + + public void setGoodsNo(String goodsNo) { + this.goodsNo = goodsNo; + } + + public String getGoodsUnit() { + return goodsUnit; + } + + public void setGoodsUnit(String goodsUnit) { + this.goodsUnit = goodsUnit; + } + + public String getLogisticsId() { + return logisticsId; + } + + public void setLogisticsId(String logisticsId) { + this.logisticsId = logisticsId; + } + + public String getLogisticsName() { + return logisticsName; + } + + public void setLogisticsName(String logisticsName) { + this.logisticsName = logisticsName; + } + + public String getLogisticsNo() { + return logisticsNo; + } + + public void setLogisticsNo(String logisticsNo) { + this.logisticsNo = logisticsNo; + } + + public String getNum() { + return num; + } + + public void setNum(String num) { + this.num = num; + } + + public String getPositionNo() { + return positionNo; + } + + public void setPositionNo(String positionNo) { + this.positionNo = positionNo; + } + + public String getProductionDate() { + return productionDate; + } + + public void setProductionDate(String productionDate) { + this.productionDate = productionDate; + } + + public String getProp2() { + return prop2; + } + + public void setProp2(String prop2) { + this.prop2 = prop2; + } + + public String getRecId() { + return recId; + } + + public void setRecId(String recId) { + this.recId = recId; + } + + public String getRefundAmount() { + return refundAmount; + } + + public void setRefundAmount(String refundAmount) { + this.refundAmount = refundAmount; + } + + public String getRefundDetailId() { + return refundDetailId; + } + + public void setRefundDetailId(String refundDetailId) { + this.refundDetailId = refundDetailId; + } + + public String getRefundNo() { + return refundNo; + } + + public void setRefundNo(String refundNo) { + this.refundNo = refundNo; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getRightNum() { + return rightNum; + } + + public void setRightNum(String rightNum) { + this.rightNum = rightNum; + } + + public String getSpecCode() { + return specCode; + } + + public void setSpecCode(String specCode) { + this.specCode = specCode; + } + + public String getSpecId() { + return specId; + } + + public void setSpecId(String specId) { + this.specId = specId; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + public String getSrcOrderId() { + return srcOrderId; + } + + public void setSrcOrderId(String srcOrderId) { + this.srcOrderId = srcOrderId; + } + + public String getStockinId() { + return stockinId; + } + + public void setStockinId(String stockinId) { + this.stockinId = stockinId; + } + + public String getStockinNum() { + return stockinNum; + } + + public void setStockinNum(String stockinNum) { + this.stockinNum = stockinNum; + } + + public String getTotalCost() { + return totalCost; + } + + public void setTotalCost(String totalCost) { + this.totalCost = totalCost; + } + + public String getWarehouseId() { + return warehouseId; + } + + public void setWarehouseId(String warehouseId) { + this.warehouseId = warehouseId; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsDetailEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsDetailEntity.xml new file mode 100644 index 00000000..ed45b8ac --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsDetailEntity.xml @@ -0,0 +1,494 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + base_unit_name + ,batch_no + ,brand_name + ,brand_no + ,checked_cost_price + ,defect + ,expect_num + ,expire_date + ,goods_id + ,goods_name + ,goods_no + ,goods_unit + ,logistics_id + ,logistics_name + ,logistics_no + ,num + ,position_no + ,production_date + ,prop2 + ,rec_id + ,refund_amount + ,refund_detail_id + ,refund_no + ,remark + ,right_num + ,spec_code + ,spec_id + ,spec_name + ,spec_no + ,src_order_id + ,stockin_id + ,stockin_num + ,total_cost + ,warehouse_id + ,id + + + + + + + + + + + + + + + + insert into busidata_tocreturns_detail( + + base_unit_name , + batch_no , + brand_name , + brand_no , + checked_cost_price , + defect , + expect_num , + expire_date , + goods_id , + goods_name , + goods_no , + goods_unit , + logistics_id , + logistics_name , + logistics_no , + num , + position_no , + production_date , + prop2 , + rec_id , + refund_amount , + refund_detail_id , + refund_no , + remark , + right_num , + spec_code , + spec_id , + spec_name , + spec_no , + src_order_id , + stockin_id , + stockin_num , + total_cost , + warehouse_id , + id , + sorts, + sts, + + )values( + + #{baseUnitName} , + #{batchNo} , + #{brandName} , + #{brandNo} , + #{checkedCostPrice} , + #{defect} , + #{expectNum} , + #{expireDate} , + #{goodsId} , + #{goodsName} , + #{goodsNo} , + #{goodsUnit} , + #{logisticsId} , + #{logisticsName} , + #{logisticsNo} , + #{num} , + #{positionNo} , + #{productionDate} , + #{prop2} , + #{recId} , + #{refundAmount} , + #{refundDetailId} , + #{refundNo} , + #{remark} , + #{rightNum} , + #{specCode} , + #{specId} , + #{specName} , + #{specNo} , + #{srcOrderId} , + #{stockinId} , + #{stockinNum} , + #{totalCost} , + #{warehouseId} , + #{id} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from busidata_tocreturns_detail a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert IGNORE into busidata_tocreturns_detail(base_unit_name, batch_no, brand_name, brand_no, checked_cost_price, defect, expect_num, expire_date, goods_id, goods_name, goods_no, goods_unit, logistics_id, logistics_name, logistics_no, num, position_no, production_date, prop2, rec_id, refund_amount, refund_detail_id, refund_no, remark, right_num, spec_code, spec_id, spec_name, spec_no, src_order_id, stockin_id, stockin_num, total_cost, warehouse_id,price) + values + + (#{entity.baseUnitName},#{entity.batchNo},#{entity.brandName},#{entity.brandNo},#{entity.checkedCostPrice},#{entity.defect},#{entity.expectNum},#{entity.expireDate},#{entity.goodsId},#{entity.goodsName},#{entity.goodsNo},#{entity.goodsUnit},#{entity.logisticsId},#{entity.logisticsName},#{entity.logisticsNo},#{entity.num},#{entity.positionNo},#{entity.productionDate},#{entity.prop2},#{entity.recId},#{entity.refundAmount},#{entity.refundDetailId},#{entity.refundNo},#{entity.remark},#{entity.rightNum},#{entity.specCode},#{entity.specId},#{entity.specName},#{entity.specNo},#{entity.srcOrderId},#{entity.stockinId},#{entity.stockinNum},#{entity.totalCost},#{entity.warehouseId},#{entity.price}) + + + + + insert into busidata_tocreturns_detail(base_unit_name, batch_no, brand_name, brand_no, checked_cost_price, defect, expect_num, expire_date, goods_id, goods_name, goods_no, goods_unit, logistics_id, logistics_name, logistics_no, num, position_no, production_date, prop2, rec_id, refund_amount, refund_detail_id, refund_no, remark, right_num, spec_code, spec_id, spec_name, spec_no, src_order_id, stockin_id, stockin_num, total_cost, warehouse_id,price) + values + + (#{entity.baseUnitName},#{entity.batchNo},#{entity.brandName},#{entity.brandNo},#{entity.checkedCostPrice},#{entity.defect},#{entity.expectNum},#{entity.expireDate},#{entity.goodsId},#{entity.goodsName},#{entity.goodsNo},#{entity.goodsUnit},#{entity.logisticsId},#{entity.logisticsName},#{entity.logisticsNo},#{entity.num},#{entity.positionNo},#{entity.productionDate},#{entity.prop2},#{entity.recId},#{entity.refundAmount},#{entity.refundDetailId},#{entity.refundNo},#{entity.remark},#{entity.rightNum},#{entity.specCode},#{entity.specId},#{entity.specName},#{entity.specNo},#{entity.srcOrderId},#{entity.stockinId},#{entity.stockinNum},#{entity.totalCost},#{entity.warehouseId},#{entity.price}) + + on duplicate key update + base_unit_name = values(base_unit_name), + batch_no = values(batch_no), + brand_name = values(brand_name), + brand_no = values(brand_no), + checked_cost_price = values(checked_cost_price), + defect = values(defect), + expect_num = values(expect_num), + expire_date = values(expire_date), + goods_id = values(goods_id), + goods_name = values(goods_name), + goods_no = values(goods_no), + goods_unit = values(goods_unit), + logistics_id = values(logistics_id), + logistics_name = values(logistics_name), + logistics_no = values(logistics_no), + num = values(num), + position_no = values(position_no), + production_date = values(production_date), + prop2 = values(prop2), + rec_id = values(rec_id), + refund_amount = values(refund_amount), + refund_detail_id = values(refund_detail_id), + refund_no = values(refund_no), + remark = values(remark), + right_num = values(right_num), + spec_code = values(spec_code), + spec_id = values(spec_id), + spec_name = values(spec_name), + spec_no = values(spec_no), + src_order_id = values(src_order_id), + stockin_id = values(stockin_id), + stockin_num = values(stockin_num), + total_cost = values(total_cost), + warehouse_id = values(warehouse_id) + + +update busidata_tocreturns_detail set + + base_unit_name = #{baseUnitName}, + batch_no = #{batchNo}, + brand_name = #{brandName}, + brand_no = #{brandNo}, + checked_cost_price = #{checkedCostPrice}, + defect = #{defect}, + expect_num = #{expectNum}, + expire_date = #{expireDate}, + goods_id = #{goodsId}, + goods_name = #{goodsName}, + goods_no = #{goodsNo}, + goods_unit = #{goodsUnit}, + logistics_id = #{logisticsId}, + logistics_name = #{logisticsName}, + logistics_no = #{logisticsNo}, + num = #{num}, + position_no = #{positionNo}, + production_date = #{productionDate}, + prop2 = #{prop2}, + rec_id = #{recId}, + refund_amount = #{refundAmount}, + refund_detail_id = #{refundDetailId}, + refund_no = #{refundNo}, + remark = #{remark}, + right_num = #{rightNum}, + spec_code = #{specCode}, + spec_id = #{specId}, + spec_name = #{specName}, + spec_no = #{specNo}, + src_order_id = #{srcOrderId}, + stockin_id = #{stockinId}, + stockin_num = #{stockinNum}, + total_cost = #{totalCost}, + warehouse_id = #{warehouseId}, + +where id = #{id} + + + +update busidata_tocreturns_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update busidata_tocreturns_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and base_unit_name = #{baseUnitName} + and batch_no = #{batchNo} + and brand_name = #{brandName} + and brand_no = #{brandNo} + and checked_cost_price = #{checkedCostPrice} + and defect = #{defect} + and expect_num = #{expectNum} + and expire_date = #{expireDate} + and goods_id = #{goodsId} + and goods_name = #{goodsName} + and goods_no = #{goodsNo} + and goods_unit = #{goodsUnit} + and logistics_id = #{logisticsId} + and logistics_name = #{logisticsName} + and logistics_no = #{logisticsNo} + and num = #{num} + and position_no = #{positionNo} + and production_date = #{productionDate} + and prop2 = #{prop2} + and rec_id = #{recId} + and refund_amount = #{refundAmount} + and refund_detail_id = #{refundDetailId} + and refund_no = #{refundNo} + and remark = #{remark} + and right_num = #{rightNum} + and spec_code = #{specCode} + and spec_id = #{specId} + and spec_name = #{specName} + and spec_no = #{specNo} + and src_order_id = #{srcOrderId} + and stockin_id = #{stockinId} + and stockin_num = #{stockinNum} + and total_cost = #{totalCost} + and warehouse_id = #{warehouseId} + and id = #{id} + and sts='Y' + + + + + delete from busidata_tocreturns_detail where id = #{id} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsEntity.java new file mode 100644 index 00000000..cff66845 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsEntity.java @@ -0,0 +1,364 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * OMS退货入库TOC业务主表(BusidataTocreturns)实体类 + * + * @author makejava + * @since 2024-03-14 14:48:01 + */ +public class BusidataTocreturnsEntity extends BaseEntity { + + private String actualRefundAmount; + private String checkTime; + private String createdTime; + private String customerNo; + private String fenxiaoNick; + private String flagName; + private String goodsCount; + private String logisticsId; + private String logisticsName; + private String logisticsNo; + private String modified; + private String operatorName; + private String orderNo; + private String processStatus; + private String reason; + private String reasonId; + private String refundAmount; + private String refundNo; + private String remark; + private String seqNo; + private String shopId; + private String shopName; + private String shopNo; + private String shopPlatformId; + private String shopRemark; + private String srcOrderId; + private String status; + private String stockinId; + private String subPlatformId; + private String tidList; + private String totalGoodsStockinNum; + private String totalPrice; + private String tradeNoList; + private String warehouseId; + private String warehouseName; + private String warehouseNo; + + /** + * 生成的业务月份 + */ + private String business_month; + + /** + * 生成的业务日期 + */ + private String business_date; + + public String getBusiness_month() { + return business_month; + } + + public void setBusiness_month(String business_month) { + this.business_month = business_month; + } + + public String getBusiness_date() { + return business_date; + } + + public void setBusiness_date(String business_date) { + this.business_date = business_date; + } + + public String getActualRefundAmount() { + return actualRefundAmount; + } + + public void setActualRefundAmount(String actualRefundAmount) { + this.actualRefundAmount = actualRefundAmount; + } + + public String getCheckTime() { + return checkTime; + } + + public void setCheckTime(String checkTime) { + this.checkTime = checkTime; + } + + public String getCreatedTime() { + return createdTime; + } + + public void setCreatedTime(String createdTime) { + this.createdTime = createdTime; + } + + public String getCustomerNo() { + return customerNo; + } + + public void setCustomerNo(String customerNo) { + this.customerNo = customerNo; + } + + public String getFenxiaoNick() { + return fenxiaoNick; + } + + public void setFenxiaoNick(String fenxiaoNick) { + this.fenxiaoNick = fenxiaoNick; + } + + public String getFlagName() { + return flagName; + } + + public void setFlagName(String flagName) { + this.flagName = flagName; + } + + public String getGoodsCount() { + return goodsCount; + } + + public void setGoodsCount(String goodsCount) { + this.goodsCount = goodsCount; + } + + public String getLogisticsId() { + return logisticsId; + } + + public void setLogisticsId(String logisticsId) { + this.logisticsId = logisticsId; + } + + public String getLogisticsName() { + return logisticsName; + } + + public void setLogisticsName(String logisticsName) { + this.logisticsName = logisticsName; + } + + public String getLogisticsNo() { + return logisticsNo; + } + + public void setLogisticsNo(String logisticsNo) { + this.logisticsNo = logisticsNo; + } + + public String getModified() { + return modified; + } + + public void setModified(String modified) { + this.modified = modified; + } + + public String getOperatorName() { + return operatorName; + } + + public void setOperatorName(String operatorName) { + this.operatorName = operatorName; + } + + public String getOrderNo() { + return orderNo; + } + + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + public String getProcessStatus() { + return processStatus; + } + + public void setProcessStatus(String processStatus) { + this.processStatus = processStatus; + } + + public String getReason() { + return reason; + } + + public void setReason(String reason) { + this.reason = reason; + } + + public String getReasonId() { + return reasonId; + } + + public void setReasonId(String reasonId) { + this.reasonId = reasonId; + } + + public String getRefundAmount() { + return refundAmount; + } + + public void setRefundAmount(String refundAmount) { + this.refundAmount = refundAmount; + } + + public String getRefundNo() { + return refundNo; + } + + public void setRefundNo(String refundNo) { + this.refundNo = refundNo; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getSeqNo() { + return seqNo; + } + + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + + public String getShopId() { + return shopId; + } + + public void setShopId(String shopId) { + this.shopId = shopId; + } + + public String getShopName() { + return shopName; + } + + public void setShopName(String shopName) { + this.shopName = shopName; + } + + public String getShopNo() { + return shopNo; + } + + public void setShopNo(String shopNo) { + this.shopNo = shopNo; + } + + public String getShopPlatformId() { + return shopPlatformId; + } + + public void setShopPlatformId(String shopPlatformId) { + this.shopPlatformId = shopPlatformId; + } + + public String getShopRemark() { + return shopRemark; + } + + public void setShopRemark(String shopRemark) { + this.shopRemark = shopRemark; + } + + public String getSrcOrderId() { + return srcOrderId; + } + + public void setSrcOrderId(String srcOrderId) { + this.srcOrderId = srcOrderId; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + + public String getStockinId() { + return stockinId; + } + + public void setStockinId(String stockinId) { + this.stockinId = stockinId; + } + + public String getSubPlatformId() { + return subPlatformId; + } + + public void setSubPlatformId(String subPlatformId) { + this.subPlatformId = subPlatformId; + } + + public String getTidList() { + return tidList; + } + + public void setTidList(String tidList) { + this.tidList = tidList; + } + + public String getTotalGoodsStockinNum() { + return totalGoodsStockinNum; + } + + public void setTotalGoodsStockinNum(String totalGoodsStockinNum) { + this.totalGoodsStockinNum = totalGoodsStockinNum; + } + + public String getTotalPrice() { + return totalPrice; + } + + public void setTotalPrice(String totalPrice) { + this.totalPrice = totalPrice; + } + + public String getTradeNoList() { + return tradeNoList; + } + + public void setTradeNoList(String tradeNoList) { + this.tradeNoList = tradeNoList; + } + + public String getWarehouseId() { + return warehouseId; + } + + public void setWarehouseId(String warehouseId) { + this.warehouseId = warehouseId; + } + + public String getWarehouseName() { + return warehouseName; + } + + public void setWarehouseName(String warehouseName) { + this.warehouseName = warehouseName; + } + + public String getWarehouseNo() { + return warehouseNo; + } + + public void setWarehouseNo(String warehouseNo) { + this.warehouseNo = warehouseNo; + } + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsEntity.xml new file mode 100644 index 00000000..e94fd4bd --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocreturnsEntity.xml @@ -0,0 +1,517 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + actual_refund_amount + ,check_time + ,created_time + ,customer_no + ,fenxiao_nick + ,flag_name + ,goods_count + ,logistics_id + ,logistics_name + ,logistics_no + ,modified + ,operator_name + ,order_no + ,process_status + ,reason + ,reason_id + ,refund_amount + ,refund_no + ,remark + ,seq_no + ,shop_id + ,shop_name + ,shop_no + ,shop_platform_id + ,shop_remark + ,src_order_id + ,status + ,stockin_id + ,sub_platform_id + ,tid_list + ,total_goods_stockin_num + ,total_price + ,trade_no_list + ,warehouse_id + ,warehouse_name + ,warehouse_no + ,id + + + + + + + + + + + + + + + + insert into busidata_tocreturns( + + actual_refund_amount , + check_time , + created_time , + customer_no , + fenxiao_nick , + flag_name , + goods_count , + logistics_id , + logistics_name , + logistics_no , + modified , + operator_name , + order_no , + process_status , + reason , + reason_id , + refund_amount , + refund_no , + remark , + seq_no , + shop_id , + shop_name , + shop_no , + shop_platform_id , + shop_remark , + src_order_id , + status , + stockin_id , + sub_platform_id , + tid_list , + total_goods_stockin_num , + total_price , + trade_no_list , + warehouse_id , + warehouse_name , + warehouse_no , + id , + sorts, + sts, + + )values( + + #{actualRefundAmount} , + #{checkTime} , + #{createdTime} , + #{customerNo} , + #{fenxiaoNick} , + #{flagName} , + #{goodsCount} , + #{logisticsId} , + #{logisticsName} , + #{logisticsNo} , + #{modified} , + #{operatorName} , + #{orderNo} , + #{processStatus} , + #{reason} , + #{reasonId} , + #{refundAmount} , + #{refundNo} , + #{remark} , + #{seqNo} , + #{shopId} , + #{shopName} , + #{shopNo} , + #{shopPlatformId} , + #{shopRemark} , + #{srcOrderId} , + #{status} , + #{stockinId} , + #{subPlatformId} , + #{tidList} , + #{totalGoodsStockinNum} , + #{totalPrice} , + #{tradeNoList} , + #{warehouseId} , + #{warehouseName} , + #{warehouseNo} , + #{id} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from busidata_tocreturns a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert IGNORE into busidata_tocreturns(actual_refund_amount, check_time, created_time, customer_no, fenxiao_nick, flag_name, goods_count, logistics_id, logistics_name, logistics_no, modified, operator_name, order_no, process_status, reason, reason_id, refund_amount, refund_no, remark, seq_no, shop_id, shop_name, shop_no, shop_platform_id, shop_remark, src_order_id, status, stockin_id, sub_platform_id, tid_list, total_goods_stockin_num, total_price, trade_no_list, warehouse_id, warehouse_name, warehouse_no,business_month,business_date) + values + + (#{entity.actualRefundAmount},#{entity.checkTime},#{entity.createdTime},#{entity.customerNo},#{entity.fenxiaoNick},#{entity.flagName},#{entity.goodsCount},#{entity.logisticsId},#{entity.logisticsName},#{entity.logisticsNo},#{entity.modified},#{entity.operatorName},#{entity.orderNo},#{entity.processStatus},#{entity.reason},#{entity.reasonId},#{entity.refundAmount},#{entity.refundNo},#{entity.remark},#{entity.seqNo},#{entity.shopId},#{entity.shopName},#{entity.shopNo},#{entity.shopPlatformId},#{entity.shopRemark},#{entity.srcOrderId},#{entity.status},#{entity.stockinId},#{entity.subPlatformId},#{entity.tidList},#{entity.totalGoodsStockinNum},#{entity.totalPrice},#{entity.tradeNoList},#{entity.warehouseId},#{entity.warehouseName},#{entity.warehouseNo},#{entity.business_month},#{entity.business_date}) + + + + + insert into busidata_tocreturns(actual_refund_amount, check_time, created_time, customer_no, fenxiao_nick, flag_name, goods_count, logistics_id, logistics_name, logistics_no, modified, operator_name, order_no, process_status, reason, reason_id, refund_amount, refund_no, remark, seq_no, shop_id, shop_name, shop_no, shop_platform_id, shop_remark, src_order_id, status, stockin_id, sub_platform_id, tid_list, total_goods_stockin_num, total_price, trade_no_list, warehouse_id, warehouse_name, warehouse_no,business_month,business_date) + values + + (#{entity.actualRefundAmount},#{entity.checkTime},#{entity.createdTime},#{entity.customerNo},#{entity.fenxiaoNick},#{entity.flagName},#{entity.goodsCount},#{entity.logisticsId},#{entity.logisticsName},#{entity.logisticsNo},#{entity.modified},#{entity.operatorName},#{entity.orderNo},#{entity.processStatus},#{entity.reason},#{entity.reasonId},#{entity.refundAmount},#{entity.refundNo},#{entity.remark},#{entity.seqNo},#{entity.shopId},#{entity.shopName},#{entity.shopNo},#{entity.shopPlatformId},#{entity.shopRemark},#{entity.srcOrderId},#{entity.status},#{entity.stockinId},#{entity.subPlatformId},#{entity.tidList},#{entity.totalGoodsStockinNum},#{entity.totalPrice},#{entity.tradeNoList},#{entity.warehouseId},#{entity.warehouseName},#{entity.warehouseNo},#{entity.business_month},#{entity.business_date}) + + on duplicate key update + actual_refund_amount = values(actual_refund_amount), + check_time = values(check_time), + created_time = values(created_time), + customer_no = values(customer_no), + fenxiao_nick = values(fenxiao_nick), + flag_name = values(flag_name), + goods_count = values(goods_count), + logistics_id = values(logistics_id), + logistics_name = values(logistics_name), + logistics_no = values(logistics_no), + modified = values(modified), + operator_name = values(operator_name), + order_no = values(order_no), + process_status = values(process_status), + reason = values(reason), + reason_id = values(reason_id), + refund_amount = values(refund_amount), + refund_no = values(refund_no), + remark = values(remark), + seq_no = values(seq_no), + shop_id = values(shop_id), + shop_name = values(shop_name), + shop_no = values(shop_no), + shop_platform_id = values(shop_platform_id), + shop_remark = values(shop_remark), + src_order_id = values(src_order_id), + status = values(status), + stockin_id = values(stockin_id), + sub_platform_id = values(sub_platform_id), + tid_list = values(tid_list), + total_goods_stockin_num = values(total_goods_stockin_num), + total_price = values(total_price), + trade_no_list = values(trade_no_list), + warehouse_id = values(warehouse_id), + warehouse_name = values(warehouse_name), + warehouse_no = values(warehouse_no) + + +update busidata_tocreturns set + + actual_refund_amount = #{actualRefundAmount}, + check_time = #{checkTime}, + created_time = #{createdTime}, + customer_no = #{customerNo}, + fenxiao_nick = #{fenxiaoNick}, + flag_name = #{flagName}, + goods_count = #{goodsCount}, + logistics_id = #{logisticsId}, + logistics_name = #{logisticsName}, + logistics_no = #{logisticsNo}, + modified = #{modified}, + operator_name = #{operatorName}, + order_no = #{orderNo}, + process_status = #{processStatus}, + reason = #{reason}, + reason_id = #{reasonId}, + refund_amount = #{refundAmount}, + refund_no = #{refundNo}, + remark = #{remark}, + seq_no = #{seqNo}, + shop_id = #{shopId}, + shop_name = #{shopName}, + shop_no = #{shopNo}, + shop_platform_id = #{shopPlatformId}, + shop_remark = #{shopRemark}, + src_order_id = #{srcOrderId}, + status = #{status}, + stockin_id = #{stockinId}, + sub_platform_id = #{subPlatformId}, + tid_list = #{tidList}, + total_goods_stockin_num = #{totalGoodsStockinNum}, + total_price = #{totalPrice}, + trade_no_list = #{tradeNoList}, + warehouse_id = #{warehouseId}, + warehouse_name = #{warehouseName}, + warehouse_no = #{warehouseNo}, + +where id = #{id} + + + +update busidata_tocreturns set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update busidata_tocreturns set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and actual_refund_amount = #{actualRefundAmount} + and check_time = #{checkTime} + and created_time = #{createdTime} + and customer_no = #{customerNo} + and fenxiao_nick = #{fenxiaoNick} + and flag_name = #{flagName} + and goods_count = #{goodsCount} + and logistics_id = #{logisticsId} + and logistics_name = #{logisticsName} + and logistics_no = #{logisticsNo} + and modified = #{modified} + and operator_name = #{operatorName} + and order_no = #{orderNo} + and process_status = #{processStatus} + and reason = #{reason} + and reason_id = #{reasonId} + and refund_amount = #{refundAmount} + and refund_no = #{refundNo} + and remark = #{remark} + and seq_no = #{seqNo} + and shop_id = #{shopId} + and shop_name = #{shopName} + and shop_no = #{shopNo} + and shop_platform_id = #{shopPlatformId} + and shop_remark = #{shopRemark} + and src_order_id = #{srcOrderId} + and status = #{status} + and stockin_id = #{stockinId} + and sub_platform_id = #{subPlatformId} + and tid_list = #{tidList} + and total_goods_stockin_num = #{totalGoodsStockinNum} + and total_price = #{totalPrice} + and trade_no_list = #{tradeNoList} + and warehouse_id = #{warehouseId} + and warehouse_name = #{warehouseName} + and warehouse_no = #{warehouseNo} + and id = #{id} + and sts='Y' + + + + + delete from busidata_tocreturns where id = #{id} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesDetailEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesDetailEntity.java new file mode 100644 index 00000000..ed2591d6 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesDetailEntity.java @@ -0,0 +1,475 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * OMS销售出库TOC业务明细表(BusidataTocsalesDetail)实体类 + * + * @author makejava + * @since 2024-03-11 17:05:36 + */ +public class BusidataTocsalesDetailEntity extends BaseEntity { + + private String barcode; + private String brandName; + private String brandNo; + private String costPrice; + private String createdDate; + private String discount; + private String fromMask; + private String giftType; + private String goodProp1; + private String goodProp2; + private String goodProp3; + private String goodProp4; + private String goodProp5; + private String goodProp6; + private String goodsAmount; + private String goodsCount; + private String goodsId; + private String goodsName; + private String goodsNo; + private String goodsType; + private String isPackage; + private String marketPrice; + private String modifiedDate; + private String paid; + private String platformId; + private String prop1; + private String prop2; + private String prop3; + private String prop4; + private String prop5; + private String prop6; + private String recId; + private String refundStatus; + private String remark; + private String saleOrderId; + private String sellPrice; + private String shareAmount; + private String sharePostAmount; + private String sharePrice; + private String specCode; + private String specId; + private String specName; + private String specNo; + private String srcOid; + private String srcOrderDetailId; + private String srcTid; + private String stockoutId; + private String suiteNo; + private String taxRate; + private String totalAmount; + private String weight; + + + public String getBarcode() { + return barcode; + } + + public void setBarcode(String barcode) { + this.barcode = barcode; + } + + public String getBrandName() { + return brandName; + } + + public void setBrandName(String brandName) { + this.brandName = brandName; + } + + public String getBrandNo() { + return brandNo; + } + + public void setBrandNo(String brandNo) { + this.brandNo = brandNo; + } + + public String getCostPrice() { + return costPrice; + } + + public void setCostPrice(String costPrice) { + this.costPrice = costPrice; + } + + public String getCreatedDate() { + return createdDate; + } + + public void setCreatedDate(String createdDate) { + this.createdDate = createdDate; + } + + public String getDiscount() { + return discount; + } + + public void setDiscount(String discount) { + this.discount = discount; + } + + public String getFromMask() { + return fromMask; + } + + public void setFromMask(String fromMask) { + this.fromMask = fromMask; + } + + public String getGiftType() { + return giftType; + } + + public void setGiftType(String giftType) { + this.giftType = giftType; + } + + public String getGoodProp1() { + return goodProp1; + } + + public void setGoodProp1(String goodProp1) { + this.goodProp1 = goodProp1; + } + + public String getGoodProp2() { + return goodProp2; + } + + public void setGoodProp2(String goodProp2) { + this.goodProp2 = goodProp2; + } + + public String getGoodProp3() { + return goodProp3; + } + + public void setGoodProp3(String goodProp3) { + this.goodProp3 = goodProp3; + } + + public String getGoodProp4() { + return goodProp4; + } + + public void setGoodProp4(String goodProp4) { + this.goodProp4 = goodProp4; + } + + public String getGoodProp5() { + return goodProp5; + } + + public void setGoodProp5(String goodProp5) { + this.goodProp5 = goodProp5; + } + + public String getGoodProp6() { + return goodProp6; + } + + public void setGoodProp6(String goodProp6) { + this.goodProp6 = goodProp6; + } + + public String getGoodsAmount() { + return goodsAmount; + } + + public void setGoodsAmount(String goodsAmount) { + this.goodsAmount = goodsAmount; + } + + public String getGoodsCount() { + return goodsCount; + } + + public void setGoodsCount(String goodsCount) { + this.goodsCount = goodsCount; + } + + public String getGoodsId() { + return goodsId; + } + + public void setGoodsId(String goodsId) { + this.goodsId = goodsId; + } + + public String getGoodsName() { + return goodsName; + } + + public void setGoodsName(String goodsName) { + this.goodsName = goodsName; + } + + public String getGoodsNo() { + return goodsNo; + } + + public void setGoodsNo(String goodsNo) { + this.goodsNo = goodsNo; + } + + public String getGoodsType() { + return goodsType; + } + + public void setGoodsType(String goodsType) { + this.goodsType = goodsType; + } + + public String getIsPackage() { + return isPackage; + } + + public void setIsPackage(String isPackage) { + this.isPackage = isPackage; + } + + public String getMarketPrice() { + return marketPrice; + } + + public void setMarketPrice(String marketPrice) { + this.marketPrice = marketPrice; + } + + public String getModifiedDate() { + return modifiedDate; + } + + public void setModifiedDate(String modifiedDate) { + this.modifiedDate = modifiedDate; + } + + public String getPaid() { + return paid; + } + + public void setPaid(String paid) { + this.paid = paid; + } + + public String getPlatformId() { + return platformId; + } + + public void setPlatformId(String platformId) { + this.platformId = platformId; + } + + public String getProp1() { + return prop1; + } + + public void setProp1(String prop1) { + this.prop1 = prop1; + } + + public String getProp2() { + return prop2; + } + + public void setProp2(String prop2) { + this.prop2 = prop2; + } + + public String getProp3() { + return prop3; + } + + public void setProp3(String prop3) { + this.prop3 = prop3; + } + + public String getProp4() { + return prop4; + } + + public void setProp4(String prop4) { + this.prop4 = prop4; + } + + public String getProp5() { + return prop5; + } + + public void setProp5(String prop5) { + this.prop5 = prop5; + } + + public String getProp6() { + return prop6; + } + + public void setProp6(String prop6) { + this.prop6 = prop6; + } + + public String getRecId() { + return recId; + } + + public void setRecId(String recId) { + this.recId = recId; + } + + public String getRefundStatus() { + return refundStatus; + } + + public void setRefundStatus(String refundStatus) { + this.refundStatus = refundStatus; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getSaleOrderId() { + return saleOrderId; + } + + public void setSaleOrderId(String saleOrderId) { + this.saleOrderId = saleOrderId; + } + + public String getSellPrice() { + return sellPrice; + } + + public void setSellPrice(String sellPrice) { + this.sellPrice = sellPrice; + } + + public String getShareAmount() { + return shareAmount; + } + + public void setShareAmount(String shareAmount) { + this.shareAmount = shareAmount; + } + + public String getSharePostAmount() { + return sharePostAmount; + } + + public void setSharePostAmount(String sharePostAmount) { + this.sharePostAmount = sharePostAmount; + } + + public String getSharePrice() { + return sharePrice; + } + + public void setSharePrice(String sharePrice) { + this.sharePrice = sharePrice; + } + + public String getSpecCode() { + return specCode; + } + + public void setSpecCode(String specCode) { + this.specCode = specCode; + } + + public String getSpecId() { + return specId; + } + + public void setSpecId(String specId) { + this.specId = specId; + } + + public String getSpecName() { + return specName; + } + + public void setSpecName(String specName) { + this.specName = specName; + } + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + public String getSrcOid() { + return srcOid; + } + + public void setSrcOid(String srcOid) { + this.srcOid = srcOid; + } + + public String getSrcOrderDetailId() { + return srcOrderDetailId; + } + + public void setSrcOrderDetailId(String srcOrderDetailId) { + this.srcOrderDetailId = srcOrderDetailId; + } + + public String getSrcTid() { + return srcTid; + } + + public void setSrcTid(String srcTid) { + this.srcTid = srcTid; + } + + public String getStockoutId() { + return stockoutId; + } + + public void setStockoutId(String stockoutId) { + this.stockoutId = stockoutId; + } + + public String getSuiteNo() { + return suiteNo; + } + + public void setSuiteNo(String suiteNo) { + this.suiteNo = suiteNo; + } + + public String getTaxRate() { + return taxRate; + } + + public void setTaxRate(String taxRate) { + this.taxRate = taxRate; + } + + public String getTotalAmount() { + return totalAmount; + } + + public void setTotalAmount(String totalAmount) { + this.totalAmount = totalAmount; + } + + public String getWeight() { + return weight; + } + + public void setWeight(String weight) { + this.weight = weight; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesDetailEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesDetailEntity.xml new file mode 100644 index 00000000..f2d75f3f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesDetailEntity.xml @@ -0,0 +1,681 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + barcode + ,brand_name + ,brand_no + ,cost_price + ,created_date + ,discount + ,from_mask + ,gift_type + ,good_prop1 + ,good_prop2 + ,good_prop3 + ,good_prop4 + ,good_prop5 + ,good_prop6 + ,goods_amount + ,goods_count + ,goods_id + ,goods_name + ,goods_no + ,goods_type + ,is_package + ,market_price + ,modified_date + ,paid + ,platform_id + ,prop1 + ,prop2 + ,prop3 + ,prop4 + ,prop5 + ,prop6 + ,rec_id + ,refund_status + ,remark + ,sale_order_id + ,sell_price + ,share_amount + ,share_post_amount + ,share_price + ,spec_code + ,spec_id + ,spec_name + ,spec_no + ,src_oid + ,src_order_detail_id + ,src_tid + ,stockout_id + ,suite_no + ,tax_rate + ,total_amount + ,weight + ,id + + + + + + + + + + + + + + + + insert into busidata_tocsales_detail( + + barcode , + brand_name , + brand_no , + cost_price , + created_date , + discount , + from_mask , + gift_type , + good_prop1 , + good_prop2 , + good_prop3 , + good_prop4 , + good_prop5 , + good_prop6 , + goods_amount , + goods_count , + goods_id , + goods_name , + goods_no , + goods_type , + is_package , + market_price , + modified_date , + paid , + platform_id , + prop1 , + prop2 , + prop3 , + prop4 , + prop5 , + prop6 , + rec_id , + refund_status , + remark , + sale_order_id , + sell_price , + share_amount , + share_post_amount , + share_price , + spec_code , + spec_id , + spec_name , + spec_no , + src_oid , + src_order_detail_id , + src_tid , + stockout_id , + suite_no , + tax_rate , + total_amount , + weight , + id , + sorts, + sts, + + )values( + + #{barcode} , + #{brandName} , + #{brandNo} , + #{costPrice} , + #{createdDate} , + #{discount} , + #{fromMask} , + #{giftType} , + #{goodProp1} , + #{goodProp2} , + #{goodProp3} , + #{goodProp4} , + #{goodProp5} , + #{goodProp6} , + #{goodsAmount} , + #{goodsCount} , + #{goodsId} , + #{goodsName} , + #{goodsNo} , + #{goodsType} , + #{isPackage} , + #{marketPrice} , + #{modifiedDate} , + #{paid} , + #{platformId} , + #{prop1} , + #{prop2} , + #{prop3} , + #{prop4} , + #{prop5} , + #{prop6} , + #{recId} , + #{refundStatus} , + #{remark} , + #{saleOrderId} , + #{sellPrice} , + #{shareAmount} , + #{sharePostAmount} , + #{sharePrice} , + #{specCode} , + #{specId} , + #{specName} , + #{specNo} , + #{srcOid} , + #{srcOrderDetailId} , + #{srcTid} , + #{stockoutId} , + #{suiteNo} , + #{taxRate} , + #{totalAmount} , + #{weight} , + #{id} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from busidata_tocsales_detail a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert IGNORE into busidata_tocsales_detail(barcode, brand_name, brand_no, cost_price, created_date, discount, from_mask, gift_type, good_prop1, good_prop2, good_prop3, good_prop4, good_prop5, good_prop6, goods_amount, goods_count, goods_id, goods_name, goods_no, goods_type, is_package, market_price, modified_date, paid, platform_id, prop1, prop2, prop3, prop4, prop5, prop6, rec_id, refund_status, remark, sale_order_id, sell_price, share_amount, share_post_amount, share_price, spec_code, spec_id, spec_name, spec_no, src_oid, src_order_detail_id, src_tid, stockout_id, suite_no, tax_rate, total_amount, weight) + values + + (#{entity.barcode},#{entity.brandName},#{entity.brandNo},#{entity.costPrice},#{entity.createdDate},#{entity.discount},#{entity.fromMask},#{entity.giftType},#{entity.goodProp1},#{entity.goodProp2},#{entity.goodProp3},#{entity.goodProp4},#{entity.goodProp5},#{entity.goodProp6},#{entity.goodsAmount},#{entity.goodsCount},#{entity.goodsId},#{entity.goodsName},#{entity.goodsNo},#{entity.goodsType},#{entity.isPackage},#{entity.marketPrice},#{entity.modifiedDate},#{entity.paid},#{entity.platformId},#{entity.prop1},#{entity.prop2},#{entity.prop3},#{entity.prop4},#{entity.prop5},#{entity.prop6},#{entity.recId},#{entity.refundStatus},#{entity.remark},#{entity.saleOrderId},#{entity.sellPrice},#{entity.shareAmount},#{entity.sharePostAmount},#{entity.sharePrice},#{entity.specCode},#{entity.specId},#{entity.specName},#{entity.specNo},#{entity.srcOid},#{entity.srcOrderDetailId},#{entity.srcTid},#{entity.stockoutId},#{entity.suiteNo},#{entity.taxRate},#{entity.totalAmount},#{entity.weight}) + + + + + insert into busidata_tocsales_detail(barcode, brand_name, brand_no, cost_price, created_date, discount, from_mask, gift_type, good_prop1, good_prop2, good_prop3, good_prop4, good_prop5, good_prop6, goods_amount, goods_count, goods_id, goods_name, goods_no, goods_type, is_package, market_price, modified_date, paid, platform_id, prop1, prop2, prop3, prop4, prop5, prop6, rec_id, refund_status, remark, sale_order_id, sell_price, share_amount, share_post_amount, share_price, spec_code, spec_id, spec_name, spec_no, src_oid, src_order_detail_id, src_tid, stockout_id, suite_no, tax_rate, total_amount, weight) + values + + (#{entity.barcode},#{entity.brandName},#{entity.brandNo},#{entity.costPrice},#{entity.createdDate},#{entity.discount},#{entity.fromMask},#{entity.giftType},#{entity.goodProp1},#{entity.goodProp2},#{entity.goodProp3},#{entity.goodProp4},#{entity.goodProp5},#{entity.goodProp6},#{entity.goodsAmount},#{entity.goodsCount},#{entity.goodsId},#{entity.goodsName},#{entity.goodsNo},#{entity.goodsType},#{entity.isPackage},#{entity.marketPrice},#{entity.modifiedDate},#{entity.paid},#{entity.platformId},#{entity.prop1},#{entity.prop2},#{entity.prop3},#{entity.prop4},#{entity.prop5},#{entity.prop6},#{entity.recId},#{entity.refundStatus},#{entity.remark},#{entity.saleOrderId},#{entity.sellPrice},#{entity.shareAmount},#{entity.sharePostAmount},#{entity.sharePrice},#{entity.specCode},#{entity.specId},#{entity.specName},#{entity.specNo},#{entity.srcOid},#{entity.srcOrderDetailId},#{entity.srcTid},#{entity.stockoutId},#{entity.suiteNo},#{entity.taxRate},#{entity.totalAmount},#{entity.weight}) + + on duplicate key update + barcode = values(barcode), + brand_name = values(brand_name), + brand_no = values(brand_no), + cost_price = values(cost_price), + created_date = values(created_date), + discount = values(discount), + from_mask = values(from_mask), + gift_type = values(gift_type), + good_prop1 = values(good_prop1), + good_prop2 = values(good_prop2), + good_prop3 = values(good_prop3), + good_prop4 = values(good_prop4), + good_prop5 = values(good_prop5), + good_prop6 = values(good_prop6), + goods_amount = values(goods_amount), + goods_count = values(goods_count), + goods_id = values(goods_id), + goods_name = values(goods_name), + goods_no = values(goods_no), + goods_type = values(goods_type), + is_package = values(is_package), + market_price = values(market_price), + modified_date = values(modified_date), + paid = values(paid), + platform_id = values(platform_id), + prop1 = values(prop1), + prop2 = values(prop2), + prop3 = values(prop3), + prop4 = values(prop4), + prop5 = values(prop5), + prop6 = values(prop6), + rec_id = values(rec_id), + refund_status = values(refund_status), + remark = values(remark), + sale_order_id = values(sale_order_id), + sell_price = values(sell_price), + share_amount = values(share_amount), + share_post_amount = values(share_post_amount), + share_price = values(share_price), + spec_code = values(spec_code), + spec_id = values(spec_id), + spec_name = values(spec_name), + spec_no = values(spec_no), + src_oid = values(src_oid), + src_order_detail_id = values(src_order_detail_id), + src_tid = values(src_tid), + stockout_id = values(stockout_id), + suite_no = values(suite_no), + tax_rate = values(tax_rate), + total_amount = values(total_amount), + weight = values(weight) + + +update busidata_tocsales_detail set + + barcode = #{barcode}, + brand_name = #{brandName}, + brand_no = #{brandNo}, + cost_price = #{costPrice}, + created_date = #{createdDate}, + discount = #{discount}, + from_mask = #{fromMask}, + gift_type = #{giftType}, + good_prop1 = #{goodProp1}, + good_prop2 = #{goodProp2}, + good_prop3 = #{goodProp3}, + good_prop4 = #{goodProp4}, + good_prop5 = #{goodProp5}, + good_prop6 = #{goodProp6}, + goods_amount = #{goodsAmount}, + goods_count = #{goodsCount}, + goods_id = #{goodsId}, + goods_name = #{goodsName}, + goods_no = #{goodsNo}, + goods_type = #{goodsType}, + is_package = #{isPackage}, + market_price = #{marketPrice}, + modified_date = #{modifiedDate}, + paid = #{paid}, + platform_id = #{platformId}, + prop1 = #{prop1}, + prop2 = #{prop2}, + prop3 = #{prop3}, + prop4 = #{prop4}, + prop5 = #{prop5}, + prop6 = #{prop6}, + rec_id = #{recId}, + refund_status = #{refundStatus}, + remark = #{remark}, + sale_order_id = #{saleOrderId}, + sell_price = #{sellPrice}, + share_amount = #{shareAmount}, + share_post_amount = #{sharePostAmount}, + share_price = #{sharePrice}, + spec_code = #{specCode}, + spec_id = #{specId}, + spec_name = #{specName}, + spec_no = #{specNo}, + src_oid = #{srcOid}, + src_order_detail_id = #{srcOrderDetailId}, + src_tid = #{srcTid}, + stockout_id = #{stockoutId}, + suite_no = #{suiteNo}, + tax_rate = #{taxRate}, + total_amount = #{totalAmount}, + weight = #{weight}, + +where id = #{id} + + + +update busidata_tocsales_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update busidata_tocsales_detail set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and barcode = #{barcode} + and brand_name = #{brandName} + and brand_no = #{brandNo} + and cost_price = #{costPrice} + and created_date = #{createdDate} + and discount = #{discount} + and from_mask = #{fromMask} + and gift_type = #{giftType} + and good_prop1 = #{goodProp1} + and good_prop2 = #{goodProp2} + and good_prop3 = #{goodProp3} + and good_prop4 = #{goodProp4} + and good_prop5 = #{goodProp5} + and good_prop6 = #{goodProp6} + and goods_amount = #{goodsAmount} + and goods_count = #{goodsCount} + and goods_id = #{goodsId} + and goods_name = #{goodsName} + and goods_no = #{goodsNo} + and goods_type = #{goodsType} + and is_package = #{isPackage} + and market_price = #{marketPrice} + and modified_date = #{modifiedDate} + and paid = #{paid} + and platform_id = #{platformId} + and prop1 = #{prop1} + and prop2 = #{prop2} + and prop3 = #{prop3} + and prop4 = #{prop4} + and prop5 = #{prop5} + and prop6 = #{prop6} + and rec_id = #{recId} + and refund_status = #{refundStatus} + and remark = #{remark} + and sale_order_id = #{saleOrderId} + and sell_price = #{sellPrice} + and share_amount = #{shareAmount} + and share_post_amount = #{sharePostAmount} + and share_price = #{sharePrice} + and spec_code = #{specCode} + and spec_id = #{specId} + and spec_name = #{specName} + and spec_no = #{specNo} + and src_oid = #{srcOid} + and src_order_detail_id = #{srcOrderDetailId} + and src_tid = #{srcTid} + and stockout_id = #{stockoutId} + and suite_no = #{suiteNo} + and tax_rate = #{taxRate} + and total_amount = #{totalAmount} + and weight = #{weight} + and id = #{id} + and sts='Y' + + + + + delete from busidata_tocsales_detail where id = #{id} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesEntity.java new file mode 100644 index 00000000..55bae433 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesEntity.java @@ -0,0 +1,716 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * OMS销售出库TOC业务主表(BusidataTocsales)实体类 + * + * @author makejava + * @since 2024-03-11 17:03:11 + */ +public class BusidataTocsalesEntity extends BaseEntity { + + private String badReason; + private String blockReason; + private String buyerMessage; + private String codAmount; + private String consignTime; + private String created; + private String csRemark; + private String currency; + private String customerNo; + private String deliveryTerm; + private String discount; + private String fenxiaoNick; + private String flagName; + private String goodsCount; + private String goodsTotalAmount; + private String goodsTotalCost; + private String idCardType; + private String invoiceContent; + private String invoiceId; + private String invoiceTitle; + private String invoiceType; + private String logisticsCode; + private String logisticsId; + private String logisticsName; + private String logisticsNo; + private String logisticsPrintStatus; + private String logisticsType; + private String modified; + private String orderNo; + private String orderType; + private String packageFee; + private String paid; + private String payTime; + private String picklistNo; + private String picklistSeq; + private String platformId; + private String postAmount; + private String postFee; + private String printRemark; + private String receivable; + private String receiverArea; + private String receiverCity; + private String receiverCountry; + private String receiverDistrict; + private String receiverDtb; + private String receiverProvince; + private String receiverZip; + private String refundStatus; + private String remark; + private String seqNo; + private String shopId; + private String shopName; + private String shopNo; + private String shopPlatformId; + private String shopRemark; + private String srcOrderNo; + private String srcTradeNo; + private String status; + private String stockCheckTime; + private String stockoutId; + private String subPlatformId; + private String tax; + private String taxRate; + private String tradeFrom; + private String tradeId; + private String tradeLabel; + private String tradeNo; + private String tradeStatus; + private String tradeTime; + private String tradeType; + private String warehouseId; + private String warehouseMappingCode; + private String warehouseName; + private String warehouseNo; + private String weight; + + /** + * 生成的业务月份 + */ + private String business_month; + + /** + * 生成的业务日期 + */ + private String business_date; + + public String getBusiness_month() { + return business_month; + } + + public void setBusiness_month(String business_month) { + this.business_month = business_month; + } + + public String getBusiness_date() { + return business_date; + } + + public void setBusiness_date(String business_date) { + this.business_date = business_date; + } + + public String getBadReason() { + return badReason; + } + + public void setBadReason(String badReason) { + this.badReason = badReason; + } + + public String getBlockReason() { + return blockReason; + } + + public void setBlockReason(String blockReason) { + this.blockReason = blockReason; + } + + public String getBuyerMessage() { + return buyerMessage; + } + + public void setBuyerMessage(String buyerMessage) { + this.buyerMessage = buyerMessage; + } + + public String getCodAmount() { + return codAmount; + } + + public void setCodAmount(String codAmount) { + this.codAmount = codAmount; + } + + public String getConsignTime() { + return consignTime; + } + + public void setConsignTime(String consignTime) { + this.consignTime = consignTime; + } + + public String getCreated() { + return created; + } + + public void setCreated(String created) { + this.created = created; + } + + public String getCsRemark() { + return csRemark; + } + + public void setCsRemark(String csRemark) { + this.csRemark = csRemark; + } + + public String getCurrency() { + return currency; + } + + public void setCurrency(String currency) { + this.currency = currency; + } + + public String getCustomerNo() { + return customerNo; + } + + public void setCustomerNo(String customerNo) { + this.customerNo = customerNo; + } + + public String getDeliveryTerm() { + return deliveryTerm; + } + + public void setDeliveryTerm(String deliveryTerm) { + this.deliveryTerm = deliveryTerm; + } + + public String getDiscount() { + return discount; + } + + public void setDiscount(String discount) { + this.discount = discount; + } + + public String getFenxiaoNick() { + return fenxiaoNick; + } + + public void setFenxiaoNick(String fenxiaoNick) { + this.fenxiaoNick = fenxiaoNick; + } + + public String getFlagName() { + return flagName; + } + + public void setFlagName(String flagName) { + this.flagName = flagName; + } + + public String getGoodsCount() { + return goodsCount; + } + + public void setGoodsCount(String goodsCount) { + this.goodsCount = goodsCount; + } + + public String getGoodsTotalAmount() { + return goodsTotalAmount; + } + + public void setGoodsTotalAmount(String goodsTotalAmount) { + this.goodsTotalAmount = goodsTotalAmount; + } + + public String getGoodsTotalCost() { + return goodsTotalCost; + } + + public void setGoodsTotalCost(String goodsTotalCost) { + this.goodsTotalCost = goodsTotalCost; + } + + public String getIdCardType() { + return idCardType; + } + + public void setIdCardType(String idCardType) { + this.idCardType = idCardType; + } + + public String getInvoiceContent() { + return invoiceContent; + } + + public void setInvoiceContent(String invoiceContent) { + this.invoiceContent = invoiceContent; + } + + public String getInvoiceId() { + return invoiceId; + } + + public void setInvoiceId(String invoiceId) { + this.invoiceId = invoiceId; + } + + public String getInvoiceTitle() { + return invoiceTitle; + } + + public void setInvoiceTitle(String invoiceTitle) { + this.invoiceTitle = invoiceTitle; + } + + public String getInvoiceType() { + return invoiceType; + } + + public void setInvoiceType(String invoiceType) { + this.invoiceType = invoiceType; + } + + public String getLogisticsCode() { + return logisticsCode; + } + + public void setLogisticsCode(String logisticsCode) { + this.logisticsCode = logisticsCode; + } + + public String getLogisticsId() { + return logisticsId; + } + + public void setLogisticsId(String logisticsId) { + this.logisticsId = logisticsId; + } + + public String getLogisticsName() { + return logisticsName; + } + + public void setLogisticsName(String logisticsName) { + this.logisticsName = logisticsName; + } + + public String getLogisticsNo() { + return logisticsNo; + } + + public void setLogisticsNo(String logisticsNo) { + this.logisticsNo = logisticsNo; + } + + public String getLogisticsPrintStatus() { + return logisticsPrintStatus; + } + + public void setLogisticsPrintStatus(String logisticsPrintStatus) { + this.logisticsPrintStatus = logisticsPrintStatus; + } + + public String getLogisticsType() { + return logisticsType; + } + + public void setLogisticsType(String logisticsType) { + this.logisticsType = logisticsType; + } + + public String getModified() { + return modified; + } + + public void setModified(String modified) { + this.modified = modified; + } + + public String getOrderNo() { + return orderNo; + } + + public void setOrderNo(String orderNo) { + this.orderNo = orderNo; + } + + public String getOrderType() { + return orderType; + } + + public void setOrderType(String orderType) { + this.orderType = orderType; + } + + public String getPackageFee() { + return packageFee; + } + + public void setPackageFee(String packageFee) { + this.packageFee = packageFee; + } + + public String getPaid() { + return paid; + } + + public void setPaid(String paid) { + this.paid = paid; + } + + public String getPayTime() { + return payTime; + } + + public void setPayTime(String payTime) { + this.payTime = payTime; + } + + public String getPicklistNo() { + return picklistNo; + } + + public void setPicklistNo(String picklistNo) { + this.picklistNo = picklistNo; + } + + public String getPicklistSeq() { + return picklistSeq; + } + + public void setPicklistSeq(String picklistSeq) { + this.picklistSeq = picklistSeq; + } + + public String getPlatformId() { + return platformId; + } + + public void setPlatformId(String platformId) { + this.platformId = platformId; + } + + public String getPostAmount() { + return postAmount; + } + + public void setPostAmount(String postAmount) { + this.postAmount = postAmount; + } + + public String getPostFee() { + return postFee; + } + + public void setPostFee(String postFee) { + this.postFee = postFee; + } + + public String getPrintRemark() { + return printRemark; + } + + public void setPrintRemark(String printRemark) { + this.printRemark = printRemark; + } + + public String getReceivable() { + return receivable; + } + + public void setReceivable(String receivable) { + this.receivable = receivable; + } + + public String getReceiverArea() { + return receiverArea; + } + + public void setReceiverArea(String receiverArea) { + this.receiverArea = receiverArea; + } + + public String getReceiverCity() { + return receiverCity; + } + + public void setReceiverCity(String receiverCity) { + this.receiverCity = receiverCity; + } + + public String getReceiverCountry() { + return receiverCountry; + } + + public void setReceiverCountry(String receiverCountry) { + this.receiverCountry = receiverCountry; + } + + public String getReceiverDistrict() { + return receiverDistrict; + } + + public void setReceiverDistrict(String receiverDistrict) { + this.receiverDistrict = receiverDistrict; + } + + public String getReceiverDtb() { + return receiverDtb; + } + + public void setReceiverDtb(String receiverDtb) { + this.receiverDtb = receiverDtb; + } + + public String getReceiverProvince() { + return receiverProvince; + } + + public void setReceiverProvince(String receiverProvince) { + this.receiverProvince = receiverProvince; + } + + public String getReceiverZip() { + return receiverZip; + } + + public void setReceiverZip(String receiverZip) { + this.receiverZip = receiverZip; + } + + public String getRefundStatus() { + return refundStatus; + } + + public void setRefundStatus(String refundStatus) { + this.refundStatus = refundStatus; + } + + public String getRemark() { + return remark; + } + + public void setRemark(String remark) { + this.remark = remark; + } + + public String getSeqNo() { + return seqNo; + } + + public void setSeqNo(String seqNo) { + this.seqNo = seqNo; + } + + public String getShopId() { + return shopId; + } + + public void setShopId(String shopId) { + this.shopId = shopId; + } + + public String getShopName() { + return shopName; + } + + public void setShopName(String shopName) { + this.shopName = shopName; + } + + public String getShopNo() { + return shopNo; + } + + public void setShopNo(String shopNo) { + this.shopNo = shopNo; + } + + public String getShopPlatformId() { + return shopPlatformId; + } + + public void setShopPlatformId(String shopPlatformId) { + this.shopPlatformId = shopPlatformId; + } + + public String getShopRemark() { + return shopRemark; + } + + public void setShopRemark(String shopRemark) { + this.shopRemark = shopRemark; + } + + public String getSrcOrderNo() { + return srcOrderNo; + } + + public void setSrcOrderNo(String srcOrderNo) { + this.srcOrderNo = srcOrderNo; + } + + public String getSrcTradeNo() { + return srcTradeNo; + } + + public void setSrcTradeNo(String srcTradeNo) { + this.srcTradeNo = srcTradeNo; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + + public String getStockCheckTime() { + return stockCheckTime; + } + + public void setStockCheckTime(String stockCheckTime) { + this.stockCheckTime = stockCheckTime; + } + + public String getStockoutId() { + return stockoutId; + } + + public void setStockoutId(String stockoutId) { + this.stockoutId = stockoutId; + } + + public String getSubPlatformId() { + return subPlatformId; + } + + public void setSubPlatformId(String subPlatformId) { + this.subPlatformId = subPlatformId; + } + + public String getTax() { + return tax; + } + + public void setTax(String tax) { + this.tax = tax; + } + + public String getTaxRate() { + return taxRate; + } + + public void setTaxRate(String taxRate) { + this.taxRate = taxRate; + } + + public String getTradeFrom() { + return tradeFrom; + } + + public void setTradeFrom(String tradeFrom) { + this.tradeFrom = tradeFrom; + } + + public String getTradeId() { + return tradeId; + } + + public void setTradeId(String tradeId) { + this.tradeId = tradeId; + } + + public String getTradeLabel() { + return tradeLabel; + } + + public void setTradeLabel(String tradeLabel) { + this.tradeLabel = tradeLabel; + } + + public String getTradeNo() { + return tradeNo; + } + + public void setTradeNo(String tradeNo) { + this.tradeNo = tradeNo; + } + + public String getTradeStatus() { + return tradeStatus; + } + + public void setTradeStatus(String tradeStatus) { + this.tradeStatus = tradeStatus; + } + + public String getTradeTime() { + return tradeTime; + } + + public void setTradeTime(String tradeTime) { + this.tradeTime = tradeTime; + } + + public String getTradeType() { + return tradeType; + } + + public void setTradeType(String tradeType) { + this.tradeType = tradeType; + } + + public String getWarehouseId() { + return warehouseId; + } + + public void setWarehouseId(String warehouseId) { + this.warehouseId = warehouseId; + } + + public String getWarehouseMappingCode() { + return warehouseMappingCode; + } + + public void setWarehouseMappingCode(String warehouseMappingCode) { + this.warehouseMappingCode = warehouseMappingCode; + } + + public String getWarehouseName() { + return warehouseName; + } + + public void setWarehouseName(String warehouseName) { + this.warehouseName = warehouseName; + } + + public String getWarehouseNo() { + return warehouseNo; + } + + public void setWarehouseNo(String warehouseNo) { + this.warehouseNo = warehouseNo; + } + + public String getWeight() { + return weight; + } + + public void setWeight(String weight) { + this.weight = weight; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesEntity.xml new file mode 100644 index 00000000..02d33977 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/BusidataTocsalesEntity.xml @@ -0,0 +1,947 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bad_reason + ,block_reason + ,buyer_message + ,cod_amount + ,consign_time + ,created + ,cs_remark + ,currency + ,customer_no + ,delivery_term + ,discount + ,fenxiao_nick + ,flag_name + ,goods_count + ,goods_total_amount + ,goods_total_cost + ,id_card_type + ,invoice_content + ,invoice_id + ,invoice_title + ,invoice_type + ,logistics_code + ,logistics_id + ,logistics_name + ,logistics_no + ,logistics_print_status + ,logistics_type + ,modified + ,order_no + ,order_type + ,package_fee + ,paid + ,pay_time + ,picklist_no + ,picklist_seq + ,platform_id + ,post_amount + ,post_fee + ,print_remark + ,receivable + ,receiver_area + ,receiver_city + ,receiver_country + ,receiver_district + ,receiver_dtb + ,receiver_province + ,receiver_zip + ,refund_status + ,remark + ,seq_no + ,shop_id + ,shop_name + ,shop_no + ,shop_platform_id + ,shop_remark + ,src_order_no + ,src_trade_no + ,status + ,stock_check_time + ,stockout_id + ,sub_platform_id + ,tax + ,tax_rate + ,trade_from + ,trade_id + ,trade_label + ,trade_no + ,trade_status + ,trade_time + ,trade_type + ,warehouse_id + ,warehouse_mapping_code + ,warehouse_name + ,warehouse_no + ,weight + ,id + + + + + + + + + + + + + + + + insert into busidata_tocsales( + + bad_reason , + block_reason , + buyer_message , + cod_amount , + consign_time , + created , + cs_remark , + currency , + customer_no , + delivery_term , + discount , + fenxiao_nick , + flag_name , + goods_count , + goods_total_amount , + goods_total_cost , + id_card_type , + invoice_content , + invoice_id , + invoice_title , + invoice_type , + logistics_code , + logistics_id , + logistics_name , + logistics_no , + logistics_print_status , + logistics_type , + modified , + order_no , + order_type , + package_fee , + paid , + pay_time , + picklist_no , + picklist_seq , + platform_id , + post_amount , + post_fee , + print_remark , + receivable , + receiver_area , + receiver_city , + receiver_country , + receiver_district , + receiver_dtb , + receiver_province , + receiver_zip , + refund_status , + remark , + seq_no , + shop_id , + shop_name , + shop_no , + shop_platform_id , + shop_remark , + src_order_no , + src_trade_no , + status , + stock_check_time , + stockout_id , + sub_platform_id , + tax , + tax_rate , + trade_from , + trade_id , + trade_label , + trade_no , + trade_status , + trade_time , + trade_type , + warehouse_id , + warehouse_mapping_code , + warehouse_name , + warehouse_no , + weight , + id , + sorts, + sts, + + )values( + + #{badReason} , + #{blockReason} , + #{buyerMessage} , + #{codAmount} , + #{consignTime} , + #{created} , + #{csRemark} , + #{currency} , + #{customerNo} , + #{deliveryTerm} , + #{discount} , + #{fenxiaoNick} , + #{flagName} , + #{goodsCount} , + #{goodsTotalAmount} , + #{goodsTotalCost} , + #{idCardType} , + #{invoiceContent} , + #{invoiceId} , + #{invoiceTitle} , + #{invoiceType} , + #{logisticsCode} , + #{logisticsId} , + #{logisticsName} , + #{logisticsNo} , + #{logisticsPrintStatus} , + #{logisticsType} , + #{modified} , + #{orderNo} , + #{orderType} , + #{packageFee} , + #{paid} , + #{payTime} , + #{picklistNo} , + #{picklistSeq} , + #{platformId} , + #{postAmount} , + #{postFee} , + #{printRemark} , + #{receivable} , + #{receiverArea} , + #{receiverCity} , + #{receiverCountry} , + #{receiverDistrict} , + #{receiverDtb} , + #{receiverProvince} , + #{receiverZip} , + #{refundStatus} , + #{remark} , + #{seqNo} , + #{shopId} , + #{shopName} , + #{shopNo} , + #{shopPlatformId} , + #{shopRemark} , + #{srcOrderNo} , + #{srcTradeNo} , + #{status} , + #{stockCheckTime} , + #{stockoutId} , + #{subPlatformId} , + #{tax} , + #{taxRate} , + #{tradeFrom} , + #{tradeId} , + #{tradeLabel} , + #{tradeNo} , + #{tradeStatus} , + #{tradeTime} , + #{tradeType} , + #{warehouseId} , + #{warehouseMappingCode} , + #{warehouseName} , + #{warehouseNo} , + #{weight} , + #{id} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from busidata_tocsales a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + + insert IGNORE into busidata_tocsales(bad_reason, block_reason, buyer_message, cod_amount, consign_time, created, cs_remark, currency, customer_no, delivery_term, discount, fenxiao_nick, flag_name, goods_count, goods_total_amount, goods_total_cost, id_card_type, invoice_content, invoice_id, invoice_title, invoice_type, logistics_code, logistics_id, logistics_name, logistics_no, logistics_print_status, logistics_type, modified, order_no, order_type, package_fee, paid, pay_time, picklist_no, picklist_seq, platform_id, post_amount, post_fee, print_remark, receivable, receiver_area, receiver_city, receiver_country, receiver_district, receiver_dtb, receiver_province, receiver_zip, refund_status, remark, seq_no, shop_id, shop_name, shop_no, shop_platform_id, shop_remark, src_order_no, src_trade_no, status, stock_check_time, stockout_id, sub_platform_id, tax, tax_rate, trade_from, trade_id, trade_label, trade_no, trade_status, trade_time, trade_type, warehouse_id, warehouse_mapping_code, warehouse_name, warehouse_no, weight,business_month,business_date) + values + + (#{entity.badReason},#{entity.blockReason},#{entity.buyerMessage},#{entity.codAmount},#{entity.consignTime},#{entity.created},#{entity.csRemark},#{entity.currency},#{entity.customerNo},#{entity.deliveryTerm},#{entity.discount},#{entity.fenxiaoNick},#{entity.flagName},#{entity.goodsCount},#{entity.goodsTotalAmount},#{entity.goodsTotalCost},#{entity.idCardType},#{entity.invoiceContent},#{entity.invoiceId},#{entity.invoiceTitle},#{entity.invoiceType},#{entity.logisticsCode},#{entity.logisticsId},#{entity.logisticsName},#{entity.logisticsNo},#{entity.logisticsPrintStatus},#{entity.logisticsType},#{entity.modified},#{entity.orderNo},#{entity.orderType},#{entity.packageFee},#{entity.paid},#{entity.payTime},#{entity.picklistNo},#{entity.picklistSeq},#{entity.platformId},#{entity.postAmount},#{entity.postFee},#{entity.printRemark},#{entity.receivable},#{entity.receiverArea},#{entity.receiverCity},#{entity.receiverCountry},#{entity.receiverDistrict},#{entity.receiverDtb},#{entity.receiverProvince},#{entity.receiverZip},#{entity.refundStatus},#{entity.remark},#{entity.seqNo},#{entity.shopId},#{entity.shopName},#{entity.shopNo},#{entity.shopPlatformId},#{entity.shopRemark},#{entity.srcOrderNo},#{entity.srcTradeNo},#{entity.status},#{entity.stockCheckTime},#{entity.stockoutId},#{entity.subPlatformId},#{entity.tax},#{entity.taxRate},#{entity.tradeFrom},#{entity.tradeId},#{entity.tradeLabel},#{entity.tradeNo},#{entity.tradeStatus},#{entity.tradeTime},#{entity.tradeType},#{entity.warehouseId},#{entity.warehouseMappingCode},#{entity.warehouseName},#{entity.warehouseNo},#{entity.weight},#{entity.business_month},#{entity.business_date}) + + + + + + insert into busidata_tocsales(bad_reason, block_reason, buyer_message, cod_amount, consign_time, created, cs_remark, currency, customer_no, delivery_term, discount, fenxiao_nick, flag_name, goods_count, goods_total_amount, goods_total_cost, id_card_type, invoice_content, invoice_id, invoice_title, invoice_type, logistics_code, logistics_id, logistics_name, logistics_no, logistics_print_status, logistics_type, modified, order_no, order_type, package_fee, paid, pay_time, picklist_no, picklist_seq, platform_id, post_amount, post_fee, print_remark, receivable, receiver_area, receiver_city, receiver_country, receiver_district, receiver_dtb, receiver_province, receiver_zip, refund_status, remark, seq_no, shop_id, shop_name, shop_no, shop_platform_id, shop_remark, src_order_no, src_trade_no, status, stock_check_time, stockout_id, sub_platform_id, tax, tax_rate, trade_from, trade_id, trade_label, trade_no, trade_status, trade_time, trade_type, warehouse_id, warehouse_mapping_code, warehouse_name, warehouse_no, weight,business_month,business_date) + values + + (#{entity.badReason},#{entity.blockReason},#{entity.buyerMessage},#{entity.codAmount},#{entity.consignTime},#{entity.created},#{entity.csRemark},#{entity.currency},#{entity.customerNo},#{entity.deliveryTerm},#{entity.discount},#{entity.fenxiaoNick},#{entity.flagName},#{entity.goodsCount},#{entity.goodsTotalAmount},#{entity.goodsTotalCost},#{entity.idCardType},#{entity.invoiceContent},#{entity.invoiceId},#{entity.invoiceTitle},#{entity.invoiceType},#{entity.logisticsCode},#{entity.logisticsId},#{entity.logisticsName},#{entity.logisticsNo},#{entity.logisticsPrintStatus},#{entity.logisticsType},#{entity.modified},#{entity.orderNo},#{entity.orderType},#{entity.packageFee},#{entity.paid},#{entity.payTime},#{entity.picklistNo},#{entity.picklistSeq},#{entity.platformId},#{entity.postAmount},#{entity.postFee},#{entity.printRemark},#{entity.receivable},#{entity.receiverArea},#{entity.receiverCity},#{entity.receiverCountry},#{entity.receiverDistrict},#{entity.receiverDtb},#{entity.receiverProvince},#{entity.receiverZip},#{entity.refundStatus},#{entity.remark},#{entity.seqNo},#{entity.shopId},#{entity.shopName},#{entity.shopNo},#{entity.shopPlatformId},#{entity.shopRemark},#{entity.srcOrderNo},#{entity.srcTradeNo},#{entity.status},#{entity.stockCheckTime},#{entity.stockoutId},#{entity.subPlatformId},#{entity.tax},#{entity.taxRate},#{entity.tradeFrom},#{entity.tradeId},#{entity.tradeLabel},#{entity.tradeNo},#{entity.tradeStatus},#{entity.tradeTime},#{entity.tradeType},#{entity.warehouseId},#{entity.warehouseMappingCode},#{entity.warehouseName},#{entity.warehouseNo},#{entity.weight},#{entity.business_month},#{entity.business_date}) + + on duplicate key update + bad_reason = values(bad_reason), + block_reason = values(block_reason), + buyer_message = values(buyer_message), + cod_amount = values(cod_amount), + consign_time = values(consign_time), + created = values(created), + cs_remark = values(cs_remark), + currency = values(currency), + customer_no = values(customer_no), + delivery_term = values(delivery_term), + discount = values(discount), + fenxiao_nick = values(fenxiao_nick), + flag_name = values(flag_name), + goods_count = values(goods_count), + goods_total_amount = values(goods_total_amount), + goods_total_cost = values(goods_total_cost), + id_card_type = values(id_card_type), + invoice_content = values(invoice_content), + invoice_id = values(invoice_id), + invoice_title = values(invoice_title), + invoice_type = values(invoice_type), + logistics_code = values(logistics_code), + logistics_id = values(logistics_id), + logistics_name = values(logistics_name), + logistics_no = values(logistics_no), + logistics_print_status = values(logistics_print_status), + logistics_type = values(logistics_type), + modified = values(modified), + order_no = values(order_no), + order_type = values(order_type), + package_fee = values(package_fee), + paid = values(paid), + pay_time = values(pay_time), + picklist_no = values(picklist_no), + picklist_seq = values(picklist_seq), + platform_id = values(platform_id), + post_amount = values(post_amount), + post_fee = values(post_fee), + print_remark = values(print_remark), + receivable = values(receivable), + receiver_area = values(receiver_area), + receiver_city = values(receiver_city), + receiver_country = values(receiver_country), + receiver_district = values(receiver_district), + receiver_dtb = values(receiver_dtb), + receiver_province = values(receiver_province), + receiver_zip = values(receiver_zip), + refund_status = values(refund_status), + remark = values(remark), + seq_no = values(seq_no), + shop_id = values(shop_id), + shop_name = values(shop_name), + shop_no = values(shop_no), + shop_platform_id = values(shop_platform_id), + shop_remark = values(shop_remark), + src_order_no = values(src_order_no), + src_trade_no = values(src_trade_no), + status = values(status), + stock_check_time = values(stock_check_time), + stockout_id = values(stockout_id), + sub_platform_id = values(sub_platform_id), + tax = values(tax), + tax_rate = values(tax_rate), + trade_from = values(trade_from), + trade_id = values(trade_id), + trade_label = values(trade_label), + trade_no = values(trade_no), + trade_status = values(trade_status), + trade_time = values(trade_time), + trade_type = values(trade_type), + warehouse_id = values(warehouse_id), + warehouse_mapping_code = values(warehouse_mapping_code), + warehouse_name = values(warehouse_name), + warehouse_no = values(warehouse_no), + weight = values(weight) + + +update busidata_tocsales set + + bad_reason = #{badReason}, + block_reason = #{blockReason}, + buyer_message = #{buyerMessage}, + cod_amount = #{codAmount}, + consign_time = #{consignTime}, + created = #{created}, + cs_remark = #{csRemark}, + currency = #{currency}, + customer_no = #{customerNo}, + delivery_term = #{deliveryTerm}, + discount = #{discount}, + fenxiao_nick = #{fenxiaoNick}, + flag_name = #{flagName}, + goods_count = #{goodsCount}, + goods_total_amount = #{goodsTotalAmount}, + goods_total_cost = #{goodsTotalCost}, + id_card_type = #{idCardType}, + invoice_content = #{invoiceContent}, + invoice_id = #{invoiceId}, + invoice_title = #{invoiceTitle}, + invoice_type = #{invoiceType}, + logistics_code = #{logisticsCode}, + logistics_id = #{logisticsId}, + logistics_name = #{logisticsName}, + logistics_no = #{logisticsNo}, + logistics_print_status = #{logisticsPrintStatus}, + logistics_type = #{logisticsType}, + modified = #{modified}, + order_no = #{orderNo}, + order_type = #{orderType}, + package_fee = #{packageFee}, + paid = #{paid}, + pay_time = #{payTime}, + picklist_no = #{picklistNo}, + picklist_seq = #{picklistSeq}, + platform_id = #{platformId}, + post_amount = #{postAmount}, + post_fee = #{postFee}, + print_remark = #{printRemark}, + receivable = #{receivable}, + receiver_area = #{receiverArea}, + receiver_city = #{receiverCity}, + receiver_country = #{receiverCountry}, + receiver_district = #{receiverDistrict}, + receiver_dtb = #{receiverDtb}, + receiver_province = #{receiverProvince}, + receiver_zip = #{receiverZip}, + refund_status = #{refundStatus}, + remark = #{remark}, + seq_no = #{seqNo}, + shop_id = #{shopId}, + shop_name = #{shopName}, + shop_no = #{shopNo}, + shop_platform_id = #{shopPlatformId}, + shop_remark = #{shopRemark}, + src_order_no = #{srcOrderNo}, + src_trade_no = #{srcTradeNo}, + status = #{status}, + stock_check_time = #{stockCheckTime}, + stockout_id = #{stockoutId}, + sub_platform_id = #{subPlatformId}, + tax = #{tax}, + tax_rate = #{taxRate}, + trade_from = #{tradeFrom}, + trade_id = #{tradeId}, + trade_label = #{tradeLabel}, + trade_no = #{tradeNo}, + trade_status = #{tradeStatus}, + trade_time = #{tradeTime}, + trade_type = #{tradeType}, + warehouse_id = #{warehouseId}, + warehouse_mapping_code = #{warehouseMappingCode}, + warehouse_name = #{warehouseName}, + warehouse_no = #{warehouseNo}, + weight = #{weight}, + +where id = #{id} + + + +update busidata_tocsales set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update busidata_tocsales set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and bad_reason = #{badReason} + and block_reason = #{blockReason} + and buyer_message = #{buyerMessage} + and cod_amount = #{codAmount} + and consign_time = #{consignTime} + and created = #{created} + and cs_remark = #{csRemark} + and currency = #{currency} + and customer_no = #{customerNo} + and delivery_term = #{deliveryTerm} + and discount = #{discount} + and fenxiao_nick = #{fenxiaoNick} + and flag_name = #{flagName} + and goods_count = #{goodsCount} + and goods_total_amount = #{goodsTotalAmount} + and goods_total_cost = #{goodsTotalCost} + and id_card_type = #{idCardType} + and invoice_content = #{invoiceContent} + and invoice_id = #{invoiceId} + and invoice_title = #{invoiceTitle} + and invoice_type = #{invoiceType} + and logistics_code = #{logisticsCode} + and logistics_id = #{logisticsId} + and logistics_name = #{logisticsName} + and logistics_no = #{logisticsNo} + and logistics_print_status = #{logisticsPrintStatus} + and logistics_type = #{logisticsType} + and modified = #{modified} + and order_no = #{orderNo} + and order_type = #{orderType} + and package_fee = #{packageFee} + and paid = #{paid} + and pay_time = #{payTime} + and picklist_no = #{picklistNo} + and picklist_seq = #{picklistSeq} + and platform_id = #{platformId} + and post_amount = #{postAmount} + and post_fee = #{postFee} + and print_remark = #{printRemark} + and receivable = #{receivable} + and receiver_area = #{receiverArea} + and receiver_city = #{receiverCity} + and receiver_country = #{receiverCountry} + and receiver_district = #{receiverDistrict} + and receiver_dtb = #{receiverDtb} + and receiver_province = #{receiverProvince} + and receiver_zip = #{receiverZip} + and refund_status = #{refundStatus} + and remark = #{remark} + and seq_no = #{seqNo} + and shop_id = #{shopId} + and shop_name = #{shopName} + and shop_no = #{shopNo} + and shop_platform_id = #{shopPlatformId} + and shop_remark = #{shopRemark} + and src_order_no = #{srcOrderNo} + and src_trade_no = #{srcTradeNo} + and status = #{status} + and stock_check_time = #{stockCheckTime} + and stockout_id = #{stockoutId} + and sub_platform_id = #{subPlatformId} + and tax = #{tax} + and tax_rate = #{taxRate} + and trade_from = #{tradeFrom} + and trade_id = #{tradeId} + and trade_label = #{tradeLabel} + and trade_no = #{tradeNo} + and trade_status = #{tradeStatus} + and trade_time = #{tradeTime} + and trade_type = #{tradeType} + and warehouse_id = #{warehouseId} + and warehouse_mapping_code = #{warehouseMappingCode} + and warehouse_name = #{warehouseName} + and warehouse_no = #{warehouseNo} + and weight = #{weight} + and id = #{id} + and sts='Y' + + + + + delete from busidata_tocsales where id = #{id} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBEntity.java new file mode 100644 index 00000000..864bb9d9 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBEntity.java @@ -0,0 +1,1950 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (IcGeneralB)实体类 + * + * @author makejava + * @since 2023-09-05 08:36:02 + */ +public class IcGeneralBEntity extends BaseEntity { + + private Double alrconfincomny; + private Double alrconfinconum; + private String bbarcodeclose; + private String bomversion; + private String bonroadflag; + private String breturnprofit; + private String bsafeprice; + private String bsourcelargess; + private String bsupplyflag; + private String btoinzgflag; + private String btoouttoiaflag; + private String btooutzgflag; + private String btou8rm; + private String btransasset; + private String bzgflag; + private String bzgyfflag; + private String castunitid; + private String cbodybilltypecode; + private String cbodywarehouseid; + private String ccheckstateid; + private String ccorrespondbid; + private String ccorrespondcode; + private String ccorrespondhid; + private String ccorrespondtype; + private String ccostobject; + private String ccurrencytypeid; + private String cfirstbillbid; + private String cfirstbillhid; + private String cfirsttype; + private String cfreezeid; + private String cgeneralbid; + private String cgeneralhid; + private String cinvbasid; + private String cinventoryid; + private String corderBb1id; + private String cparentid; + private String cprojectid; + private String cprojectphaseid; + private String cquotecurrency; + private String cquoteunitid; + private String creceieveid; + private String creceiveareaid; + private String creceivepointid; + private String crowno; + private String cselastunitid; + private String csignwastbid; + private String csignwasthid; + private String csignwasttype; + private String csourcebillbid; + private String csourcebillhid; + private String csourcetype; + private String csourcewastbid; + private String csourcewasthid; + private String csourcewasttype; + private String csrc2billbid; + private String csrc2billhid; + private String csrc2billtype; + private String csumid; + private String cvendorid; + private String cworkcenterid; + private String cworksiteid; + private String cwp; + private String dbizdate; + private String ddeliverdate; + private String dfirstbilldate; + private Integer dr; + private String drequiredate; + private String drequiretime; + private String dstandbydate; + private String dvalidate; + private String dzgdate; + private String fassertcardflag; + private Integer fbillrowflag; + private Integer fchecked; + private String flargess; + private String ftoouttransflag; + private Double hsl; + private Integer idesatype; + private String inccontimepoint; + private String inccontimepointname; + private String isok; + private Double materialcost; + private Double naccumtonum; + private Double naccumwastnum; + private Double nbarcodenum; + private Double ncorrespondastnum; + private Double ncorrespondgrsnum; + private Double ncorrespondnum; + private Double ncountnum; + private Integer nfeesettletimes; + private Double ninassistnum; + private Double ningrossnum; + private Double ninnum; + private Double nkdnum; + private Double nmny; + private Double nneedinassistnum; + private Double noutassistnum; + private Double noutgrossnum; + private Double noutnum; + private Double nplannedmny; + private Double nplannedprice; + private Double nprice; + private Integer npricesettlebill; + private Double nquotemny; + private Double nquotentmny; + private Double nquotentprice; + private Double nquoteprice; + private Double nquoteunitnum; + private Double nquoteunitrate; + private Double nreplenishedastnum; + private Double nreplenishednum; + private Double nretastnum; + private Double nretgrossnum; + private Double nretnum; + private Double nsalemny; + private Double nsaleprice; + private Double nshouldinnum; + private Double nshouldoutassistnum; + private Double nshouldoutnum; + private Double ntarenum; + private Double ntaxmny; + private Double ntaxprice; + private Double ntotalmatchnum; + private Double ntotalreasonwastenum; + private Double ntranoutastnum; + private Double ntranoutnum; + private String pkBodycalbody; + private String pkCorp; + private String pkCreqwareid; + private String pkCubasdoc; + private String pkDefdoc1; + private String pkDefdoc10; + private String pkDefdoc11; + private String pkDefdoc12; + private String pkDefdoc13; + private String pkDefdoc14; + private String pkDefdoc15; + private String pkDefdoc16; + private String pkDefdoc17; + private String pkDefdoc18; + private String pkDefdoc19; + private String pkDefdoc2; + private String pkDefdoc20; + private String pkDefdoc3; + private String pkDefdoc4; + private String pkDefdoc5; + private String pkDefdoc6; + private String pkDefdoc7; + private String pkDefdoc8; + private String pkDefdoc9; + private String pkInvoicecorp; + private String pkMeasware; + private String pkPacksort; + private String pkReqcorp; + private String pkReqstoorg; + private String pkReturnreason; + private String process1; + private String process2; + private String process3; + private String process4; + private String process5; + private Double processcost; + private String processmanid; + private Integer serialnum; + private String ts; + private String vbatchcode; + private String vbilltypeu8rm; + private String vbodynote2; + private String vcorrespondrowno; + private String vfirstbillcode; + private String vfirstrowno; + private String vfree1; + private String vfree10; + private String vfree2; + private String vfree3; + private String vfree4; + private String vfree5; + private String vfree6; + private String vfree7; + private String vfree8; + private String vfree9; + private String vnotebody; + private String vproductbatch; + private String vreceiveaddress; + private String vsignwastcode; + private String vsignwastrowno; + private String vsourcebillcode; + private String vsourcerowno; + private String vsourcewastcode; + private String vsourcewastrowno; + private String vsrc2billcode; + private String vsrc2billrowno; + private String vtransfercode; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef20; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + private String vvehiclecode; + private String writeofftype; + + + public Double getAlrconfincomny() { + return alrconfincomny; + } + + public void setAlrconfincomny(Double alrconfincomny) { + this.alrconfincomny = alrconfincomny; + } + + public Double getAlrconfinconum() { + return alrconfinconum; + } + + public void setAlrconfinconum(Double alrconfinconum) { + this.alrconfinconum = alrconfinconum; + } + + public String getBbarcodeclose() { + return bbarcodeclose; + } + + public void setBbarcodeclose(String bbarcodeclose) { + this.bbarcodeclose = bbarcodeclose; + } + + public String getBomversion() { + return bomversion; + } + + public void setBomversion(String bomversion) { + this.bomversion = bomversion; + } + + public String getBonroadflag() { + return bonroadflag; + } + + public void setBonroadflag(String bonroadflag) { + this.bonroadflag = bonroadflag; + } + + public String getBreturnprofit() { + return breturnprofit; + } + + public void setBreturnprofit(String breturnprofit) { + this.breturnprofit = breturnprofit; + } + + public String getBsafeprice() { + return bsafeprice; + } + + public void setBsafeprice(String bsafeprice) { + this.bsafeprice = bsafeprice; + } + + public String getBsourcelargess() { + return bsourcelargess; + } + + public void setBsourcelargess(String bsourcelargess) { + this.bsourcelargess = bsourcelargess; + } + + public String getBsupplyflag() { + return bsupplyflag; + } + + public void setBsupplyflag(String bsupplyflag) { + this.bsupplyflag = bsupplyflag; + } + + public String getBtoinzgflag() { + return btoinzgflag; + } + + public void setBtoinzgflag(String btoinzgflag) { + this.btoinzgflag = btoinzgflag; + } + + public String getBtoouttoiaflag() { + return btoouttoiaflag; + } + + public void setBtoouttoiaflag(String btoouttoiaflag) { + this.btoouttoiaflag = btoouttoiaflag; + } + + public String getBtooutzgflag() { + return btooutzgflag; + } + + public void setBtooutzgflag(String btooutzgflag) { + this.btooutzgflag = btooutzgflag; + } + + public String getBtou8rm() { + return btou8rm; + } + + public void setBtou8rm(String btou8rm) { + this.btou8rm = btou8rm; + } + + public String getBtransasset() { + return btransasset; + } + + public void setBtransasset(String btransasset) { + this.btransasset = btransasset; + } + + public String getBzgflag() { + return bzgflag; + } + + public void setBzgflag(String bzgflag) { + this.bzgflag = bzgflag; + } + + public String getBzgyfflag() { + return bzgyfflag; + } + + public void setBzgyfflag(String bzgyfflag) { + this.bzgyfflag = bzgyfflag; + } + + public String getCastunitid() { + return castunitid; + } + + public void setCastunitid(String castunitid) { + this.castunitid = castunitid; + } + + public String getCbodybilltypecode() { + return cbodybilltypecode; + } + + public void setCbodybilltypecode(String cbodybilltypecode) { + this.cbodybilltypecode = cbodybilltypecode; + } + + public String getCbodywarehouseid() { + return cbodywarehouseid; + } + + public void setCbodywarehouseid(String cbodywarehouseid) { + this.cbodywarehouseid = cbodywarehouseid; + } + + public String getCcheckstateid() { + return ccheckstateid; + } + + public void setCcheckstateid(String ccheckstateid) { + this.ccheckstateid = ccheckstateid; + } + + public String getCcorrespondbid() { + return ccorrespondbid; + } + + public void setCcorrespondbid(String ccorrespondbid) { + this.ccorrespondbid = ccorrespondbid; + } + + public String getCcorrespondcode() { + return ccorrespondcode; + } + + public void setCcorrespondcode(String ccorrespondcode) { + this.ccorrespondcode = ccorrespondcode; + } + + public String getCcorrespondhid() { + return ccorrespondhid; + } + + public void setCcorrespondhid(String ccorrespondhid) { + this.ccorrespondhid = ccorrespondhid; + } + + public String getCcorrespondtype() { + return ccorrespondtype; + } + + public void setCcorrespondtype(String ccorrespondtype) { + this.ccorrespondtype = ccorrespondtype; + } + + public String getCcostobject() { + return ccostobject; + } + + public void setCcostobject(String ccostobject) { + this.ccostobject = ccostobject; + } + + public String getCcurrencytypeid() { + return ccurrencytypeid; + } + + public void setCcurrencytypeid(String ccurrencytypeid) { + this.ccurrencytypeid = ccurrencytypeid; + } + + public String getCfirstbillbid() { + return cfirstbillbid; + } + + public void setCfirstbillbid(String cfirstbillbid) { + this.cfirstbillbid = cfirstbillbid; + } + + public String getCfirstbillhid() { + return cfirstbillhid; + } + + public void setCfirstbillhid(String cfirstbillhid) { + this.cfirstbillhid = cfirstbillhid; + } + + public String getCfirsttype() { + return cfirsttype; + } + + public void setCfirsttype(String cfirsttype) { + this.cfirsttype = cfirsttype; + } + + public String getCfreezeid() { + return cfreezeid; + } + + public void setCfreezeid(String cfreezeid) { + this.cfreezeid = cfreezeid; + } + + public String getCgeneralbid() { + return cgeneralbid; + } + + public void setCgeneralbid(String cgeneralbid) { + this.cgeneralbid = cgeneralbid; + } + + public String getCgeneralhid() { + return cgeneralhid; + } + + public void setCgeneralhid(String cgeneralhid) { + this.cgeneralhid = cgeneralhid; + } + + public String getCinvbasid() { + return cinvbasid; + } + + public void setCinvbasid(String cinvbasid) { + this.cinvbasid = cinvbasid; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCorderBb1id() { + return corderBb1id; + } + + public void setCorderBb1id(String corderBb1id) { + this.corderBb1id = corderBb1id; + } + + public String getCparentid() { + return cparentid; + } + + public void setCparentid(String cparentid) { + this.cparentid = cparentid; + } + + public String getCprojectid() { + return cprojectid; + } + + public void setCprojectid(String cprojectid) { + this.cprojectid = cprojectid; + } + + public String getCprojectphaseid() { + return cprojectphaseid; + } + + public void setCprojectphaseid(String cprojectphaseid) { + this.cprojectphaseid = cprojectphaseid; + } + + public String getCquotecurrency() { + return cquotecurrency; + } + + public void setCquotecurrency(String cquotecurrency) { + this.cquotecurrency = cquotecurrency; + } + + public String getCquoteunitid() { + return cquoteunitid; + } + + public void setCquoteunitid(String cquoteunitid) { + this.cquoteunitid = cquoteunitid; + } + + public String getCreceieveid() { + return creceieveid; + } + + public void setCreceieveid(String creceieveid) { + this.creceieveid = creceieveid; + } + + public String getCreceiveareaid() { + return creceiveareaid; + } + + public void setCreceiveareaid(String creceiveareaid) { + this.creceiveareaid = creceiveareaid; + } + + public String getCreceivepointid() { + return creceivepointid; + } + + public void setCreceivepointid(String creceivepointid) { + this.creceivepointid = creceivepointid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCselastunitid() { + return cselastunitid; + } + + public void setCselastunitid(String cselastunitid) { + this.cselastunitid = cselastunitid; + } + + public String getCsignwastbid() { + return csignwastbid; + } + + public void setCsignwastbid(String csignwastbid) { + this.csignwastbid = csignwastbid; + } + + public String getCsignwasthid() { + return csignwasthid; + } + + public void setCsignwasthid(String csignwasthid) { + this.csignwasthid = csignwasthid; + } + + public String getCsignwasttype() { + return csignwasttype; + } + + public void setCsignwasttype(String csignwasttype) { + this.csignwasttype = csignwasttype; + } + + public String getCsourcebillbid() { + return csourcebillbid; + } + + public void setCsourcebillbid(String csourcebillbid) { + this.csourcebillbid = csourcebillbid; + } + + public String getCsourcebillhid() { + return csourcebillhid; + } + + public void setCsourcebillhid(String csourcebillhid) { + this.csourcebillhid = csourcebillhid; + } + + public String getCsourcetype() { + return csourcetype; + } + + public void setCsourcetype(String csourcetype) { + this.csourcetype = csourcetype; + } + + public String getCsourcewastbid() { + return csourcewastbid; + } + + public void setCsourcewastbid(String csourcewastbid) { + this.csourcewastbid = csourcewastbid; + } + + public String getCsourcewasthid() { + return csourcewasthid; + } + + public void setCsourcewasthid(String csourcewasthid) { + this.csourcewasthid = csourcewasthid; + } + + public String getCsourcewasttype() { + return csourcewasttype; + } + + public void setCsourcewasttype(String csourcewasttype) { + this.csourcewasttype = csourcewasttype; + } + + public String getCsrc2billbid() { + return csrc2billbid; + } + + public void setCsrc2billbid(String csrc2billbid) { + this.csrc2billbid = csrc2billbid; + } + + public String getCsrc2billhid() { + return csrc2billhid; + } + + public void setCsrc2billhid(String csrc2billhid) { + this.csrc2billhid = csrc2billhid; + } + + public String getCsrc2billtype() { + return csrc2billtype; + } + + public void setCsrc2billtype(String csrc2billtype) { + this.csrc2billtype = csrc2billtype; + } + + public String getCsumid() { + return csumid; + } + + public void setCsumid(String csumid) { + this.csumid = csumid; + } + + public String getCvendorid() { + return cvendorid; + } + + public void setCvendorid(String cvendorid) { + this.cvendorid = cvendorid; + } + + public String getCworkcenterid() { + return cworkcenterid; + } + + public void setCworkcenterid(String cworkcenterid) { + this.cworkcenterid = cworkcenterid; + } + + public String getCworksiteid() { + return cworksiteid; + } + + public void setCworksiteid(String cworksiteid) { + this.cworksiteid = cworksiteid; + } + + public String getCwp() { + return cwp; + } + + public void setCwp(String cwp) { + this.cwp = cwp; + } + + public String getDbizdate() { + return dbizdate; + } + + public void setDbizdate(String dbizdate) { + this.dbizdate = dbizdate; + } + + public String getDdeliverdate() { + return ddeliverdate; + } + + public void setDdeliverdate(String ddeliverdate) { + this.ddeliverdate = ddeliverdate; + } + + public String getDfirstbilldate() { + return dfirstbilldate; + } + + public void setDfirstbilldate(String dfirstbilldate) { + this.dfirstbilldate = dfirstbilldate; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getDrequiredate() { + return drequiredate; + } + + public void setDrequiredate(String drequiredate) { + this.drequiredate = drequiredate; + } + + public String getDrequiretime() { + return drequiretime; + } + + public void setDrequiretime(String drequiretime) { + this.drequiretime = drequiretime; + } + + public String getDstandbydate() { + return dstandbydate; + } + + public void setDstandbydate(String dstandbydate) { + this.dstandbydate = dstandbydate; + } + + public String getDvalidate() { + return dvalidate; + } + + public void setDvalidate(String dvalidate) { + this.dvalidate = dvalidate; + } + + public String getDzgdate() { + return dzgdate; + } + + public void setDzgdate(String dzgdate) { + this.dzgdate = dzgdate; + } + + public String getFassertcardflag() { + return fassertcardflag; + } + + public void setFassertcardflag(String fassertcardflag) { + this.fassertcardflag = fassertcardflag; + } + + public Integer getFbillrowflag() { + return fbillrowflag; + } + + public void setFbillrowflag(Integer fbillrowflag) { + this.fbillrowflag = fbillrowflag; + } + + public Integer getFchecked() { + return fchecked; + } + + public void setFchecked(Integer fchecked) { + this.fchecked = fchecked; + } + + public String getFlargess() { + return flargess; + } + + public void setFlargess(String flargess) { + this.flargess = flargess; + } + + public String getFtoouttransflag() { + return ftoouttransflag; + } + + public void setFtoouttransflag(String ftoouttransflag) { + this.ftoouttransflag = ftoouttransflag; + } + + public Double getHsl() { + return hsl; + } + + public void setHsl(Double hsl) { + this.hsl = hsl; + } + + public Integer getIdesatype() { + return idesatype; + } + + public void setIdesatype(Integer idesatype) { + this.idesatype = idesatype; + } + + public String getInccontimepoint() { + return inccontimepoint; + } + + public void setInccontimepoint(String inccontimepoint) { + this.inccontimepoint = inccontimepoint; + } + + public String getInccontimepointname() { + return inccontimepointname; + } + + public void setInccontimepointname(String inccontimepointname) { + this.inccontimepointname = inccontimepointname; + } + + public String getIsok() { + return isok; + } + + public void setIsok(String isok) { + this.isok = isok; + } + + public Double getMaterialcost() { + return materialcost; + } + + public void setMaterialcost(Double materialcost) { + this.materialcost = materialcost; + } + + public Double getNaccumtonum() { + return naccumtonum; + } + + public void setNaccumtonum(Double naccumtonum) { + this.naccumtonum = naccumtonum; + } + + public Double getNaccumwastnum() { + return naccumwastnum; + } + + public void setNaccumwastnum(Double naccumwastnum) { + this.naccumwastnum = naccumwastnum; + } + + public Double getNbarcodenum() { + return nbarcodenum; + } + + public void setNbarcodenum(Double nbarcodenum) { + this.nbarcodenum = nbarcodenum; + } + + public Double getNcorrespondastnum() { + return ncorrespondastnum; + } + + public void setNcorrespondastnum(Double ncorrespondastnum) { + this.ncorrespondastnum = ncorrespondastnum; + } + + public Double getNcorrespondgrsnum() { + return ncorrespondgrsnum; + } + + public void setNcorrespondgrsnum(Double ncorrespondgrsnum) { + this.ncorrespondgrsnum = ncorrespondgrsnum; + } + + public Double getNcorrespondnum() { + return ncorrespondnum; + } + + public void setNcorrespondnum(Double ncorrespondnum) { + this.ncorrespondnum = ncorrespondnum; + } + + public Double getNcountnum() { + return ncountnum; + } + + public void setNcountnum(Double ncountnum) { + this.ncountnum = ncountnum; + } + + public Integer getNfeesettletimes() { + return nfeesettletimes; + } + + public void setNfeesettletimes(Integer nfeesettletimes) { + this.nfeesettletimes = nfeesettletimes; + } + + public Double getNinassistnum() { + return ninassistnum; + } + + public void setNinassistnum(Double ninassistnum) { + this.ninassistnum = ninassistnum; + } + + public Double getNingrossnum() { + return ningrossnum; + } + + public void setNingrossnum(Double ningrossnum) { + this.ningrossnum = ningrossnum; + } + + public Double getNinnum() { + return ninnum; + } + + public void setNinnum(Double ninnum) { + this.ninnum = ninnum; + } + + public Double getNkdnum() { + return nkdnum; + } + + public void setNkdnum(Double nkdnum) { + this.nkdnum = nkdnum; + } + + public Double getNmny() { + return nmny; + } + + public void setNmny(Double nmny) { + this.nmny = nmny; + } + + public Double getNneedinassistnum() { + return nneedinassistnum; + } + + public void setNneedinassistnum(Double nneedinassistnum) { + this.nneedinassistnum = nneedinassistnum; + } + + public Double getNoutassistnum() { + return noutassistnum; + } + + public void setNoutassistnum(Double noutassistnum) { + this.noutassistnum = noutassistnum; + } + + public Double getNoutgrossnum() { + return noutgrossnum; + } + + public void setNoutgrossnum(Double noutgrossnum) { + this.noutgrossnum = noutgrossnum; + } + + public Double getNoutnum() { + return noutnum; + } + + public void setNoutnum(Double noutnum) { + this.noutnum = noutnum; + } + + public Double getNplannedmny() { + return nplannedmny; + } + + public void setNplannedmny(Double nplannedmny) { + this.nplannedmny = nplannedmny; + } + + public Double getNplannedprice() { + return nplannedprice; + } + + public void setNplannedprice(Double nplannedprice) { + this.nplannedprice = nplannedprice; + } + + public Double getNprice() { + return nprice; + } + + public void setNprice(Double nprice) { + this.nprice = nprice; + } + + public Integer getNpricesettlebill() { + return npricesettlebill; + } + + public void setNpricesettlebill(Integer npricesettlebill) { + this.npricesettlebill = npricesettlebill; + } + + public Double getNquotemny() { + return nquotemny; + } + + public void setNquotemny(Double nquotemny) { + this.nquotemny = nquotemny; + } + + public Double getNquotentmny() { + return nquotentmny; + } + + public void setNquotentmny(Double nquotentmny) { + this.nquotentmny = nquotentmny; + } + + public Double getNquotentprice() { + return nquotentprice; + } + + public void setNquotentprice(Double nquotentprice) { + this.nquotentprice = nquotentprice; + } + + public Double getNquoteprice() { + return nquoteprice; + } + + public void setNquoteprice(Double nquoteprice) { + this.nquoteprice = nquoteprice; + } + + public Double getNquoteunitnum() { + return nquoteunitnum; + } + + public void setNquoteunitnum(Double nquoteunitnum) { + this.nquoteunitnum = nquoteunitnum; + } + + public Double getNquoteunitrate() { + return nquoteunitrate; + } + + public void setNquoteunitrate(Double nquoteunitrate) { + this.nquoteunitrate = nquoteunitrate; + } + + public Double getNreplenishedastnum() { + return nreplenishedastnum; + } + + public void setNreplenishedastnum(Double nreplenishedastnum) { + this.nreplenishedastnum = nreplenishedastnum; + } + + public Double getNreplenishednum() { + return nreplenishednum; + } + + public void setNreplenishednum(Double nreplenishednum) { + this.nreplenishednum = nreplenishednum; + } + + public Double getNretastnum() { + return nretastnum; + } + + public void setNretastnum(Double nretastnum) { + this.nretastnum = nretastnum; + } + + public Double getNretgrossnum() { + return nretgrossnum; + } + + public void setNretgrossnum(Double nretgrossnum) { + this.nretgrossnum = nretgrossnum; + } + + public Double getNretnum() { + return nretnum; + } + + public void setNretnum(Double nretnum) { + this.nretnum = nretnum; + } + + public Double getNsalemny() { + return nsalemny; + } + + public void setNsalemny(Double nsalemny) { + this.nsalemny = nsalemny; + } + + public Double getNsaleprice() { + return nsaleprice; + } + + public void setNsaleprice(Double nsaleprice) { + this.nsaleprice = nsaleprice; + } + + public Double getNshouldinnum() { + return nshouldinnum; + } + + public void setNshouldinnum(Double nshouldinnum) { + this.nshouldinnum = nshouldinnum; + } + + public Double getNshouldoutassistnum() { + return nshouldoutassistnum; + } + + public void setNshouldoutassistnum(Double nshouldoutassistnum) { + this.nshouldoutassistnum = nshouldoutassistnum; + } + + public Double getNshouldoutnum() { + return nshouldoutnum; + } + + public void setNshouldoutnum(Double nshouldoutnum) { + this.nshouldoutnum = nshouldoutnum; + } + + public Double getNtarenum() { + return ntarenum; + } + + public void setNtarenum(Double ntarenum) { + this.ntarenum = ntarenum; + } + + public Double getNtaxmny() { + return ntaxmny; + } + + public void setNtaxmny(Double ntaxmny) { + this.ntaxmny = ntaxmny; + } + + public Double getNtaxprice() { + return ntaxprice; + } + + public void setNtaxprice(Double ntaxprice) { + this.ntaxprice = ntaxprice; + } + + public Double getNtotalmatchnum() { + return ntotalmatchnum; + } + + public void setNtotalmatchnum(Double ntotalmatchnum) { + this.ntotalmatchnum = ntotalmatchnum; + } + + public Double getNtotalreasonwastenum() { + return ntotalreasonwastenum; + } + + public void setNtotalreasonwastenum(Double ntotalreasonwastenum) { + this.ntotalreasonwastenum = ntotalreasonwastenum; + } + + public Double getNtranoutastnum() { + return ntranoutastnum; + } + + public void setNtranoutastnum(Double ntranoutastnum) { + this.ntranoutastnum = ntranoutastnum; + } + + public Double getNtranoutnum() { + return ntranoutnum; + } + + public void setNtranoutnum(Double ntranoutnum) { + this.ntranoutnum = ntranoutnum; + } + + public String getPkBodycalbody() { + return pkBodycalbody; + } + + public void setPkBodycalbody(String pkBodycalbody) { + this.pkBodycalbody = pkBodycalbody; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCreqwareid() { + return pkCreqwareid; + } + + public void setPkCreqwareid(String pkCreqwareid) { + this.pkCreqwareid = pkCreqwareid; + } + + public String getPkCubasdoc() { + return pkCubasdoc; + } + + public void setPkCubasdoc(String pkCubasdoc) { + this.pkCubasdoc = pkCubasdoc; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoc10() { + return pkDefdoc10; + } + + public void setPkDefdoc10(String pkDefdoc10) { + this.pkDefdoc10 = pkDefdoc10; + } + + public String getPkDefdoc11() { + return pkDefdoc11; + } + + public void setPkDefdoc11(String pkDefdoc11) { + this.pkDefdoc11 = pkDefdoc11; + } + + public String getPkDefdoc12() { + return pkDefdoc12; + } + + public void setPkDefdoc12(String pkDefdoc12) { + this.pkDefdoc12 = pkDefdoc12; + } + + public String getPkDefdoc13() { + return pkDefdoc13; + } + + public void setPkDefdoc13(String pkDefdoc13) { + this.pkDefdoc13 = pkDefdoc13; + } + + public String getPkDefdoc14() { + return pkDefdoc14; + } + + public void setPkDefdoc14(String pkDefdoc14) { + this.pkDefdoc14 = pkDefdoc14; + } + + public String getPkDefdoc15() { + return pkDefdoc15; + } + + public void setPkDefdoc15(String pkDefdoc15) { + this.pkDefdoc15 = pkDefdoc15; + } + + public String getPkDefdoc16() { + return pkDefdoc16; + } + + public void setPkDefdoc16(String pkDefdoc16) { + this.pkDefdoc16 = pkDefdoc16; + } + + public String getPkDefdoc17() { + return pkDefdoc17; + } + + public void setPkDefdoc17(String pkDefdoc17) { + this.pkDefdoc17 = pkDefdoc17; + } + + public String getPkDefdoc18() { + return pkDefdoc18; + } + + public void setPkDefdoc18(String pkDefdoc18) { + this.pkDefdoc18 = pkDefdoc18; + } + + public String getPkDefdoc19() { + return pkDefdoc19; + } + + public void setPkDefdoc19(String pkDefdoc19) { + this.pkDefdoc19 = pkDefdoc19; + } + + public String getPkDefdoc2() { + return pkDefdoc2; + } + + public void setPkDefdoc2(String pkDefdoc2) { + this.pkDefdoc2 = pkDefdoc2; + } + + public String getPkDefdoc20() { + return pkDefdoc20; + } + + public void setPkDefdoc20(String pkDefdoc20) { + this.pkDefdoc20 = pkDefdoc20; + } + + public String getPkDefdoc3() { + return pkDefdoc3; + } + + public void setPkDefdoc3(String pkDefdoc3) { + this.pkDefdoc3 = pkDefdoc3; + } + + public String getPkDefdoc4() { + return pkDefdoc4; + } + + public void setPkDefdoc4(String pkDefdoc4) { + this.pkDefdoc4 = pkDefdoc4; + } + + public String getPkDefdoc5() { + return pkDefdoc5; + } + + public void setPkDefdoc5(String pkDefdoc5) { + this.pkDefdoc5 = pkDefdoc5; + } + + public String getPkDefdoc6() { + return pkDefdoc6; + } + + public void setPkDefdoc6(String pkDefdoc6) { + this.pkDefdoc6 = pkDefdoc6; + } + + public String getPkDefdoc7() { + return pkDefdoc7; + } + + public void setPkDefdoc7(String pkDefdoc7) { + this.pkDefdoc7 = pkDefdoc7; + } + + public String getPkDefdoc8() { + return pkDefdoc8; + } + + public void setPkDefdoc8(String pkDefdoc8) { + this.pkDefdoc8 = pkDefdoc8; + } + + public String getPkDefdoc9() { + return pkDefdoc9; + } + + public void setPkDefdoc9(String pkDefdoc9) { + this.pkDefdoc9 = pkDefdoc9; + } + + public String getPkInvoicecorp() { + return pkInvoicecorp; + } + + public void setPkInvoicecorp(String pkInvoicecorp) { + this.pkInvoicecorp = pkInvoicecorp; + } + + public String getPkMeasware() { + return pkMeasware; + } + + public void setPkMeasware(String pkMeasware) { + this.pkMeasware = pkMeasware; + } + + public String getPkPacksort() { + return pkPacksort; + } + + public void setPkPacksort(String pkPacksort) { + this.pkPacksort = pkPacksort; + } + + public String getPkReqcorp() { + return pkReqcorp; + } + + public void setPkReqcorp(String pkReqcorp) { + this.pkReqcorp = pkReqcorp; + } + + public String getPkReqstoorg() { + return pkReqstoorg; + } + + public void setPkReqstoorg(String pkReqstoorg) { + this.pkReqstoorg = pkReqstoorg; + } + + public String getPkReturnreason() { + return pkReturnreason; + } + + public void setPkReturnreason(String pkReturnreason) { + this.pkReturnreason = pkReturnreason; + } + + public String getProcess1() { + return process1; + } + + public void setProcess1(String process1) { + this.process1 = process1; + } + + public String getProcess2() { + return process2; + } + + public void setProcess2(String process2) { + this.process2 = process2; + } + + public String getProcess3() { + return process3; + } + + public void setProcess3(String process3) { + this.process3 = process3; + } + + public String getProcess4() { + return process4; + } + + public void setProcess4(String process4) { + this.process4 = process4; + } + + public String getProcess5() { + return process5; + } + + public void setProcess5(String process5) { + this.process5 = process5; + } + + public Double getProcesscost() { + return processcost; + } + + public void setProcesscost(Double processcost) { + this.processcost = processcost; + } + + public String getProcessmanid() { + return processmanid; + } + + public void setProcessmanid(String processmanid) { + this.processmanid = processmanid; + } + + public Integer getSerialnum() { + return serialnum; + } + + public void setSerialnum(Integer serialnum) { + this.serialnum = serialnum; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVbatchcode() { + return vbatchcode; + } + + public void setVbatchcode(String vbatchcode) { + this.vbatchcode = vbatchcode; + } + + public String getVbilltypeu8rm() { + return vbilltypeu8rm; + } + + public void setVbilltypeu8rm(String vbilltypeu8rm) { + this.vbilltypeu8rm = vbilltypeu8rm; + } + + public String getVbodynote2() { + return vbodynote2; + } + + public void setVbodynote2(String vbodynote2) { + this.vbodynote2 = vbodynote2; + } + + public String getVcorrespondrowno() { + return vcorrespondrowno; + } + + public void setVcorrespondrowno(String vcorrespondrowno) { + this.vcorrespondrowno = vcorrespondrowno; + } + + public String getVfirstbillcode() { + return vfirstbillcode; + } + + public void setVfirstbillcode(String vfirstbillcode) { + this.vfirstbillcode = vfirstbillcode; + } + + public String getVfirstrowno() { + return vfirstrowno; + } + + public void setVfirstrowno(String vfirstrowno) { + this.vfirstrowno = vfirstrowno; + } + + public String getVfree1() { + return vfree1; + } + + public void setVfree1(String vfree1) { + this.vfree1 = vfree1; + } + + public String getVfree10() { + return vfree10; + } + + public void setVfree10(String vfree10) { + this.vfree10 = vfree10; + } + + public String getVfree2() { + return vfree2; + } + + public void setVfree2(String vfree2) { + this.vfree2 = vfree2; + } + + public String getVfree3() { + return vfree3; + } + + public void setVfree3(String vfree3) { + this.vfree3 = vfree3; + } + + public String getVfree4() { + return vfree4; + } + + public void setVfree4(String vfree4) { + this.vfree4 = vfree4; + } + + public String getVfree5() { + return vfree5; + } + + public void setVfree5(String vfree5) { + this.vfree5 = vfree5; + } + + public String getVfree6() { + return vfree6; + } + + public void setVfree6(String vfree6) { + this.vfree6 = vfree6; + } + + public String getVfree7() { + return vfree7; + } + + public void setVfree7(String vfree7) { + this.vfree7 = vfree7; + } + + public String getVfree8() { + return vfree8; + } + + public void setVfree8(String vfree8) { + this.vfree8 = vfree8; + } + + public String getVfree9() { + return vfree9; + } + + public void setVfree9(String vfree9) { + this.vfree9 = vfree9; + } + + public String getVnotebody() { + return vnotebody; + } + + public void setVnotebody(String vnotebody) { + this.vnotebody = vnotebody; + } + + public String getVproductbatch() { + return vproductbatch; + } + + public void setVproductbatch(String vproductbatch) { + this.vproductbatch = vproductbatch; + } + + public String getVreceiveaddress() { + return vreceiveaddress; + } + + public void setVreceiveaddress(String vreceiveaddress) { + this.vreceiveaddress = vreceiveaddress; + } + + public String getVsignwastcode() { + return vsignwastcode; + } + + public void setVsignwastcode(String vsignwastcode) { + this.vsignwastcode = vsignwastcode; + } + + public String getVsignwastrowno() { + return vsignwastrowno; + } + + public void setVsignwastrowno(String vsignwastrowno) { + this.vsignwastrowno = vsignwastrowno; + } + + public String getVsourcebillcode() { + return vsourcebillcode; + } + + public void setVsourcebillcode(String vsourcebillcode) { + this.vsourcebillcode = vsourcebillcode; + } + + public String getVsourcerowno() { + return vsourcerowno; + } + + public void setVsourcerowno(String vsourcerowno) { + this.vsourcerowno = vsourcerowno; + } + + public String getVsourcewastcode() { + return vsourcewastcode; + } + + public void setVsourcewastcode(String vsourcewastcode) { + this.vsourcewastcode = vsourcewastcode; + } + + public String getVsourcewastrowno() { + return vsourcewastrowno; + } + + public void setVsourcewastrowno(String vsourcewastrowno) { + this.vsourcewastrowno = vsourcewastrowno; + } + + public String getVsrc2billcode() { + return vsrc2billcode; + } + + public void setVsrc2billcode(String vsrc2billcode) { + this.vsrc2billcode = vsrc2billcode; + } + + public String getVsrc2billrowno() { + return vsrc2billrowno; + } + + public void setVsrc2billrowno(String vsrc2billrowno) { + this.vsrc2billrowno = vsrc2billrowno; + } + + public String getVtransfercode() { + return vtransfercode; + } + + public void setVtransfercode(String vtransfercode) { + this.vtransfercode = vtransfercode; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } + + public String getVvehiclecode() { + return vvehiclecode; + } + + public void setVvehiclecode(String vvehiclecode) { + this.vvehiclecode = vvehiclecode; + } + + public String getWriteofftype() { + return writeofftype; + } + + public void setWriteofftype(String writeofftype) { + this.writeofftype = writeofftype; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBEntity.xml new file mode 100644 index 00000000..2df420ca --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBEntity.xml @@ -0,0 +1,2470 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + alrconfincomny + ,alrconfinconum + ,bbarcodeclose + ,bomversion + ,bonroadflag + ,breturnprofit + ,bsafeprice + ,bsourcelargess + ,bsupplyflag + ,btoinzgflag + ,btoouttoiaflag + ,btooutzgflag + ,btou8rm + ,btransasset + ,bzgflag + ,bzgyfflag + ,castunitid + ,cbodybilltypecode + ,cbodywarehouseid + ,ccheckstateid + ,ccorrespondbid + ,ccorrespondcode + ,ccorrespondhid + ,ccorrespondtype + ,ccostobject + ,ccurrencytypeid + ,cfirstbillbid + ,cfirstbillhid + ,cfirsttype + ,cfreezeid + ,cgeneralbid + ,cgeneralhid + ,cinvbasid + ,cinventoryid + ,corder_bb1id + ,cparentid + ,cprojectid + ,cprojectphaseid + ,cquotecurrency + ,cquoteunitid + ,creceieveid + ,creceiveareaid + ,creceivepointid + ,crowno + ,cselastunitid + ,csignwastbid + ,csignwasthid + ,csignwasttype + ,csourcebillbid + ,csourcebillhid + ,csourcetype + ,csourcewastbid + ,csourcewasthid + ,csourcewasttype + ,csrc2billbid + ,csrc2billhid + ,csrc2billtype + ,csumid + ,cvendorid + ,cworkcenterid + ,cworksiteid + ,cwp + ,dbizdate + ,ddeliverdate + ,dfirstbilldate + ,dr + ,drequiredate + ,drequiretime + ,dstandbydate + ,dvalidate + ,dzgdate + ,fassertcardflag + ,fbillrowflag + ,fchecked + ,flargess + ,ftoouttransflag + ,hsl + ,idesatype + ,inccontimepoint + ,inccontimepointname + ,isok + ,materialcost + ,naccumtonum + ,naccumwastnum + ,nbarcodenum + ,ncorrespondastnum + ,ncorrespondgrsnum + ,ncorrespondnum + ,ncountnum + ,nfeesettletimes + ,ninassistnum + ,ningrossnum + ,ninnum + ,nkdnum + ,nmny + ,nneedinassistnum + ,noutassistnum + ,noutgrossnum + ,noutnum + ,nplannedmny + ,nplannedprice + ,nprice + ,npricesettlebill + ,nquotemny + ,nquotentmny + ,nquotentprice + ,nquoteprice + ,nquoteunitnum + ,nquoteunitrate + ,nreplenishedastnum + ,nreplenishednum + ,nretastnum + ,nretgrossnum + ,nretnum + ,nsalemny + ,nsaleprice + ,nshouldinnum + ,nshouldoutassistnum + ,nshouldoutnum + ,ntarenum + ,ntaxmny + ,ntaxprice + ,ntotalmatchnum + ,ntotalreasonwastenum + ,ntranoutastnum + ,ntranoutnum + ,pk_bodycalbody + ,pk_corp + ,pk_creqwareid + ,pk_cubasdoc + ,pk_defdoc1 + ,pk_defdoc10 + ,pk_defdoc11 + ,pk_defdoc12 + ,pk_defdoc13 + ,pk_defdoc14 + ,pk_defdoc15 + ,pk_defdoc16 + ,pk_defdoc17 + ,pk_defdoc18 + ,pk_defdoc19 + ,pk_defdoc2 + ,pk_defdoc20 + ,pk_defdoc3 + ,pk_defdoc4 + ,pk_defdoc5 + ,pk_defdoc6 + ,pk_defdoc7 + ,pk_defdoc8 + ,pk_defdoc9 + ,pk_invoicecorp + ,pk_measware + ,pk_packsort + ,pk_reqcorp + ,pk_reqstoorg + ,pk_returnreason + ,process1 + ,process2 + ,process3 + ,process4 + ,process5 + ,processcost + ,processmanid + ,serialnum + ,ts + ,vbatchcode + ,vbilltypeu8rm + ,vbodynote2 + ,vcorrespondrowno + ,vfirstbillcode + ,vfirstrowno + ,vfree1 + ,vfree10 + ,vfree2 + ,vfree3 + ,vfree4 + ,vfree5 + ,vfree6 + ,vfree7 + ,vfree8 + ,vfree9 + ,vnotebody + ,vproductbatch + ,vreceiveaddress + ,vsignwastcode + ,vsignwastrowno + ,vsourcebillcode + ,vsourcerowno + ,vsourcewastcode + ,vsourcewastrowno + ,vsrc2billcode + ,vsrc2billrowno + ,vtransfercode + ,vuserdef1 + ,vuserdef10 + ,vuserdef11 + ,vuserdef12 + ,vuserdef13 + ,vuserdef14 + ,vuserdef15 + ,vuserdef16 + ,vuserdef17 + ,vuserdef18 + ,vuserdef19 + ,vuserdef2 + ,vuserdef20 + ,vuserdef3 + ,vuserdef4 + ,vuserdef5 + ,vuserdef6 + ,vuserdef7 + ,vuserdef8 + ,vuserdef9 + ,vvehiclecode + ,writeofftype + + + + + + + + + + + + + + + + insert into ic_general_b( + + alrconfincomny , + alrconfinconum , + bbarcodeclose , + bomversion , + bonroadflag , + breturnprofit , + bsafeprice , + bsourcelargess , + bsupplyflag , + btoinzgflag , + btoouttoiaflag , + btooutzgflag , + btou8rm , + btransasset , + bzgflag , + bzgyfflag , + castunitid , + cbodybilltypecode , + cbodywarehouseid , + ccheckstateid , + ccorrespondbid , + ccorrespondcode , + ccorrespondhid , + ccorrespondtype , + ccostobject , + ccurrencytypeid , + cfirstbillbid , + cfirstbillhid , + cfirsttype , + cfreezeid , + cgeneralbid , + cgeneralhid , + cinvbasid , + cinventoryid , + corder_bb1id , + cparentid , + cprojectid , + cprojectphaseid , + cquotecurrency , + cquoteunitid , + creceieveid , + creceiveareaid , + creceivepointid , + crowno , + cselastunitid , + csignwastbid , + csignwasthid , + csignwasttype , + csourcebillbid , + csourcebillhid , + csourcetype , + csourcewastbid , + csourcewasthid , + csourcewasttype , + csrc2billbid , + csrc2billhid , + csrc2billtype , + csumid , + cvendorid , + cworkcenterid , + cworksiteid , + cwp , + dbizdate , + ddeliverdate , + dfirstbilldate , + dr , + drequiredate , + drequiretime , + dstandbydate , + dvalidate , + dzgdate , + fassertcardflag , + fbillrowflag , + fchecked , + flargess , + ftoouttransflag , + hsl , + idesatype , + inccontimepoint , + inccontimepointname , + isok , + materialcost , + naccumtonum , + naccumwastnum , + nbarcodenum , + ncorrespondastnum , + ncorrespondgrsnum , + ncorrespondnum , + ncountnum , + nfeesettletimes , + ninassistnum , + ningrossnum , + ninnum , + nkdnum , + nmny , + nneedinassistnum , + noutassistnum , + noutgrossnum , + noutnum , + nplannedmny , + nplannedprice , + nprice , + npricesettlebill , + nquotemny , + nquotentmny , + nquotentprice , + nquoteprice , + nquoteunitnum , + nquoteunitrate , + nreplenishedastnum , + nreplenishednum , + nretastnum , + nretgrossnum , + nretnum , + nsalemny , + nsaleprice , + nshouldinnum , + nshouldoutassistnum , + nshouldoutnum , + ntarenum , + ntaxmny , + ntaxprice , + ntotalmatchnum , + ntotalreasonwastenum , + ntranoutastnum , + ntranoutnum , + pk_bodycalbody , + pk_corp , + pk_creqwareid , + pk_cubasdoc , + pk_defdoc1 , + pk_defdoc10 , + pk_defdoc11 , + pk_defdoc12 , + pk_defdoc13 , + pk_defdoc14 , + pk_defdoc15 , + pk_defdoc16 , + pk_defdoc17 , + pk_defdoc18 , + pk_defdoc19 , + pk_defdoc2 , + pk_defdoc20 , + pk_defdoc3 , + pk_defdoc4 , + pk_defdoc5 , + pk_defdoc6 , + pk_defdoc7 , + pk_defdoc8 , + pk_defdoc9 , + pk_invoicecorp , + pk_measware , + pk_packsort , + pk_reqcorp , + pk_reqstoorg , + pk_returnreason , + process1 , + process2 , + process3 , + process4 , + process5 , + processcost , + processmanid , + serialnum , + ts , + vbatchcode , + vbilltypeu8rm , + vbodynote2 , + vcorrespondrowno , + vfirstbillcode , + vfirstrowno , + vfree1 , + vfree10 , + vfree2 , + vfree3 , + vfree4 , + vfree5 , + vfree6 , + vfree7 , + vfree8 , + vfree9 , + vnotebody , + vproductbatch , + vreceiveaddress , + vsignwastcode , + vsignwastrowno , + vsourcebillcode , + vsourcerowno , + vsourcewastcode , + vsourcewastrowno , + vsrc2billcode , + vsrc2billrowno , + vtransfercode , + vuserdef1 , + vuserdef10 , + vuserdef11 , + vuserdef12 , + vuserdef13 , + vuserdef14 , + vuserdef15 , + vuserdef16 , + vuserdef17 , + vuserdef18 , + vuserdef19 , + vuserdef2 , + vuserdef20 , + vuserdef3 , + vuserdef4 , + vuserdef5 , + vuserdef6 , + vuserdef7 , + vuserdef8 , + vuserdef9 , + vvehiclecode , + writeofftype , + sorts, + sts, + + )values( + + #{alrconfincomny} , + #{alrconfinconum} , + #{bbarcodeclose} , + #{bomversion} , + #{bonroadflag} , + #{breturnprofit} , + #{bsafeprice} , + #{bsourcelargess} , + #{bsupplyflag} , + #{btoinzgflag} , + #{btoouttoiaflag} , + #{btooutzgflag} , + #{btou8rm} , + #{btransasset} , + #{bzgflag} , + #{bzgyfflag} , + #{castunitid} , + #{cbodybilltypecode} , + #{cbodywarehouseid} , + #{ccheckstateid} , + #{ccorrespondbid} , + #{ccorrespondcode} , + #{ccorrespondhid} , + #{ccorrespondtype} , + #{ccostobject} , + #{ccurrencytypeid} , + #{cfirstbillbid} , + #{cfirstbillhid} , + #{cfirsttype} , + #{cfreezeid} , + #{cgeneralbid} , + #{cgeneralhid} , + #{cinvbasid} , + #{cinventoryid} , + #{corderBb1id} , + #{cparentid} , + #{cprojectid} , + #{cprojectphaseid} , + #{cquotecurrency} , + #{cquoteunitid} , + #{creceieveid} , + #{creceiveareaid} , + #{creceivepointid} , + #{crowno} , + #{cselastunitid} , + #{csignwastbid} , + #{csignwasthid} , + #{csignwasttype} , + #{csourcebillbid} , + #{csourcebillhid} , + #{csourcetype} , + #{csourcewastbid} , + #{csourcewasthid} , + #{csourcewasttype} , + #{csrc2billbid} , + #{csrc2billhid} , + #{csrc2billtype} , + #{csumid} , + #{cvendorid} , + #{cworkcenterid} , + #{cworksiteid} , + #{cwp} , + #{dbizdate} , + #{ddeliverdate} , + #{dfirstbilldate} , + #{dr} , + #{drequiredate} , + #{drequiretime} , + #{dstandbydate} , + #{dvalidate} , + #{dzgdate} , + #{fassertcardflag} , + #{fbillrowflag} , + #{fchecked} , + #{flargess} , + #{ftoouttransflag} , + #{hsl} , + #{idesatype} , + #{inccontimepoint} , + #{inccontimepointname} , + #{isok} , + #{materialcost} , + #{naccumtonum} , + #{naccumwastnum} , + #{nbarcodenum} , + #{ncorrespondastnum} , + #{ncorrespondgrsnum} , + #{ncorrespondnum} , + #{ncountnum} , + #{nfeesettletimes} , + #{ninassistnum} , + #{ningrossnum} , + #{ninnum} , + #{nkdnum} , + #{nmny} , + #{nneedinassistnum} , + #{noutassistnum} , + #{noutgrossnum} , + #{noutnum} , + #{nplannedmny} , + #{nplannedprice} , + #{nprice} , + #{npricesettlebill} , + #{nquotemny} , + #{nquotentmny} , + #{nquotentprice} , + #{nquoteprice} , + #{nquoteunitnum} , + #{nquoteunitrate} , + #{nreplenishedastnum} , + #{nreplenishednum} , + #{nretastnum} , + #{nretgrossnum} , + #{nretnum} , + #{nsalemny} , + #{nsaleprice} , + #{nshouldinnum} , + #{nshouldoutassistnum} , + #{nshouldoutnum} , + #{ntarenum} , + #{ntaxmny} , + #{ntaxprice} , + #{ntotalmatchnum} , + #{ntotalreasonwastenum} , + #{ntranoutastnum} , + #{ntranoutnum} , + #{pkBodycalbody} , + #{pkCorp} , + #{pkCreqwareid} , + #{pkCubasdoc} , + #{pkDefdoc1} , + #{pkDefdoc10} , + #{pkDefdoc11} , + #{pkDefdoc12} , + #{pkDefdoc13} , + #{pkDefdoc14} , + #{pkDefdoc15} , + #{pkDefdoc16} , + #{pkDefdoc17} , + #{pkDefdoc18} , + #{pkDefdoc19} , + #{pkDefdoc2} , + #{pkDefdoc20} , + #{pkDefdoc3} , + #{pkDefdoc4} , + #{pkDefdoc5} , + #{pkDefdoc6} , + #{pkDefdoc7} , + #{pkDefdoc8} , + #{pkDefdoc9} , + #{pkInvoicecorp} , + #{pkMeasware} , + #{pkPacksort} , + #{pkReqcorp} , + #{pkReqstoorg} , + #{pkReturnreason} , + #{process1} , + #{process2} , + #{process3} , + #{process4} , + #{process5} , + #{processcost} , + #{processmanid} , + #{serialnum} , + #{ts} , + #{vbatchcode} , + #{vbilltypeu8rm} , + #{vbodynote2} , + #{vcorrespondrowno} , + #{vfirstbillcode} , + #{vfirstrowno} , + #{vfree1} , + #{vfree10} , + #{vfree2} , + #{vfree3} , + #{vfree4} , + #{vfree5} , + #{vfree6} , + #{vfree7} , + #{vfree8} , + #{vfree9} , + #{vnotebody} , + #{vproductbatch} , + #{vreceiveaddress} , + #{vsignwastcode} , + #{vsignwastrowno} , + #{vsourcebillcode} , + #{vsourcerowno} , + #{vsourcewastcode} , + #{vsourcewastrowno} , + #{vsrc2billcode} , + #{vsrc2billrowno} , + #{vtransfercode} , + #{vuserdef1} , + #{vuserdef10} , + #{vuserdef11} , + #{vuserdef12} , + #{vuserdef13} , + #{vuserdef14} , + #{vuserdef15} , + #{vuserdef16} , + #{vuserdef17} , + #{vuserdef18} , + #{vuserdef19} , + #{vuserdef2} , + #{vuserdef20} , + #{vuserdef3} , + #{vuserdef4} , + #{vuserdef5} , + #{vuserdef6} , + #{vuserdef7} , + #{vuserdef8} , + #{vuserdef9} , + #{vvehiclecode} , + #{writeofftype} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from ic_general_b a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into ic_general_b(alrconfincomny, alrconfinconum, bbarcodeclose, bomversion, bonroadflag, breturnprofit, bsafeprice, bsourcelargess, bsupplyflag, btoinzgflag, btoouttoiaflag, btooutzgflag, btou8rm, btransasset, bzgflag, bzgyfflag, castunitid, cbodybilltypecode, cbodywarehouseid, ccheckstateid, ccorrespondbid, ccorrespondcode, ccorrespondhid, ccorrespondtype, ccostobject, ccurrencytypeid, cfirstbillbid, cfirstbillhid, cfirsttype, cfreezeid, cgeneralhid, cinvbasid, cinventoryid, corder_bb1id, cparentid, cprojectid, cprojectphaseid, cquotecurrency, cquoteunitid, creceieveid, creceiveareaid, creceivepointid, crowno, cselastunitid, csignwastbid, csignwasthid, csignwasttype, csourcebillbid, csourcebillhid, csourcetype, csourcewastbid, csourcewasthid, csourcewasttype, csrc2billbid, csrc2billhid, csrc2billtype, csumid, cvendorid, cworkcenterid, cworksiteid, cwp, dbizdate, ddeliverdate, dfirstbilldate, dr, drequiredate, drequiretime, dstandbydate, dvalidate, dzgdate, fassertcardflag, fbillrowflag, fchecked, flargess, ftoouttransflag, hsl, idesatype, inccontimepoint, inccontimepointname, isok, materialcost, naccumtonum, naccumwastnum, nbarcodenum, ncorrespondastnum, ncorrespondgrsnum, ncorrespondnum, ncountnum, nfeesettletimes, ninassistnum, ningrossnum, ninnum, nkdnum, nmny, nneedinassistnum, noutassistnum, noutgrossnum, noutnum, nplannedmny, nplannedprice, nprice, npricesettlebill, nquotemny, nquotentmny, nquotentprice, nquoteprice, nquoteunitnum, nquoteunitrate, nreplenishedastnum, nreplenishednum, nretastnum, nretgrossnum, nretnum, nsalemny, nsaleprice, nshouldinnum, nshouldoutassistnum, nshouldoutnum, ntarenum, ntaxmny, ntaxprice, ntotalmatchnum, ntotalreasonwastenum, ntranoutastnum, ntranoutnum, pk_bodycalbody, pk_corp, pk_creqwareid, pk_cubasdoc, pk_defdoc1, pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, pk_defdoc9, pk_invoicecorp, pk_measware, pk_packsort, pk_reqcorp, pk_reqstoorg, pk_returnreason, process1, process2, process3, process4, process5, processcost, processmanid, serialnum, ts, vbatchcode, vbilltypeu8rm, vbodynote2, vcorrespondrowno, vfirstbillcode, vfirstrowno, vfree1, vfree10, vfree2, vfree3, vfree4, vfree5, vfree6, vfree7, vfree8, vfree9, vnotebody, vproductbatch, vreceiveaddress, vsignwastcode, vsignwastrowno, vsourcebillcode, vsourcerowno, vsourcewastcode, vsourcewastrowno, vsrc2billcode, vsrc2billrowno, vtransfercode, vuserdef1, vuserdef10, vuserdef11, vuserdef12, vuserdef13, vuserdef14, vuserdef15, vuserdef16, vuserdef17, vuserdef18, vuserdef19, vuserdef2, vuserdef20, vuserdef3, vuserdef4, vuserdef5, vuserdef6, vuserdef7, vuserdef8, vuserdef9, vvehiclecode, writeofftype, sts) + values + + (#{entity.alrconfincomny},#{entity.alrconfinconum},#{entity.bbarcodeclose},#{entity.bomversion},#{entity.bonroadflag},#{entity.breturnprofit},#{entity.bsafeprice},#{entity.bsourcelargess},#{entity.bsupplyflag},#{entity.btoinzgflag},#{entity.btoouttoiaflag},#{entity.btooutzgflag},#{entity.btou8rm},#{entity.btransasset},#{entity.bzgflag},#{entity.bzgyfflag},#{entity.castunitid},#{entity.cbodybilltypecode},#{entity.cbodywarehouseid},#{entity.ccheckstateid},#{entity.ccorrespondbid},#{entity.ccorrespondcode},#{entity.ccorrespondhid},#{entity.ccorrespondtype},#{entity.ccostobject},#{entity.ccurrencytypeid},#{entity.cfirstbillbid},#{entity.cfirstbillhid},#{entity.cfirsttype},#{entity.cfreezeid},#{entity.cgeneralhid},#{entity.cinvbasid},#{entity.cinventoryid},#{entity.corderBb1id},#{entity.cparentid},#{entity.cprojectid},#{entity.cprojectphaseid},#{entity.cquotecurrency},#{entity.cquoteunitid},#{entity.creceieveid},#{entity.creceiveareaid},#{entity.creceivepointid},#{entity.crowno},#{entity.cselastunitid},#{entity.csignwastbid},#{entity.csignwasthid},#{entity.csignwasttype},#{entity.csourcebillbid},#{entity.csourcebillhid},#{entity.csourcetype},#{entity.csourcewastbid},#{entity.csourcewasthid},#{entity.csourcewasttype},#{entity.csrc2billbid},#{entity.csrc2billhid},#{entity.csrc2billtype},#{entity.csumid},#{entity.cvendorid},#{entity.cworkcenterid},#{entity.cworksiteid},#{entity.cwp},#{entity.dbizdate},#{entity.ddeliverdate},#{entity.dfirstbilldate},#{entity.dr},#{entity.drequiredate},#{entity.drequiretime},#{entity.dstandbydate},#{entity.dvalidate},#{entity.dzgdate},#{entity.fassertcardflag},#{entity.fbillrowflag},#{entity.fchecked},#{entity.flargess},#{entity.ftoouttransflag},#{entity.hsl},#{entity.idesatype},#{entity.inccontimepoint},#{entity.inccontimepointname},#{entity.isok},#{entity.materialcost},#{entity.naccumtonum},#{entity.naccumwastnum},#{entity.nbarcodenum},#{entity.ncorrespondastnum},#{entity.ncorrespondgrsnum},#{entity.ncorrespondnum},#{entity.ncountnum},#{entity.nfeesettletimes},#{entity.ninassistnum},#{entity.ningrossnum},#{entity.ninnum},#{entity.nkdnum},#{entity.nmny},#{entity.nneedinassistnum},#{entity.noutassistnum},#{entity.noutgrossnum},#{entity.noutnum},#{entity.nplannedmny},#{entity.nplannedprice},#{entity.nprice},#{entity.npricesettlebill},#{entity.nquotemny},#{entity.nquotentmny},#{entity.nquotentprice},#{entity.nquoteprice},#{entity.nquoteunitnum},#{entity.nquoteunitrate},#{entity.nreplenishedastnum},#{entity.nreplenishednum},#{entity.nretastnum},#{entity.nretgrossnum},#{entity.nretnum},#{entity.nsalemny},#{entity.nsaleprice},#{entity.nshouldinnum},#{entity.nshouldoutassistnum},#{entity.nshouldoutnum},#{entity.ntarenum},#{entity.ntaxmny},#{entity.ntaxprice},#{entity.ntotalmatchnum},#{entity.ntotalreasonwastenum},#{entity.ntranoutastnum},#{entity.ntranoutnum},#{entity.pkBodycalbody},#{entity.pkCorp},#{entity.pkCreqwareid},#{entity.pkCubasdoc},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.pkInvoicecorp},#{entity.pkMeasware},#{entity.pkPacksort},#{entity.pkReqcorp},#{entity.pkReqstoorg},#{entity.pkReturnreason},#{entity.process1},#{entity.process2},#{entity.process3},#{entity.process4},#{entity.process5},#{entity.processcost},#{entity.processmanid},#{entity.serialnum},#{entity.ts},#{entity.vbatchcode},#{entity.vbilltypeu8rm},#{entity.vbodynote2},#{entity.vcorrespondrowno},#{entity.vfirstbillcode},#{entity.vfirstrowno},#{entity.vfree1},#{entity.vfree10},#{entity.vfree2},#{entity.vfree3},#{entity.vfree4},#{entity.vfree5},#{entity.vfree6},#{entity.vfree7},#{entity.vfree8},#{entity.vfree9},#{entity.vnotebody},#{entity.vproductbatch},#{entity.vreceiveaddress},#{entity.vsignwastcode},#{entity.vsignwastrowno},#{entity.vsourcebillcode},#{entity.vsourcerowno},#{entity.vsourcewastcode},#{entity.vsourcewastrowno},#{entity.vsrc2billcode},#{entity.vsrc2billrowno},#{entity.vtransfercode},#{entity.vuserdef1},#{entity.vuserdef10},#{entity.vuserdef11},#{entity.vuserdef12},#{entity.vuserdef13},#{entity.vuserdef14},#{entity.vuserdef15},#{entity.vuserdef16},#{entity.vuserdef17},#{entity.vuserdef18},#{entity.vuserdef19},#{entity.vuserdef2},#{entity.vuserdef20},#{entity.vuserdef3},#{entity.vuserdef4},#{entity.vuserdef5},#{entity.vuserdef6},#{entity.vuserdef7},#{entity.vuserdef8},#{entity.vuserdef9},#{entity.vvehiclecode},#{entity.writeofftype}, 'Y') + + + + + insert into ic_general_b(alrconfincomny, alrconfinconum, bbarcodeclose, bomversion, bonroadflag, breturnprofit, bsafeprice, bsourcelargess, bsupplyflag, btoinzgflag, btoouttoiaflag, btooutzgflag, btou8rm, btransasset, bzgflag, bzgyfflag, castunitid, cbodybilltypecode, cbodywarehouseid, ccheckstateid, ccorrespondbid, ccorrespondcode, ccorrespondhid, ccorrespondtype, ccostobject, ccurrencytypeid, cfirstbillbid, cfirstbillhid, cfirsttype, cfreezeid, cgeneralhid, cinvbasid, cinventoryid, corder_bb1id, cparentid, cprojectid, cprojectphaseid, cquotecurrency, cquoteunitid, creceieveid, creceiveareaid, creceivepointid, crowno, cselastunitid, csignwastbid, csignwasthid, csignwasttype, csourcebillbid, csourcebillhid, csourcetype, csourcewastbid, csourcewasthid, csourcewasttype, csrc2billbid, csrc2billhid, csrc2billtype, csumid, cvendorid, cworkcenterid, cworksiteid, cwp, dbizdate, ddeliverdate, dfirstbilldate, dr, drequiredate, drequiretime, dstandbydate, dvalidate, dzgdate, fassertcardflag, fbillrowflag, fchecked, flargess, ftoouttransflag, hsl, idesatype, inccontimepoint, inccontimepointname, isok, materialcost, naccumtonum, naccumwastnum, nbarcodenum, ncorrespondastnum, ncorrespondgrsnum, ncorrespondnum, ncountnum, nfeesettletimes, ninassistnum, ningrossnum, ninnum, nkdnum, nmny, nneedinassistnum, noutassistnum, noutgrossnum, noutnum, nplannedmny, nplannedprice, nprice, npricesettlebill, nquotemny, nquotentmny, nquotentprice, nquoteprice, nquoteunitnum, nquoteunitrate, nreplenishedastnum, nreplenishednum, nretastnum, nretgrossnum, nretnum, nsalemny, nsaleprice, nshouldinnum, nshouldoutassistnum, nshouldoutnum, ntarenum, ntaxmny, ntaxprice, ntotalmatchnum, ntotalreasonwastenum, ntranoutastnum, ntranoutnum, pk_bodycalbody, pk_corp, pk_creqwareid, pk_cubasdoc, pk_defdoc1, pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, pk_defdoc9, pk_invoicecorp, pk_measware, pk_packsort, pk_reqcorp, pk_reqstoorg, pk_returnreason, process1, process2, process3, process4, process5, processcost, processmanid, serialnum, ts, vbatchcode, vbilltypeu8rm, vbodynote2, vcorrespondrowno, vfirstbillcode, vfirstrowno, vfree1, vfree10, vfree2, vfree3, vfree4, vfree5, vfree6, vfree7, vfree8, vfree9, vnotebody, vproductbatch, vreceiveaddress, vsignwastcode, vsignwastrowno, vsourcebillcode, vsourcerowno, vsourcewastcode, vsourcewastrowno, vsrc2billcode, vsrc2billrowno, vtransfercode, vuserdef1, vuserdef10, vuserdef11, vuserdef12, vuserdef13, vuserdef14, vuserdef15, vuserdef16, vuserdef17, vuserdef18, vuserdef19, vuserdef2, vuserdef20, vuserdef3, vuserdef4, vuserdef5, vuserdef6, vuserdef7, vuserdef8, vuserdef9, vvehiclecode, writeofftype) + values + + (#{entity.alrconfincomny},#{entity.alrconfinconum},#{entity.bbarcodeclose},#{entity.bomversion},#{entity.bonroadflag},#{entity.breturnprofit},#{entity.bsafeprice},#{entity.bsourcelargess},#{entity.bsupplyflag},#{entity.btoinzgflag},#{entity.btoouttoiaflag},#{entity.btooutzgflag},#{entity.btou8rm},#{entity.btransasset},#{entity.bzgflag},#{entity.bzgyfflag},#{entity.castunitid},#{entity.cbodybilltypecode},#{entity.cbodywarehouseid},#{entity.ccheckstateid},#{entity.ccorrespondbid},#{entity.ccorrespondcode},#{entity.ccorrespondhid},#{entity.ccorrespondtype},#{entity.ccostobject},#{entity.ccurrencytypeid},#{entity.cfirstbillbid},#{entity.cfirstbillhid},#{entity.cfirsttype},#{entity.cfreezeid},#{entity.cgeneralhid},#{entity.cinvbasid},#{entity.cinventoryid},#{entity.corderBb1id},#{entity.cparentid},#{entity.cprojectid},#{entity.cprojectphaseid},#{entity.cquotecurrency},#{entity.cquoteunitid},#{entity.creceieveid},#{entity.creceiveareaid},#{entity.creceivepointid},#{entity.crowno},#{entity.cselastunitid},#{entity.csignwastbid},#{entity.csignwasthid},#{entity.csignwasttype},#{entity.csourcebillbid},#{entity.csourcebillhid},#{entity.csourcetype},#{entity.csourcewastbid},#{entity.csourcewasthid},#{entity.csourcewasttype},#{entity.csrc2billbid},#{entity.csrc2billhid},#{entity.csrc2billtype},#{entity.csumid},#{entity.cvendorid},#{entity.cworkcenterid},#{entity.cworksiteid},#{entity.cwp},#{entity.dbizdate},#{entity.ddeliverdate},#{entity.dfirstbilldate},#{entity.dr},#{entity.drequiredate},#{entity.drequiretime},#{entity.dstandbydate},#{entity.dvalidate},#{entity.dzgdate},#{entity.fassertcardflag},#{entity.fbillrowflag},#{entity.fchecked},#{entity.flargess},#{entity.ftoouttransflag},#{entity.hsl},#{entity.idesatype},#{entity.inccontimepoint},#{entity.inccontimepointname},#{entity.isok},#{entity.materialcost},#{entity.naccumtonum},#{entity.naccumwastnum},#{entity.nbarcodenum},#{entity.ncorrespondastnum},#{entity.ncorrespondgrsnum},#{entity.ncorrespondnum},#{entity.ncountnum},#{entity.nfeesettletimes},#{entity.ninassistnum},#{entity.ningrossnum},#{entity.ninnum},#{entity.nkdnum},#{entity.nmny},#{entity.nneedinassistnum},#{entity.noutassistnum},#{entity.noutgrossnum},#{entity.noutnum},#{entity.nplannedmny},#{entity.nplannedprice},#{entity.nprice},#{entity.npricesettlebill},#{entity.nquotemny},#{entity.nquotentmny},#{entity.nquotentprice},#{entity.nquoteprice},#{entity.nquoteunitnum},#{entity.nquoteunitrate},#{entity.nreplenishedastnum},#{entity.nreplenishednum},#{entity.nretastnum},#{entity.nretgrossnum},#{entity.nretnum},#{entity.nsalemny},#{entity.nsaleprice},#{entity.nshouldinnum},#{entity.nshouldoutassistnum},#{entity.nshouldoutnum},#{entity.ntarenum},#{entity.ntaxmny},#{entity.ntaxprice},#{entity.ntotalmatchnum},#{entity.ntotalreasonwastenum},#{entity.ntranoutastnum},#{entity.ntranoutnum},#{entity.pkBodycalbody},#{entity.pkCorp},#{entity.pkCreqwareid},#{entity.pkCubasdoc},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.pkInvoicecorp},#{entity.pkMeasware},#{entity.pkPacksort},#{entity.pkReqcorp},#{entity.pkReqstoorg},#{entity.pkReturnreason},#{entity.process1},#{entity.process2},#{entity.process3},#{entity.process4},#{entity.process5},#{entity.processcost},#{entity.processmanid},#{entity.serialnum},#{entity.ts},#{entity.vbatchcode},#{entity.vbilltypeu8rm},#{entity.vbodynote2},#{entity.vcorrespondrowno},#{entity.vfirstbillcode},#{entity.vfirstrowno},#{entity.vfree1},#{entity.vfree10},#{entity.vfree2},#{entity.vfree3},#{entity.vfree4},#{entity.vfree5},#{entity.vfree6},#{entity.vfree7},#{entity.vfree8},#{entity.vfree9},#{entity.vnotebody},#{entity.vproductbatch},#{entity.vreceiveaddress},#{entity.vsignwastcode},#{entity.vsignwastrowno},#{entity.vsourcebillcode},#{entity.vsourcerowno},#{entity.vsourcewastcode},#{entity.vsourcewastrowno},#{entity.vsrc2billcode},#{entity.vsrc2billrowno},#{entity.vtransfercode},#{entity.vuserdef1},#{entity.vuserdef10},#{entity.vuserdef11},#{entity.vuserdef12},#{entity.vuserdef13},#{entity.vuserdef14},#{entity.vuserdef15},#{entity.vuserdef16},#{entity.vuserdef17},#{entity.vuserdef18},#{entity.vuserdef19},#{entity.vuserdef2},#{entity.vuserdef20},#{entity.vuserdef3},#{entity.vuserdef4},#{entity.vuserdef5},#{entity.vuserdef6},#{entity.vuserdef7},#{entity.vuserdef8},#{entity.vuserdef9},#{entity.vvehiclecode},#{entity.writeofftype}) + + on duplicate key update + alrconfincomny = values(alrconfincomny), + alrconfinconum = values(alrconfinconum), + bbarcodeclose = values(bbarcodeclose), + bomversion = values(bomversion), + bonroadflag = values(bonroadflag), + breturnprofit = values(breturnprofit), + bsafeprice = values(bsafeprice), + bsourcelargess = values(bsourcelargess), + bsupplyflag = values(bsupplyflag), + btoinzgflag = values(btoinzgflag), + btoouttoiaflag = values(btoouttoiaflag), + btooutzgflag = values(btooutzgflag), + btou8rm = values(btou8rm), + btransasset = values(btransasset), + bzgflag = values(bzgflag), + bzgyfflag = values(bzgyfflag), + castunitid = values(castunitid), + cbodybilltypecode = values(cbodybilltypecode), + cbodywarehouseid = values(cbodywarehouseid), + ccheckstateid = values(ccheckstateid), + ccorrespondbid = values(ccorrespondbid), + ccorrespondcode = values(ccorrespondcode), + ccorrespondhid = values(ccorrespondhid), + ccorrespondtype = values(ccorrespondtype), + ccostobject = values(ccostobject), + ccurrencytypeid = values(ccurrencytypeid), + cfirstbillbid = values(cfirstbillbid), + cfirstbillhid = values(cfirstbillhid), + cfirsttype = values(cfirsttype), + cfreezeid = values(cfreezeid), + cgeneralhid = values(cgeneralhid), + cinvbasid = values(cinvbasid), + cinventoryid = values(cinventoryid), + corder_bb1id = values(corder_bb1id), + cparentid = values(cparentid), + cprojectid = values(cprojectid), + cprojectphaseid = values(cprojectphaseid), + cquotecurrency = values(cquotecurrency), + cquoteunitid = values(cquoteunitid), + creceieveid = values(creceieveid), + creceiveareaid = values(creceiveareaid), + creceivepointid = values(creceivepointid), + crowno = values(crowno), + cselastunitid = values(cselastunitid), + csignwastbid = values(csignwastbid), + csignwasthid = values(csignwasthid), + csignwasttype = values(csignwasttype), + csourcebillbid = values(csourcebillbid), + csourcebillhid = values(csourcebillhid), + csourcetype = values(csourcetype), + csourcewastbid = values(csourcewastbid), + csourcewasthid = values(csourcewasthid), + csourcewasttype = values(csourcewasttype), + csrc2billbid = values(csrc2billbid), + csrc2billhid = values(csrc2billhid), + csrc2billtype = values(csrc2billtype), + csumid = values(csumid), + cvendorid = values(cvendorid), + cworkcenterid = values(cworkcenterid), + cworksiteid = values(cworksiteid), + cwp = values(cwp), + dbizdate = values(dbizdate), + ddeliverdate = values(ddeliverdate), + dfirstbilldate = values(dfirstbilldate), + dr = values(dr), + drequiredate = values(drequiredate), + drequiretime = values(drequiretime), + dstandbydate = values(dstandbydate), + dvalidate = values(dvalidate), + dzgdate = values(dzgdate), + fassertcardflag = values(fassertcardflag), + fbillrowflag = values(fbillrowflag), + fchecked = values(fchecked), + flargess = values(flargess), + ftoouttransflag = values(ftoouttransflag), + hsl = values(hsl), + idesatype = values(idesatype), + inccontimepoint = values(inccontimepoint), + inccontimepointname = values(inccontimepointname), + isok = values(isok), + materialcost = values(materialcost), + naccumtonum = values(naccumtonum), + naccumwastnum = values(naccumwastnum), + nbarcodenum = values(nbarcodenum), + ncorrespondastnum = values(ncorrespondastnum), + ncorrespondgrsnum = values(ncorrespondgrsnum), + ncorrespondnum = values(ncorrespondnum), + ncountnum = values(ncountnum), + nfeesettletimes = values(nfeesettletimes), + ninassistnum = values(ninassistnum), + ningrossnum = values(ningrossnum), + ninnum = values(ninnum), + nkdnum = values(nkdnum), + nmny = values(nmny), + nneedinassistnum = values(nneedinassistnum), + noutassistnum = values(noutassistnum), + noutgrossnum = values(noutgrossnum), + noutnum = values(noutnum), + nplannedmny = values(nplannedmny), + nplannedprice = values(nplannedprice), + nprice = values(nprice), + npricesettlebill = values(npricesettlebill), + nquotemny = values(nquotemny), + nquotentmny = values(nquotentmny), + nquotentprice = values(nquotentprice), + nquoteprice = values(nquoteprice), + nquoteunitnum = values(nquoteunitnum), + nquoteunitrate = values(nquoteunitrate), + nreplenishedastnum = values(nreplenishedastnum), + nreplenishednum = values(nreplenishednum), + nretastnum = values(nretastnum), + nretgrossnum = values(nretgrossnum), + nretnum = values(nretnum), + nsalemny = values(nsalemny), + nsaleprice = values(nsaleprice), + nshouldinnum = values(nshouldinnum), + nshouldoutassistnum = values(nshouldoutassistnum), + nshouldoutnum = values(nshouldoutnum), + ntarenum = values(ntarenum), + ntaxmny = values(ntaxmny), + ntaxprice = values(ntaxprice), + ntotalmatchnum = values(ntotalmatchnum), + ntotalreasonwastenum = values(ntotalreasonwastenum), + ntranoutastnum = values(ntranoutastnum), + ntranoutnum = values(ntranoutnum), + pk_bodycalbody = values(pk_bodycalbody), + pk_corp = values(pk_corp), + pk_creqwareid = values(pk_creqwareid), + pk_cubasdoc = values(pk_cubasdoc), + pk_defdoc1 = values(pk_defdoc1), + pk_defdoc10 = values(pk_defdoc10), + pk_defdoc11 = values(pk_defdoc11), + pk_defdoc12 = values(pk_defdoc12), + pk_defdoc13 = values(pk_defdoc13), + pk_defdoc14 = values(pk_defdoc14), + pk_defdoc15 = values(pk_defdoc15), + pk_defdoc16 = values(pk_defdoc16), + pk_defdoc17 = values(pk_defdoc17), + pk_defdoc18 = values(pk_defdoc18), + pk_defdoc19 = values(pk_defdoc19), + pk_defdoc2 = values(pk_defdoc2), + pk_defdoc20 = values(pk_defdoc20), + pk_defdoc3 = values(pk_defdoc3), + pk_defdoc4 = values(pk_defdoc4), + pk_defdoc5 = values(pk_defdoc5), + pk_defdoc6 = values(pk_defdoc6), + pk_defdoc7 = values(pk_defdoc7), + pk_defdoc8 = values(pk_defdoc8), + pk_defdoc9 = values(pk_defdoc9), + pk_invoicecorp = values(pk_invoicecorp), + pk_measware = values(pk_measware), + pk_packsort = values(pk_packsort), + pk_reqcorp = values(pk_reqcorp), + pk_reqstoorg = values(pk_reqstoorg), + pk_returnreason = values(pk_returnreason), + process1 = values(process1), + process2 = values(process2), + process3 = values(process3), + process4 = values(process4), + process5 = values(process5), + processcost = values(processcost), + processmanid = values(processmanid), + serialnum = values(serialnum), + ts = values(ts), + vbatchcode = values(vbatchcode), + vbilltypeu8rm = values(vbilltypeu8rm), + vbodynote2 = values(vbodynote2), + vcorrespondrowno = values(vcorrespondrowno), + vfirstbillcode = values(vfirstbillcode), + vfirstrowno = values(vfirstrowno), + vfree1 = values(vfree1), + vfree10 = values(vfree10), + vfree2 = values(vfree2), + vfree3 = values(vfree3), + vfree4 = values(vfree4), + vfree5 = values(vfree5), + vfree6 = values(vfree6), + vfree7 = values(vfree7), + vfree8 = values(vfree8), + vfree9 = values(vfree9), + vnotebody = values(vnotebody), + vproductbatch = values(vproductbatch), + vreceiveaddress = values(vreceiveaddress), + vsignwastcode = values(vsignwastcode), + vsignwastrowno = values(vsignwastrowno), + vsourcebillcode = values(vsourcebillcode), + vsourcerowno = values(vsourcerowno), + vsourcewastcode = values(vsourcewastcode), + vsourcewastrowno = values(vsourcewastrowno), + vsrc2billcode = values(vsrc2billcode), + vsrc2billrowno = values(vsrc2billrowno), + vtransfercode = values(vtransfercode), + vuserdef1 = values(vuserdef1), + vuserdef10 = values(vuserdef10), + vuserdef11 = values(vuserdef11), + vuserdef12 = values(vuserdef12), + vuserdef13 = values(vuserdef13), + vuserdef14 = values(vuserdef14), + vuserdef15 = values(vuserdef15), + vuserdef16 = values(vuserdef16), + vuserdef17 = values(vuserdef17), + vuserdef18 = values(vuserdef18), + vuserdef19 = values(vuserdef19), + vuserdef2 = values(vuserdef2), + vuserdef20 = values(vuserdef20), + vuserdef3 = values(vuserdef3), + vuserdef4 = values(vuserdef4), + vuserdef5 = values(vuserdef5), + vuserdef6 = values(vuserdef6), + vuserdef7 = values(vuserdef7), + vuserdef8 = values(vuserdef8), + vuserdef9 = values(vuserdef9), + vvehiclecode = values(vvehiclecode), + writeofftype = values(writeofftype) + + +update ic_general_b set + + alrconfincomny = #{alrconfincomny}, + alrconfinconum = #{alrconfinconum}, + bbarcodeclose = #{bbarcodeclose}, + bomversion = #{bomversion}, + bonroadflag = #{bonroadflag}, + breturnprofit = #{breturnprofit}, + bsafeprice = #{bsafeprice}, + bsourcelargess = #{bsourcelargess}, + bsupplyflag = #{bsupplyflag}, + btoinzgflag = #{btoinzgflag}, + btoouttoiaflag = #{btoouttoiaflag}, + btooutzgflag = #{btooutzgflag}, + btou8rm = #{btou8rm}, + btransasset = #{btransasset}, + bzgflag = #{bzgflag}, + bzgyfflag = #{bzgyfflag}, + castunitid = #{castunitid}, + cbodybilltypecode = #{cbodybilltypecode}, + cbodywarehouseid = #{cbodywarehouseid}, + ccheckstateid = #{ccheckstateid}, + ccorrespondbid = #{ccorrespondbid}, + ccorrespondcode = #{ccorrespondcode}, + ccorrespondhid = #{ccorrespondhid}, + ccorrespondtype = #{ccorrespondtype}, + ccostobject = #{ccostobject}, + ccurrencytypeid = #{ccurrencytypeid}, + cfirstbillbid = #{cfirstbillbid}, + cfirstbillhid = #{cfirstbillhid}, + cfirsttype = #{cfirsttype}, + cfreezeid = #{cfreezeid}, + cgeneralhid = #{cgeneralhid}, + cinvbasid = #{cinvbasid}, + cinventoryid = #{cinventoryid}, + corder_bb1id = #{corderBb1id}, + cparentid = #{cparentid}, + cprojectid = #{cprojectid}, + cprojectphaseid = #{cprojectphaseid}, + cquotecurrency = #{cquotecurrency}, + cquoteunitid = #{cquoteunitid}, + creceieveid = #{creceieveid}, + creceiveareaid = #{creceiveareaid}, + creceivepointid = #{creceivepointid}, + crowno = #{crowno}, + cselastunitid = #{cselastunitid}, + csignwastbid = #{csignwastbid}, + csignwasthid = #{csignwasthid}, + csignwasttype = #{csignwasttype}, + csourcebillbid = #{csourcebillbid}, + csourcebillhid = #{csourcebillhid}, + csourcetype = #{csourcetype}, + csourcewastbid = #{csourcewastbid}, + csourcewasthid = #{csourcewasthid}, + csourcewasttype = #{csourcewasttype}, + csrc2billbid = #{csrc2billbid}, + csrc2billhid = #{csrc2billhid}, + csrc2billtype = #{csrc2billtype}, + csumid = #{csumid}, + cvendorid = #{cvendorid}, + cworkcenterid = #{cworkcenterid}, + cworksiteid = #{cworksiteid}, + cwp = #{cwp}, + dbizdate = #{dbizdate}, + ddeliverdate = #{ddeliverdate}, + dfirstbilldate = #{dfirstbilldate}, + dr = #{dr}, + drequiredate = #{drequiredate}, + drequiretime = #{drequiretime}, + dstandbydate = #{dstandbydate}, + dvalidate = #{dvalidate}, + dzgdate = #{dzgdate}, + fassertcardflag = #{fassertcardflag}, + fbillrowflag = #{fbillrowflag}, + fchecked = #{fchecked}, + flargess = #{flargess}, + ftoouttransflag = #{ftoouttransflag}, + hsl = #{hsl}, + idesatype = #{idesatype}, + inccontimepoint = #{inccontimepoint}, + inccontimepointname = #{inccontimepointname}, + isok = #{isok}, + materialcost = #{materialcost}, + naccumtonum = #{naccumtonum}, + naccumwastnum = #{naccumwastnum}, + nbarcodenum = #{nbarcodenum}, + ncorrespondastnum = #{ncorrespondastnum}, + ncorrespondgrsnum = #{ncorrespondgrsnum}, + ncorrespondnum = #{ncorrespondnum}, + ncountnum = #{ncountnum}, + nfeesettletimes = #{nfeesettletimes}, + ninassistnum = #{ninassistnum}, + ningrossnum = #{ningrossnum}, + ninnum = #{ninnum}, + nkdnum = #{nkdnum}, + nmny = #{nmny}, + nneedinassistnum = #{nneedinassistnum}, + noutassistnum = #{noutassistnum}, + noutgrossnum = #{noutgrossnum}, + noutnum = #{noutnum}, + nplannedmny = #{nplannedmny}, + nplannedprice = #{nplannedprice}, + nprice = #{nprice}, + npricesettlebill = #{npricesettlebill}, + nquotemny = #{nquotemny}, + nquotentmny = #{nquotentmny}, + nquotentprice = #{nquotentprice}, + nquoteprice = #{nquoteprice}, + nquoteunitnum = #{nquoteunitnum}, + nquoteunitrate = #{nquoteunitrate}, + nreplenishedastnum = #{nreplenishedastnum}, + nreplenishednum = #{nreplenishednum}, + nretastnum = #{nretastnum}, + nretgrossnum = #{nretgrossnum}, + nretnum = #{nretnum}, + nsalemny = #{nsalemny}, + nsaleprice = #{nsaleprice}, + nshouldinnum = #{nshouldinnum}, + nshouldoutassistnum = #{nshouldoutassistnum}, + nshouldoutnum = #{nshouldoutnum}, + ntarenum = #{ntarenum}, + ntaxmny = #{ntaxmny}, + ntaxprice = #{ntaxprice}, + ntotalmatchnum = #{ntotalmatchnum}, + ntotalreasonwastenum = #{ntotalreasonwastenum}, + ntranoutastnum = #{ntranoutastnum}, + ntranoutnum = #{ntranoutnum}, + pk_bodycalbody = #{pkBodycalbody}, + pk_corp = #{pkCorp}, + pk_creqwareid = #{pkCreqwareid}, + pk_cubasdoc = #{pkCubasdoc}, + pk_defdoc1 = #{pkDefdoc1}, + pk_defdoc10 = #{pkDefdoc10}, + pk_defdoc11 = #{pkDefdoc11}, + pk_defdoc12 = #{pkDefdoc12}, + pk_defdoc13 = #{pkDefdoc13}, + pk_defdoc14 = #{pkDefdoc14}, + pk_defdoc15 = #{pkDefdoc15}, + pk_defdoc16 = #{pkDefdoc16}, + pk_defdoc17 = #{pkDefdoc17}, + pk_defdoc18 = #{pkDefdoc18}, + pk_defdoc19 = #{pkDefdoc19}, + pk_defdoc2 = #{pkDefdoc2}, + pk_defdoc20 = #{pkDefdoc20}, + pk_defdoc3 = #{pkDefdoc3}, + pk_defdoc4 = #{pkDefdoc4}, + pk_defdoc5 = #{pkDefdoc5}, + pk_defdoc6 = #{pkDefdoc6}, + pk_defdoc7 = #{pkDefdoc7}, + pk_defdoc8 = #{pkDefdoc8}, + pk_defdoc9 = #{pkDefdoc9}, + pk_invoicecorp = #{pkInvoicecorp}, + pk_measware = #{pkMeasware}, + pk_packsort = #{pkPacksort}, + pk_reqcorp = #{pkReqcorp}, + pk_reqstoorg = #{pkReqstoorg}, + pk_returnreason = #{pkReturnreason}, + process1 = #{process1}, + process2 = #{process2}, + process3 = #{process3}, + process4 = #{process4}, + process5 = #{process5}, + processcost = #{processcost}, + processmanid = #{processmanid}, + serialnum = #{serialnum}, + ts = #{ts}, + vbatchcode = #{vbatchcode}, + vbilltypeu8rm = #{vbilltypeu8rm}, + vbodynote2 = #{vbodynote2}, + vcorrespondrowno = #{vcorrespondrowno}, + vfirstbillcode = #{vfirstbillcode}, + vfirstrowno = #{vfirstrowno}, + vfree1 = #{vfree1}, + vfree10 = #{vfree10}, + vfree2 = #{vfree2}, + vfree3 = #{vfree3}, + vfree4 = #{vfree4}, + vfree5 = #{vfree5}, + vfree6 = #{vfree6}, + vfree7 = #{vfree7}, + vfree8 = #{vfree8}, + vfree9 = #{vfree9}, + vnotebody = #{vnotebody}, + vproductbatch = #{vproductbatch}, + vreceiveaddress = #{vreceiveaddress}, + vsignwastcode = #{vsignwastcode}, + vsignwastrowno = #{vsignwastrowno}, + vsourcebillcode = #{vsourcebillcode}, + vsourcerowno = #{vsourcerowno}, + vsourcewastcode = #{vsourcewastcode}, + vsourcewastrowno = #{vsourcewastrowno}, + vsrc2billcode = #{vsrc2billcode}, + vsrc2billrowno = #{vsrc2billrowno}, + vtransfercode = #{vtransfercode}, + vuserdef1 = #{vuserdef1}, + vuserdef10 = #{vuserdef10}, + vuserdef11 = #{vuserdef11}, + vuserdef12 = #{vuserdef12}, + vuserdef13 = #{vuserdef13}, + vuserdef14 = #{vuserdef14}, + vuserdef15 = #{vuserdef15}, + vuserdef16 = #{vuserdef16}, + vuserdef17 = #{vuserdef17}, + vuserdef18 = #{vuserdef18}, + vuserdef19 = #{vuserdef19}, + vuserdef2 = #{vuserdef2}, + vuserdef20 = #{vuserdef20}, + vuserdef3 = #{vuserdef3}, + vuserdef4 = #{vuserdef4}, + vuserdef5 = #{vuserdef5}, + vuserdef6 = #{vuserdef6}, + vuserdef7 = #{vuserdef7}, + vuserdef8 = #{vuserdef8}, + vuserdef9 = #{vuserdef9}, + vvehiclecode = #{vvehiclecode}, + writeofftype = #{writeofftype}, + +where cgeneralbid = #{cgeneralbid} + + + +update ic_general_b set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where cgeneralbid = #{cgeneralbid} + + + +update ic_general_b set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and alrconfincomny = #{alrconfincomny} + and alrconfinconum = #{alrconfinconum} + and bbarcodeclose = #{bbarcodeclose} + and bomversion = #{bomversion} + and bonroadflag = #{bonroadflag} + and breturnprofit = #{breturnprofit} + and bsafeprice = #{bsafeprice} + and bsourcelargess = #{bsourcelargess} + and bsupplyflag = #{bsupplyflag} + and btoinzgflag = #{btoinzgflag} + and btoouttoiaflag = #{btoouttoiaflag} + and btooutzgflag = #{btooutzgflag} + and btou8rm = #{btou8rm} + and btransasset = #{btransasset} + and bzgflag = #{bzgflag} + and bzgyfflag = #{bzgyfflag} + and castunitid = #{castunitid} + and cbodybilltypecode = #{cbodybilltypecode} + and cbodywarehouseid = #{cbodywarehouseid} + and ccheckstateid = #{ccheckstateid} + and ccorrespondbid = #{ccorrespondbid} + and ccorrespondcode = #{ccorrespondcode} + and ccorrespondhid = #{ccorrespondhid} + and ccorrespondtype = #{ccorrespondtype} + and ccostobject = #{ccostobject} + and ccurrencytypeid = #{ccurrencytypeid} + and cfirstbillbid = #{cfirstbillbid} + and cfirstbillhid = #{cfirstbillhid} + and cfirsttype = #{cfirsttype} + and cfreezeid = #{cfreezeid} + and cgeneralbid = #{cgeneralbid} + and cgeneralhid = #{cgeneralhid} + and cinvbasid = #{cinvbasid} + and cinventoryid = #{cinventoryid} + and corder_bb1id = #{corderBb1id} + and cparentid = #{cparentid} + and cprojectid = #{cprojectid} + and cprojectphaseid = #{cprojectphaseid} + and cquotecurrency = #{cquotecurrency} + and cquoteunitid = #{cquoteunitid} + and creceieveid = #{creceieveid} + and creceiveareaid = #{creceiveareaid} + and creceivepointid = #{creceivepointid} + and crowno = #{crowno} + and cselastunitid = #{cselastunitid} + and csignwastbid = #{csignwastbid} + and csignwasthid = #{csignwasthid} + and csignwasttype = #{csignwasttype} + and csourcebillbid = #{csourcebillbid} + and csourcebillhid = #{csourcebillhid} + and csourcetype = #{csourcetype} + and csourcewastbid = #{csourcewastbid} + and csourcewasthid = #{csourcewasthid} + and csourcewasttype = #{csourcewasttype} + and csrc2billbid = #{csrc2billbid} + and csrc2billhid = #{csrc2billhid} + and csrc2billtype = #{csrc2billtype} + and csumid = #{csumid} + and cvendorid = #{cvendorid} + and cworkcenterid = #{cworkcenterid} + and cworksiteid = #{cworksiteid} + and cwp = #{cwp} + and dbizdate = #{dbizdate} + and ddeliverdate = #{ddeliverdate} + and dfirstbilldate = #{dfirstbilldate} + and dr = #{dr} + and drequiredate = #{drequiredate} + and drequiretime = #{drequiretime} + and dstandbydate = #{dstandbydate} + and dvalidate = #{dvalidate} + and dzgdate = #{dzgdate} + and fassertcardflag = #{fassertcardflag} + and fbillrowflag = #{fbillrowflag} + and fchecked = #{fchecked} + and flargess = #{flargess} + and ftoouttransflag = #{ftoouttransflag} + and hsl = #{hsl} + and idesatype = #{idesatype} + and inccontimepoint = #{inccontimepoint} + and inccontimepointname = #{inccontimepointname} + and isok = #{isok} + and materialcost = #{materialcost} + and naccumtonum = #{naccumtonum} + and naccumwastnum = #{naccumwastnum} + and nbarcodenum = #{nbarcodenum} + and ncorrespondastnum = #{ncorrespondastnum} + and ncorrespondgrsnum = #{ncorrespondgrsnum} + and ncorrespondnum = #{ncorrespondnum} + and ncountnum = #{ncountnum} + and nfeesettletimes = #{nfeesettletimes} + and ninassistnum = #{ninassistnum} + and ningrossnum = #{ningrossnum} + and ninnum = #{ninnum} + and nkdnum = #{nkdnum} + and nmny = #{nmny} + and nneedinassistnum = #{nneedinassistnum} + and noutassistnum = #{noutassistnum} + and noutgrossnum = #{noutgrossnum} + and noutnum = #{noutnum} + and nplannedmny = #{nplannedmny} + and nplannedprice = #{nplannedprice} + and nprice = #{nprice} + and npricesettlebill = #{npricesettlebill} + and nquotemny = #{nquotemny} + and nquotentmny = #{nquotentmny} + and nquotentprice = #{nquotentprice} + and nquoteprice = #{nquoteprice} + and nquoteunitnum = #{nquoteunitnum} + and nquoteunitrate = #{nquoteunitrate} + and nreplenishedastnum = #{nreplenishedastnum} + and nreplenishednum = #{nreplenishednum} + and nretastnum = #{nretastnum} + and nretgrossnum = #{nretgrossnum} + and nretnum = #{nretnum} + and nsalemny = #{nsalemny} + and nsaleprice = #{nsaleprice} + and nshouldinnum = #{nshouldinnum} + and nshouldoutassistnum = #{nshouldoutassistnum} + and nshouldoutnum = #{nshouldoutnum} + and ntarenum = #{ntarenum} + and ntaxmny = #{ntaxmny} + and ntaxprice = #{ntaxprice} + and ntotalmatchnum = #{ntotalmatchnum} + and ntotalreasonwastenum = #{ntotalreasonwastenum} + and ntranoutastnum = #{ntranoutastnum} + and ntranoutnum = #{ntranoutnum} + and pk_bodycalbody = #{pkBodycalbody} + and pk_corp = #{pkCorp} + and pk_creqwareid = #{pkCreqwareid} + and pk_cubasdoc = #{pkCubasdoc} + and pk_defdoc1 = #{pkDefdoc1} + and pk_defdoc10 = #{pkDefdoc10} + and pk_defdoc11 = #{pkDefdoc11} + and pk_defdoc12 = #{pkDefdoc12} + and pk_defdoc13 = #{pkDefdoc13} + and pk_defdoc14 = #{pkDefdoc14} + and pk_defdoc15 = #{pkDefdoc15} + and pk_defdoc16 = #{pkDefdoc16} + and pk_defdoc17 = #{pkDefdoc17} + and pk_defdoc18 = #{pkDefdoc18} + and pk_defdoc19 = #{pkDefdoc19} + and pk_defdoc2 = #{pkDefdoc2} + and pk_defdoc20 = #{pkDefdoc20} + and pk_defdoc3 = #{pkDefdoc3} + and pk_defdoc4 = #{pkDefdoc4} + and pk_defdoc5 = #{pkDefdoc5} + and pk_defdoc6 = #{pkDefdoc6} + and pk_defdoc7 = #{pkDefdoc7} + and pk_defdoc8 = #{pkDefdoc8} + and pk_defdoc9 = #{pkDefdoc9} + and pk_invoicecorp = #{pkInvoicecorp} + and pk_measware = #{pkMeasware} + and pk_packsort = #{pkPacksort} + and pk_reqcorp = #{pkReqcorp} + and pk_reqstoorg = #{pkReqstoorg} + and pk_returnreason = #{pkReturnreason} + and process1 = #{process1} + and process2 = #{process2} + and process3 = #{process3} + and process4 = #{process4} + and process5 = #{process5} + and processcost = #{processcost} + and processmanid = #{processmanid} + and serialnum = #{serialnum} + and ts = #{ts} + and vbatchcode = #{vbatchcode} + and vbilltypeu8rm = #{vbilltypeu8rm} + and vbodynote2 = #{vbodynote2} + and vcorrespondrowno = #{vcorrespondrowno} + and vfirstbillcode = #{vfirstbillcode} + and vfirstrowno = #{vfirstrowno} + and vfree1 = #{vfree1} + and vfree10 = #{vfree10} + and vfree2 = #{vfree2} + and vfree3 = #{vfree3} + and vfree4 = #{vfree4} + and vfree5 = #{vfree5} + and vfree6 = #{vfree6} + and vfree7 = #{vfree7} + and vfree8 = #{vfree8} + and vfree9 = #{vfree9} + and vnotebody = #{vnotebody} + and vproductbatch = #{vproductbatch} + and vreceiveaddress = #{vreceiveaddress} + and vsignwastcode = #{vsignwastcode} + and vsignwastrowno = #{vsignwastrowno} + and vsourcebillcode = #{vsourcebillcode} + and vsourcerowno = #{vsourcerowno} + and vsourcewastcode = #{vsourcewastcode} + and vsourcewastrowno = #{vsourcewastrowno} + and vsrc2billcode = #{vsrc2billcode} + and vsrc2billrowno = #{vsrc2billrowno} + and vtransfercode = #{vtransfercode} + and vuserdef1 = #{vuserdef1} + and vuserdef10 = #{vuserdef10} + and vuserdef11 = #{vuserdef11} + and vuserdef12 = #{vuserdef12} + and vuserdef13 = #{vuserdef13} + and vuserdef14 = #{vuserdef14} + and vuserdef15 = #{vuserdef15} + and vuserdef16 = #{vuserdef16} + and vuserdef17 = #{vuserdef17} + and vuserdef18 = #{vuserdef18} + and vuserdef19 = #{vuserdef19} + and vuserdef2 = #{vuserdef2} + and vuserdef20 = #{vuserdef20} + and vuserdef3 = #{vuserdef3} + and vuserdef4 = #{vuserdef4} + and vuserdef5 = #{vuserdef5} + and vuserdef6 = #{vuserdef6} + and vuserdef7 = #{vuserdef7} + and vuserdef8 = #{vuserdef8} + and vuserdef9 = #{vuserdef9} + and vvehiclecode = #{vvehiclecode} + and writeofftype = #{writeofftype} + and sts='Y' + + + + + delete from ic_general_b where cgeneralbid = #{cgeneralbid} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBb1Entity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBb1Entity.java new file mode 100644 index 00000000..db8911fc --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBb1Entity.java @@ -0,0 +1,123 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (IcGeneralBb1)实体类 + * + * @author makejava + * @since 2023-09-06 09:07:48 + */ +public class IcGeneralBb1Entity extends BaseEntity { + + private String cgeneralbb1; + private String cgeneralbid; + private String cspaceid; + private Integer dr; + private Double ningrossnum; + private Double ninspaceassistnum; + private Double ninspacenum; + private Double noutgrossnum; + private Double noutspaceassistnum; + private Double noutspacenum; + private String pkCorp; + private String ts; + + + public String getCgeneralbb1() { + return cgeneralbb1; + } + + public void setCgeneralbb1(String cgeneralbb1) { + this.cgeneralbb1 = cgeneralbb1; + } + + public String getCgeneralbid() { + return cgeneralbid; + } + + public void setCgeneralbid(String cgeneralbid) { + this.cgeneralbid = cgeneralbid; + } + + public String getCspaceid() { + return cspaceid; + } + + public void setCspaceid(String cspaceid) { + this.cspaceid = cspaceid; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public Double getNingrossnum() { + return ningrossnum; + } + + public void setNingrossnum(Double ningrossnum) { + this.ningrossnum = ningrossnum; + } + + public Double getNinspaceassistnum() { + return ninspaceassistnum; + } + + public void setNinspaceassistnum(Double ninspaceassistnum) { + this.ninspaceassistnum = ninspaceassistnum; + } + + public Double getNinspacenum() { + return ninspacenum; + } + + public void setNinspacenum(Double ninspacenum) { + this.ninspacenum = ninspacenum; + } + + public Double getNoutgrossnum() { + return noutgrossnum; + } + + public void setNoutgrossnum(Double noutgrossnum) { + this.noutgrossnum = noutgrossnum; + } + + public Double getNoutspaceassistnum() { + return noutspaceassistnum; + } + + public void setNoutspaceassistnum(Double noutspaceassistnum) { + this.noutspaceassistnum = noutspaceassistnum; + } + + public Double getNoutspacenum() { + return noutspacenum; + } + + public void setNoutspacenum(Double noutspacenum) { + this.noutspacenum = noutspacenum; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBb1Entity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBb1Entity.xml new file mode 100644 index 00000000..a9f7e36f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralBb1Entity.xml @@ -0,0 +1,239 @@ + + + + + + + + + + + + + + + + + + + + + cgeneralbb1 + ,cgeneralbid + ,cspaceid + ,dr + ,ningrossnum + ,ninspaceassistnum + ,ninspacenum + ,noutgrossnum + ,noutspaceassistnum + ,noutspacenum + ,pk_corp + ,ts + + + + + + + + + + + + + + + + insert into ic_general_bb1( + + cgeneralbb1 , + cgeneralbid , + cspaceid , + dr , + ningrossnum , + ninspaceassistnum , + ninspacenum , + noutgrossnum , + noutspaceassistnum , + noutspacenum , + pk_corp , + ts , + sorts, + sts, + + )values( + + #{cgeneralbb1} , + #{cgeneralbid} , + #{cspaceid} , + #{dr} , + #{ningrossnum} , + #{ninspaceassistnum} , + #{ninspacenum} , + #{noutgrossnum} , + #{noutspaceassistnum} , + #{noutspacenum} , + #{pkCorp} , + #{ts} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from ic_general_bb1 a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into ic_general_bb1(cgeneralbid, cspaceid, dr, ningrossnum, ninspaceassistnum, ninspacenum, noutgrossnum, noutspaceassistnum, noutspacenum, pk_corp, ts, sts) + values + + (#{entity.cgeneralbid},#{entity.cspaceid},#{entity.dr},#{entity.ningrossnum},#{entity.ninspaceassistnum},#{entity.ninspacenum},#{entity.noutgrossnum},#{entity.noutspaceassistnum},#{entity.noutspacenum},#{entity.pkCorp},#{entity.ts}, 'Y') + + + + + insert into ic_general_bb1(cgeneralbid, cspaceid, dr, ningrossnum, ninspaceassistnum, ninspacenum, noutgrossnum, noutspaceassistnum, noutspacenum, pk_corp, ts) + values + + (#{entity.cgeneralbid},#{entity.cspaceid},#{entity.dr},#{entity.ningrossnum},#{entity.ninspaceassistnum},#{entity.ninspacenum},#{entity.noutgrossnum},#{entity.noutspaceassistnum},#{entity.noutspacenum},#{entity.pkCorp},#{entity.ts}) + + on duplicate key update + cgeneralbid = values(cgeneralbid), + cspaceid = values(cspaceid), + dr = values(dr), + ningrossnum = values(ningrossnum), + ninspaceassistnum = values(ninspaceassistnum), + ninspacenum = values(ninspacenum), + noutgrossnum = values(noutgrossnum), + noutspaceassistnum = values(noutspaceassistnum), + noutspacenum = values(noutspacenum), + pk_corp = values(pk_corp), + ts = values(ts) + + +update ic_general_bb1 set + + cgeneralbid = #{cgeneralbid}, + cspaceid = #{cspaceid}, + dr = #{dr}, + ningrossnum = #{ningrossnum}, + ninspaceassistnum = #{ninspaceassistnum}, + ninspacenum = #{ninspacenum}, + noutgrossnum = #{noutgrossnum}, + noutspaceassistnum = #{noutspaceassistnum}, + noutspacenum = #{noutspacenum}, + pk_corp = #{pkCorp}, + ts = #{ts}, + +where cgeneralbb1 = #{cgeneralbb1} + + + +update ic_general_bb1 set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where cgeneralbb1 = #{cgeneralbb1} + + + +update ic_general_bb1 set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and cgeneralbb1 = #{cgeneralbb1} + and cgeneralbid = #{cgeneralbid} + and cspaceid = #{cspaceid} + and dr = #{dr} + and ningrossnum = #{ningrossnum} + and ninspaceassistnum = #{ninspaceassistnum} + and ninspacenum = #{ninspacenum} + and noutgrossnum = #{noutgrossnum} + and noutspaceassistnum = #{noutspaceassistnum} + and noutspacenum = #{noutspacenum} + and pk_corp = #{pkCorp} + and ts = #{ts} + and sts='Y' + + + + + delete from ic_general_bb1 where cgeneralbb1 = #{cgeneralbb1} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralHEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralHEntity.java new file mode 100644 index 00000000..8839c699 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralHEntity.java @@ -0,0 +1,918 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (IcGeneralH)实体类 + * + * @author makejava + * @since 2023-09-04 19:00:38 + */ +public class IcGeneralHEntity extends BaseEntity { + + private String bassetcard; + private String bdelivedtorm; + private String bdirecttranflag; + private String boutretflag; + private String bsalecooppur; + private String cauditorid; + private String cbilltypecode; + private String cbizid; + private String cbiztype; + private String ccustomerid; + private String cdilivertypeid; + private String cdispatcherid; + private String cdptid; + private String cendreportid; + private String cgeneralhid; + private String cinventoryid; + private String clastmodiid; + private String coperatorid; + private String cothercalbodyid; + private String cothercorpid; + private String cotherwhid; + private String coutcalbodyid; + private String coutcorpid; + private String cproviderid; + private String cregister; + private String csettlepathid; + private String ctrancustid; + private String cwarehouseid; + private String cwastewarehouseid; + private String cwhsmanagerid; + private String daccountdate; + private String dauditdate; + private String dbilldate; + private Integer dr; + private Integer fallocflag; + private Integer fbillflag; + private String freplenishflag; + private Integer fspecialflag; + private Integer iprintcount; + private Double ndiscountmny; + private Double nnetmny; + private Double ntotalmny; + private Double ntotalnum; + private String outsourcewarehouseid; + private String pkCalbody; + private String pkCorp; + private String pkCubasdoc; + private String pkCubasdocc; + private String pkDefdoc1; + private String pkDefdoc10; + private String pkDefdoc11; + private String pkDefdoc12; + private String pkDefdoc13; + private String pkDefdoc14; + private String pkDefdoc15; + private String pkDefdoc16; + private String pkDefdoc17; + private String pkDefdoc18; + private String pkDefdoc19; + private String pkDefdoc2; + private String pkDefdoc20; + private String pkDefdoc3; + private String pkDefdoc4; + private String pkDefdoc5; + private String pkDefdoc6; + private String pkDefdoc7; + private String pkDefdoc8; + private String pkDefdoc9; + private String pkMeasware; + private String pkPurcorp; + private String taccounttime; + private String tlastmoditime; + private String tmaketime; + private String ts; + private String vbillcode; + private String vdiliveraddress; + private String vheadnote2; + private String vnote; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef20; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + + /** 签字开始时间*/ + private String start_signatureTime; + + /** 签字结束时间*/ + private String end_signatureTime; + + public String getStart_signatureTime() { + return start_signatureTime; + } + + public void setStart_signatureTime(String start_signatureTime) { + this.start_signatureTime = start_signatureTime; + } + + public String getEnd_signatureTime() { + return end_signatureTime; + } + + public void setEnd_signatureTime(String end_signatureTime) { + this.end_signatureTime = end_signatureTime; + } + + public String getBassetcard() { + return bassetcard; + } + + public void setBassetcard(String bassetcard) { + this.bassetcard = bassetcard; + } + + public String getBdelivedtorm() { + return bdelivedtorm; + } + + public void setBdelivedtorm(String bdelivedtorm) { + this.bdelivedtorm = bdelivedtorm; + } + + public String getBdirecttranflag() { + return bdirecttranflag; + } + + public void setBdirecttranflag(String bdirecttranflag) { + this.bdirecttranflag = bdirecttranflag; + } + + public String getBoutretflag() { + return boutretflag; + } + + public void setBoutretflag(String boutretflag) { + this.boutretflag = boutretflag; + } + + public String getBsalecooppur() { + return bsalecooppur; + } + + public void setBsalecooppur(String bsalecooppur) { + this.bsalecooppur = bsalecooppur; + } + + public String getCauditorid() { + return cauditorid; + } + + public void setCauditorid(String cauditorid) { + this.cauditorid = cauditorid; + } + + public String getCbilltypecode() { + return cbilltypecode; + } + + public void setCbilltypecode(String cbilltypecode) { + this.cbilltypecode = cbilltypecode; + } + + public String getCbizid() { + return cbizid; + } + + public void setCbizid(String cbizid) { + this.cbizid = cbizid; + } + + public String getCbiztype() { + return cbiztype; + } + + public void setCbiztype(String cbiztype) { + this.cbiztype = cbiztype; + } + + public String getCcustomerid() { + return ccustomerid; + } + + public void setCcustomerid(String ccustomerid) { + this.ccustomerid = ccustomerid; + } + + public String getCdilivertypeid() { + return cdilivertypeid; + } + + public void setCdilivertypeid(String cdilivertypeid) { + this.cdilivertypeid = cdilivertypeid; + } + + public String getCdispatcherid() { + return cdispatcherid; + } + + public void setCdispatcherid(String cdispatcherid) { + this.cdispatcherid = cdispatcherid; + } + + public String getCdptid() { + return cdptid; + } + + public void setCdptid(String cdptid) { + this.cdptid = cdptid; + } + + public String getCendreportid() { + return cendreportid; + } + + public void setCendreportid(String cendreportid) { + this.cendreportid = cendreportid; + } + + public String getCgeneralhid() { + return cgeneralhid; + } + + public void setCgeneralhid(String cgeneralhid) { + this.cgeneralhid = cgeneralhid; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getClastmodiid() { + return clastmodiid; + } + + public void setClastmodiid(String clastmodiid) { + this.clastmodiid = clastmodiid; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCothercalbodyid() { + return cothercalbodyid; + } + + public void setCothercalbodyid(String cothercalbodyid) { + this.cothercalbodyid = cothercalbodyid; + } + + public String getCothercorpid() { + return cothercorpid; + } + + public void setCothercorpid(String cothercorpid) { + this.cothercorpid = cothercorpid; + } + + public String getCotherwhid() { + return cotherwhid; + } + + public void setCotherwhid(String cotherwhid) { + this.cotherwhid = cotherwhid; + } + + public String getCoutcalbodyid() { + return coutcalbodyid; + } + + public void setCoutcalbodyid(String coutcalbodyid) { + this.coutcalbodyid = coutcalbodyid; + } + + public String getCoutcorpid() { + return coutcorpid; + } + + public void setCoutcorpid(String coutcorpid) { + this.coutcorpid = coutcorpid; + } + + public String getCproviderid() { + return cproviderid; + } + + public void setCproviderid(String cproviderid) { + this.cproviderid = cproviderid; + } + + public String getCregister() { + return cregister; + } + + public void setCregister(String cregister) { + this.cregister = cregister; + } + + public String getCsettlepathid() { + return csettlepathid; + } + + public void setCsettlepathid(String csettlepathid) { + this.csettlepathid = csettlepathid; + } + + public String getCtrancustid() { + return ctrancustid; + } + + public void setCtrancustid(String ctrancustid) { + this.ctrancustid = ctrancustid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getCwastewarehouseid() { + return cwastewarehouseid; + } + + public void setCwastewarehouseid(String cwastewarehouseid) { + this.cwastewarehouseid = cwastewarehouseid; + } + + public String getCwhsmanagerid() { + return cwhsmanagerid; + } + + public void setCwhsmanagerid(String cwhsmanagerid) { + this.cwhsmanagerid = cwhsmanagerid; + } + + public String getDaccountdate() { + return daccountdate; + } + + public void setDaccountdate(String daccountdate) { + this.daccountdate = daccountdate; + } + + public String getDauditdate() { + return dauditdate; + } + + public void setDauditdate(String dauditdate) { + this.dauditdate = dauditdate; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public Integer getFallocflag() { + return fallocflag; + } + + public void setFallocflag(Integer fallocflag) { + this.fallocflag = fallocflag; + } + + public Integer getFbillflag() { + return fbillflag; + } + + public void setFbillflag(Integer fbillflag) { + this.fbillflag = fbillflag; + } + + public String getFreplenishflag() { + return freplenishflag; + } + + public void setFreplenishflag(String freplenishflag) { + this.freplenishflag = freplenishflag; + } + + public Integer getFspecialflag() { + return fspecialflag; + } + + public void setFspecialflag(Integer fspecialflag) { + this.fspecialflag = fspecialflag; + } + + public Integer getIprintcount() { + return iprintcount; + } + + public void setIprintcount(Integer iprintcount) { + this.iprintcount = iprintcount; + } + + public Double getNdiscountmny() { + return ndiscountmny; + } + + public void setNdiscountmny(Double ndiscountmny) { + this.ndiscountmny = ndiscountmny; + } + + public Double getNnetmny() { + return nnetmny; + } + + public void setNnetmny(Double nnetmny) { + this.nnetmny = nnetmny; + } + + public Double getNtotalmny() { + return ntotalmny; + } + + public void setNtotalmny(Double ntotalmny) { + this.ntotalmny = ntotalmny; + } + + public Double getNtotalnum() { + return ntotalnum; + } + + public void setNtotalnum(Double ntotalnum) { + this.ntotalnum = ntotalnum; + } + + public String getOutsourcewarehouseid() { + return outsourcewarehouseid; + } + + public void setOutsourcewarehouseid(String outsourcewarehouseid) { + this.outsourcewarehouseid = outsourcewarehouseid; + } + + public String getPkCalbody() { + return pkCalbody; + } + + public void setPkCalbody(String pkCalbody) { + this.pkCalbody = pkCalbody; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCubasdoc() { + return pkCubasdoc; + } + + public void setPkCubasdoc(String pkCubasdoc) { + this.pkCubasdoc = pkCubasdoc; + } + + public String getPkCubasdocc() { + return pkCubasdocc; + } + + public void setPkCubasdocc(String pkCubasdocc) { + this.pkCubasdocc = pkCubasdocc; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoc10() { + return pkDefdoc10; + } + + public void setPkDefdoc10(String pkDefdoc10) { + this.pkDefdoc10 = pkDefdoc10; + } + + public String getPkDefdoc11() { + return pkDefdoc11; + } + + public void setPkDefdoc11(String pkDefdoc11) { + this.pkDefdoc11 = pkDefdoc11; + } + + public String getPkDefdoc12() { + return pkDefdoc12; + } + + public void setPkDefdoc12(String pkDefdoc12) { + this.pkDefdoc12 = pkDefdoc12; + } + + public String getPkDefdoc13() { + return pkDefdoc13; + } + + public void setPkDefdoc13(String pkDefdoc13) { + this.pkDefdoc13 = pkDefdoc13; + } + + public String getPkDefdoc14() { + return pkDefdoc14; + } + + public void setPkDefdoc14(String pkDefdoc14) { + this.pkDefdoc14 = pkDefdoc14; + } + + public String getPkDefdoc15() { + return pkDefdoc15; + } + + public void setPkDefdoc15(String pkDefdoc15) { + this.pkDefdoc15 = pkDefdoc15; + } + + public String getPkDefdoc16() { + return pkDefdoc16; + } + + public void setPkDefdoc16(String pkDefdoc16) { + this.pkDefdoc16 = pkDefdoc16; + } + + public String getPkDefdoc17() { + return pkDefdoc17; + } + + public void setPkDefdoc17(String pkDefdoc17) { + this.pkDefdoc17 = pkDefdoc17; + } + + public String getPkDefdoc18() { + return pkDefdoc18; + } + + public void setPkDefdoc18(String pkDefdoc18) { + this.pkDefdoc18 = pkDefdoc18; + } + + public String getPkDefdoc19() { + return pkDefdoc19; + } + + public void setPkDefdoc19(String pkDefdoc19) { + this.pkDefdoc19 = pkDefdoc19; + } + + public String getPkDefdoc2() { + return pkDefdoc2; + } + + public void setPkDefdoc2(String pkDefdoc2) { + this.pkDefdoc2 = pkDefdoc2; + } + + public String getPkDefdoc20() { + return pkDefdoc20; + } + + public void setPkDefdoc20(String pkDefdoc20) { + this.pkDefdoc20 = pkDefdoc20; + } + + public String getPkDefdoc3() { + return pkDefdoc3; + } + + public void setPkDefdoc3(String pkDefdoc3) { + this.pkDefdoc3 = pkDefdoc3; + } + + public String getPkDefdoc4() { + return pkDefdoc4; + } + + public void setPkDefdoc4(String pkDefdoc4) { + this.pkDefdoc4 = pkDefdoc4; + } + + public String getPkDefdoc5() { + return pkDefdoc5; + } + + public void setPkDefdoc5(String pkDefdoc5) { + this.pkDefdoc5 = pkDefdoc5; + } + + public String getPkDefdoc6() { + return pkDefdoc6; + } + + public void setPkDefdoc6(String pkDefdoc6) { + this.pkDefdoc6 = pkDefdoc6; + } + + public String getPkDefdoc7() { + return pkDefdoc7; + } + + public void setPkDefdoc7(String pkDefdoc7) { + this.pkDefdoc7 = pkDefdoc7; + } + + public String getPkDefdoc8() { + return pkDefdoc8; + } + + public void setPkDefdoc8(String pkDefdoc8) { + this.pkDefdoc8 = pkDefdoc8; + } + + public String getPkDefdoc9() { + return pkDefdoc9; + } + + public void setPkDefdoc9(String pkDefdoc9) { + this.pkDefdoc9 = pkDefdoc9; + } + + public String getPkMeasware() { + return pkMeasware; + } + + public void setPkMeasware(String pkMeasware) { + this.pkMeasware = pkMeasware; + } + + public String getPkPurcorp() { + return pkPurcorp; + } + + public void setPkPurcorp(String pkPurcorp) { + this.pkPurcorp = pkPurcorp; + } + + public String getTaccounttime() { + return taccounttime; + } + + public void setTaccounttime(String taccounttime) { + this.taccounttime = taccounttime; + } + + public String getTlastmoditime() { + return tlastmoditime; + } + + public void setTlastmoditime(String tlastmoditime) { + this.tlastmoditime = tlastmoditime; + } + + public String getTmaketime() { + return tmaketime; + } + + public void setTmaketime(String tmaketime) { + this.tmaketime = tmaketime; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVbillcode() { + return vbillcode; + } + + public void setVbillcode(String vbillcode) { + this.vbillcode = vbillcode; + } + + public String getVdiliveraddress() { + return vdiliveraddress; + } + + public void setVdiliveraddress(String vdiliveraddress) { + this.vdiliveraddress = vdiliveraddress; + } + + public String getVheadnote2() { + return vheadnote2; + } + + public void setVheadnote2(String vheadnote2) { + this.vheadnote2 = vheadnote2; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralHEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralHEntity.xml new file mode 100644 index 00000000..5bca3fe2 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcGeneralHEntity.xml @@ -0,0 +1,1319 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bassetcard + ,bdelivedtorm + ,bdirecttranflag + ,boutretflag + ,bsalecooppur + ,cauditorid + ,cbilltypecode + ,cbizid + ,cbiztype + ,ccustomerid + ,cdilivertypeid + ,cdispatcherid + ,cdptid + ,cendreportid + ,cgeneralhid + ,cinventoryid + ,clastmodiid + ,coperatorid + ,cothercalbodyid + ,cothercorpid + ,cotherwhid + ,coutcalbodyid + ,coutcorpid + ,cproviderid + ,cregister + ,csettlepathid + ,ctrancustid + ,cwarehouseid + ,cwastewarehouseid + ,cwhsmanagerid + ,daccountdate + ,dauditdate + ,dbilldate + ,dr + ,fallocflag + ,fbillflag + ,freplenishflag + ,fspecialflag + ,iprintcount + ,ndiscountmny + ,nnetmny + ,ntotalmny + ,ntotalnum + ,outsourcewarehouseid + ,pk_calbody + ,pk_corp + ,pk_cubasdoc + ,pk_cubasdocc + ,pk_defdoc1 + ,pk_defdoc10 + ,pk_defdoc11 + ,pk_defdoc12 + ,pk_defdoc13 + ,pk_defdoc14 + ,pk_defdoc15 + ,pk_defdoc16 + ,pk_defdoc17 + ,pk_defdoc18 + ,pk_defdoc19 + ,pk_defdoc2 + ,pk_defdoc20 + ,pk_defdoc3 + ,pk_defdoc4 + ,pk_defdoc5 + ,pk_defdoc6 + ,pk_defdoc7 + ,pk_defdoc8 + ,pk_defdoc9 + ,pk_measware + ,pk_purcorp + ,taccounttime + ,tlastmoditime + ,tmaketime + ,ts + ,vbillcode + ,vdiliveraddress + ,vheadnote2 + ,vnote + ,vuserdef1 + ,vuserdef10 + ,vuserdef11 + ,vuserdef12 + ,vuserdef13 + ,vuserdef14 + ,vuserdef15 + ,vuserdef16 + ,vuserdef17 + ,vuserdef18 + ,vuserdef19 + ,vuserdef2 + ,vuserdef20 + ,vuserdef3 + ,vuserdef4 + ,vuserdef5 + ,vuserdef6 + ,vuserdef7 + ,vuserdef8 + ,vuserdef9 + + + + + + + + + + + + + + + + + + + + + insert into ic_general_h( + + bassetcard , + bdelivedtorm , + bdirecttranflag , + boutretflag , + bsalecooppur , + cauditorid , + cbilltypecode , + cbizid , + cbiztype , + ccustomerid , + cdilivertypeid , + cdispatcherid , + cdptid , + cendreportid , + cgeneralhid , + cinventoryid , + clastmodiid , + coperatorid , + cothercalbodyid , + cothercorpid , + cotherwhid , + coutcalbodyid , + coutcorpid , + cproviderid , + cregister , + csettlepathid , + ctrancustid , + cwarehouseid , + cwastewarehouseid , + cwhsmanagerid , + daccountdate , + dauditdate , + dbilldate , + dr , + fallocflag , + fbillflag , + freplenishflag , + fspecialflag , + iprintcount , + ndiscountmny , + nnetmny , + ntotalmny , + ntotalnum , + outsourcewarehouseid , + pk_calbody , + pk_corp , + pk_cubasdoc , + pk_cubasdocc , + pk_defdoc1 , + pk_defdoc10 , + pk_defdoc11 , + pk_defdoc12 , + pk_defdoc13 , + pk_defdoc14 , + pk_defdoc15 , + pk_defdoc16 , + pk_defdoc17 , + pk_defdoc18 , + pk_defdoc19 , + pk_defdoc2 , + pk_defdoc20 , + pk_defdoc3 , + pk_defdoc4 , + pk_defdoc5 , + pk_defdoc6 , + pk_defdoc7 , + pk_defdoc8 , + pk_defdoc9 , + pk_measware , + pk_purcorp , + taccounttime , + tlastmoditime , + tmaketime , + ts , + vbillcode , + vdiliveraddress , + vheadnote2 , + vnote , + vuserdef1 , + vuserdef10 , + vuserdef11 , + vuserdef12 , + vuserdef13 , + vuserdef14 , + vuserdef15 , + vuserdef16 , + vuserdef17 , + vuserdef18 , + vuserdef19 , + vuserdef2 , + vuserdef20 , + vuserdef3 , + vuserdef4 , + vuserdef5 , + vuserdef6 , + vuserdef7 , + vuserdef8 , + vuserdef9 , + sorts, + sts, + + )values( + + #{bassetcard} , + #{bdelivedtorm} , + #{bdirecttranflag} , + #{boutretflag} , + #{bsalecooppur} , + #{cauditorid} , + #{cbilltypecode} , + #{cbizid} , + #{cbiztype} , + #{ccustomerid} , + #{cdilivertypeid} , + #{cdispatcherid} , + #{cdptid} , + #{cendreportid} , + #{cgeneralhid} , + #{cinventoryid} , + #{clastmodiid} , + #{coperatorid} , + #{cothercalbodyid} , + #{cothercorpid} , + #{cotherwhid} , + #{coutcalbodyid} , + #{coutcorpid} , + #{cproviderid} , + #{cregister} , + #{csettlepathid} , + #{ctrancustid} , + #{cwarehouseid} , + #{cwastewarehouseid} , + #{cwhsmanagerid} , + #{daccountdate} , + #{dauditdate} , + #{dbilldate} , + #{dr} , + #{fallocflag} , + #{fbillflag} , + #{freplenishflag} , + #{fspecialflag} , + #{iprintcount} , + #{ndiscountmny} , + #{nnetmny} , + #{ntotalmny} , + #{ntotalnum} , + #{outsourcewarehouseid} , + #{pkCalbody} , + #{pkCorp} , + #{pkCubasdoc} , + #{pkCubasdocc} , + #{pkDefdoc1} , + #{pkDefdoc10} , + #{pkDefdoc11} , + #{pkDefdoc12} , + #{pkDefdoc13} , + #{pkDefdoc14} , + #{pkDefdoc15} , + #{pkDefdoc16} , + #{pkDefdoc17} , + #{pkDefdoc18} , + #{pkDefdoc19} , + #{pkDefdoc2} , + #{pkDefdoc20} , + #{pkDefdoc3} , + #{pkDefdoc4} , + #{pkDefdoc5} , + #{pkDefdoc6} , + #{pkDefdoc7} , + #{pkDefdoc8} , + #{pkDefdoc9} , + #{pkMeasware} , + #{pkPurcorp} , + #{taccounttime} , + #{tlastmoditime} , + #{tmaketime} , + #{ts} , + #{vbillcode} , + #{vdiliveraddress} , + #{vheadnote2} , + #{vnote} , + #{vuserdef1} , + #{vuserdef10} , + #{vuserdef11} , + #{vuserdef12} , + #{vuserdef13} , + #{vuserdef14} , + #{vuserdef15} , + #{vuserdef16} , + #{vuserdef17} , + #{vuserdef18} , + #{vuserdef19} , + #{vuserdef2} , + #{vuserdef20} , + #{vuserdef3} , + #{vuserdef4} , + #{vuserdef5} , + #{vuserdef6} , + #{vuserdef7} , + #{vuserdef8} , + #{vuserdef9} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from ic_general_h a WHERE a.sts = + 'Y' ), + + 'Y', + + ) + + + + insert into ic_general_h(bassetcard, bdelivedtorm, bdirecttranflag, boutretflag, bsalecooppur, cauditorid, + cbilltypecode, cbizid, cbiztype, ccustomerid, cdilivertypeid, cdispatcherid, cdptid, cendreportid, cinventoryid, + clastmodiid, coperatorid, cothercalbodyid, cothercorpid, cotherwhid, coutcalbodyid, coutcorpid, cproviderid, + cregister, csettlepathid, ctrancustid, cwarehouseid, cwastewarehouseid, cwhsmanagerid, daccountdate, dauditdate, + dbilldate, dr, fallocflag, fbillflag, freplenishflag, fspecialflag, iprintcount, ndiscountmny, nnetmny, + ntotalmny, ntotalnum, outsourcewarehouseid, pk_calbody, pk_corp, pk_cubasdoc, pk_cubasdocc, pk_defdoc1, + pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, + pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, + pk_defdoc8, pk_defdoc9, pk_measware, pk_purcorp, taccounttime, tlastmoditime, tmaketime, ts, vbillcode, + vdiliveraddress, vheadnote2, vnote, vuserdef1, vuserdef10, vuserdef11, vuserdef12, vuserdef13, vuserdef14, + vuserdef15, vuserdef16, vuserdef17, vuserdef18, vuserdef19, vuserdef2, vuserdef20, vuserdef3, vuserdef4, + vuserdef5, vuserdef6, vuserdef7, vuserdef8, vuserdef9, sts) + values + + (#{entity.bassetcard},#{entity.bdelivedtorm},#{entity.bdirecttranflag},#{entity.boutretflag},#{entity.bsalecooppur},#{entity.cauditorid},#{entity.cbilltypecode},#{entity.cbizid},#{entity.cbiztype},#{entity.ccustomerid},#{entity.cdilivertypeid},#{entity.cdispatcherid},#{entity.cdptid},#{entity.cendreportid},#{entity.cinventoryid},#{entity.clastmodiid},#{entity.coperatorid},#{entity.cothercalbodyid},#{entity.cothercorpid},#{entity.cotherwhid},#{entity.coutcalbodyid},#{entity.coutcorpid},#{entity.cproviderid},#{entity.cregister},#{entity.csettlepathid},#{entity.ctrancustid},#{entity.cwarehouseid},#{entity.cwastewarehouseid},#{entity.cwhsmanagerid},#{entity.daccountdate},#{entity.dauditdate},#{entity.dbilldate},#{entity.dr},#{entity.fallocflag},#{entity.fbillflag},#{entity.freplenishflag},#{entity.fspecialflag},#{entity.iprintcount},#{entity.ndiscountmny},#{entity.nnetmny},#{entity.ntotalmny},#{entity.ntotalnum},#{entity.outsourcewarehouseid},#{entity.pkCalbody},#{entity.pkCorp},#{entity.pkCubasdoc},#{entity.pkCubasdocc},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.pkMeasware},#{entity.pkPurcorp},#{entity.taccounttime},#{entity.tlastmoditime},#{entity.tmaketime},#{entity.ts},#{entity.vbillcode},#{entity.vdiliveraddress},#{entity.vheadnote2},#{entity.vnote},#{entity.vuserdef1},#{entity.vuserdef10},#{entity.vuserdef11},#{entity.vuserdef12},#{entity.vuserdef13},#{entity.vuserdef14},#{entity.vuserdef15},#{entity.vuserdef16},#{entity.vuserdef17},#{entity.vuserdef18},#{entity.vuserdef19},#{entity.vuserdef2},#{entity.vuserdef20},#{entity.vuserdef3},#{entity.vuserdef4},#{entity.vuserdef5},#{entity.vuserdef6},#{entity.vuserdef7},#{entity.vuserdef8},#{entity.vuserdef9}, + 'Y') + + + + + insert into ic_general_h(bassetcard, bdelivedtorm, bdirecttranflag, boutretflag, bsalecooppur, cauditorid, + cbilltypecode, cbizid, cbiztype, ccustomerid, cdilivertypeid, cdispatcherid, cdptid, cendreportid, cinventoryid, + clastmodiid, coperatorid, cothercalbodyid, cothercorpid, cotherwhid, coutcalbodyid, coutcorpid, cproviderid, + cregister, csettlepathid, ctrancustid, cwarehouseid, cwastewarehouseid, cwhsmanagerid, daccountdate, dauditdate, + dbilldate, dr, fallocflag, fbillflag, freplenishflag, fspecialflag, iprintcount, ndiscountmny, nnetmny, + ntotalmny, ntotalnum, outsourcewarehouseid, pk_calbody, pk_corp, pk_cubasdoc, pk_cubasdocc, pk_defdoc1, + pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, + pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, + pk_defdoc8, pk_defdoc9, pk_measware, pk_purcorp, taccounttime, tlastmoditime, tmaketime, ts, vbillcode, + vdiliveraddress, vheadnote2, vnote, vuserdef1, vuserdef10, vuserdef11, vuserdef12, vuserdef13, vuserdef14, + vuserdef15, vuserdef16, vuserdef17, vuserdef18, vuserdef19, vuserdef2, vuserdef20, vuserdef3, vuserdef4, + vuserdef5, vuserdef6, vuserdef7, vuserdef8, vuserdef9) + values + + (#{entity.bassetcard},#{entity.bdelivedtorm},#{entity.bdirecttranflag},#{entity.boutretflag},#{entity.bsalecooppur},#{entity.cauditorid},#{entity.cbilltypecode},#{entity.cbizid},#{entity.cbiztype},#{entity.ccustomerid},#{entity.cdilivertypeid},#{entity.cdispatcherid},#{entity.cdptid},#{entity.cendreportid},#{entity.cinventoryid},#{entity.clastmodiid},#{entity.coperatorid},#{entity.cothercalbodyid},#{entity.cothercorpid},#{entity.cotherwhid},#{entity.coutcalbodyid},#{entity.coutcorpid},#{entity.cproviderid},#{entity.cregister},#{entity.csettlepathid},#{entity.ctrancustid},#{entity.cwarehouseid},#{entity.cwastewarehouseid},#{entity.cwhsmanagerid},#{entity.daccountdate},#{entity.dauditdate},#{entity.dbilldate},#{entity.dr},#{entity.fallocflag},#{entity.fbillflag},#{entity.freplenishflag},#{entity.fspecialflag},#{entity.iprintcount},#{entity.ndiscountmny},#{entity.nnetmny},#{entity.ntotalmny},#{entity.ntotalnum},#{entity.outsourcewarehouseid},#{entity.pkCalbody},#{entity.pkCorp},#{entity.pkCubasdoc},#{entity.pkCubasdocc},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.pkMeasware},#{entity.pkPurcorp},#{entity.taccounttime},#{entity.tlastmoditime},#{entity.tmaketime},#{entity.ts},#{entity.vbillcode},#{entity.vdiliveraddress},#{entity.vheadnote2},#{entity.vnote},#{entity.vuserdef1},#{entity.vuserdef10},#{entity.vuserdef11},#{entity.vuserdef12},#{entity.vuserdef13},#{entity.vuserdef14},#{entity.vuserdef15},#{entity.vuserdef16},#{entity.vuserdef17},#{entity.vuserdef18},#{entity.vuserdef19},#{entity.vuserdef2},#{entity.vuserdef20},#{entity.vuserdef3},#{entity.vuserdef4},#{entity.vuserdef5},#{entity.vuserdef6},#{entity.vuserdef7},#{entity.vuserdef8},#{entity.vuserdef9}) + + on duplicate key update + bassetcard = values(bassetcard), + bdelivedtorm = values(bdelivedtorm), + bdirecttranflag = values(bdirecttranflag), + boutretflag = values(boutretflag), + bsalecooppur = values(bsalecooppur), + cauditorid = values(cauditorid), + cbilltypecode = values(cbilltypecode), + cbizid = values(cbizid), + cbiztype = values(cbiztype), + ccustomerid = values(ccustomerid), + cdilivertypeid = values(cdilivertypeid), + cdispatcherid = values(cdispatcherid), + cdptid = values(cdptid), + cendreportid = values(cendreportid), + cinventoryid = values(cinventoryid), + clastmodiid = values(clastmodiid), + coperatorid = values(coperatorid), + cothercalbodyid = values(cothercalbodyid), + cothercorpid = values(cothercorpid), + cotherwhid = values(cotherwhid), + coutcalbodyid = values(coutcalbodyid), + coutcorpid = values(coutcorpid), + cproviderid = values(cproviderid), + cregister = values(cregister), + csettlepathid = values(csettlepathid), + ctrancustid = values(ctrancustid), + cwarehouseid = values(cwarehouseid), + cwastewarehouseid = values(cwastewarehouseid), + cwhsmanagerid = values(cwhsmanagerid), + daccountdate = values(daccountdate), + dauditdate = values(dauditdate), + dbilldate = values(dbilldate), + dr = values(dr), + fallocflag = values(fallocflag), + fbillflag = values(fbillflag), + freplenishflag = values(freplenishflag), + fspecialflag = values(fspecialflag), + iprintcount = values(iprintcount), + ndiscountmny = values(ndiscountmny), + nnetmny = values(nnetmny), + ntotalmny = values(ntotalmny), + ntotalnum = values(ntotalnum), + outsourcewarehouseid = values(outsourcewarehouseid), + pk_calbody = values(pk_calbody), + pk_corp = values(pk_corp), + pk_cubasdoc = values(pk_cubasdoc), + pk_cubasdocc = values(pk_cubasdocc), + pk_defdoc1 = values(pk_defdoc1), + pk_defdoc10 = values(pk_defdoc10), + pk_defdoc11 = values(pk_defdoc11), + pk_defdoc12 = values(pk_defdoc12), + pk_defdoc13 = values(pk_defdoc13), + pk_defdoc14 = values(pk_defdoc14), + pk_defdoc15 = values(pk_defdoc15), + pk_defdoc16 = values(pk_defdoc16), + pk_defdoc17 = values(pk_defdoc17), + pk_defdoc18 = values(pk_defdoc18), + pk_defdoc19 = values(pk_defdoc19), + pk_defdoc2 = values(pk_defdoc2), + pk_defdoc20 = values(pk_defdoc20), + pk_defdoc3 = values(pk_defdoc3), + pk_defdoc4 = values(pk_defdoc4), + pk_defdoc5 = values(pk_defdoc5), + pk_defdoc6 = values(pk_defdoc6), + pk_defdoc7 = values(pk_defdoc7), + pk_defdoc8 = values(pk_defdoc8), + pk_defdoc9 = values(pk_defdoc9), + pk_measware = values(pk_measware), + pk_purcorp = values(pk_purcorp), + taccounttime = values(taccounttime), + tlastmoditime = values(tlastmoditime), + tmaketime = values(tmaketime), + ts = values(ts), + vbillcode = values(vbillcode), + vdiliveraddress = values(vdiliveraddress), + vheadnote2 = values(vheadnote2), + vnote = values(vnote), + vuserdef1 = values(vuserdef1), + vuserdef10 = values(vuserdef10), + vuserdef11 = values(vuserdef11), + vuserdef12 = values(vuserdef12), + vuserdef13 = values(vuserdef13), + vuserdef14 = values(vuserdef14), + vuserdef15 = values(vuserdef15), + vuserdef16 = values(vuserdef16), + vuserdef17 = values(vuserdef17), + vuserdef18 = values(vuserdef18), + vuserdef19 = values(vuserdef19), + vuserdef2 = values(vuserdef2), + vuserdef20 = values(vuserdef20), + vuserdef3 = values(vuserdef3), + vuserdef4 = values(vuserdef4), + vuserdef5 = values(vuserdef5), + vuserdef6 = values(vuserdef6), + vuserdef7 = values(vuserdef7), + vuserdef8 = values(vuserdef8), + vuserdef9 = values(vuserdef9) + + + + update ic_general_h set + + bassetcard = #{bassetcard}, + bdelivedtorm = #{bdelivedtorm}, + bdirecttranflag = #{bdirecttranflag}, + boutretflag = #{boutretflag}, + bsalecooppur = #{bsalecooppur}, + cauditorid = #{cauditorid}, + cbilltypecode = #{cbilltypecode}, + cbizid = #{cbizid}, + cbiztype = #{cbiztype}, + ccustomerid = #{ccustomerid}, + cdilivertypeid = #{cdilivertypeid}, + cdispatcherid = #{cdispatcherid}, + cdptid = #{cdptid}, + cendreportid = #{cendreportid}, + cinventoryid = #{cinventoryid}, + clastmodiid = #{clastmodiid}, + coperatorid = #{coperatorid}, + cothercalbodyid = #{cothercalbodyid}, + cothercorpid = #{cothercorpid}, + cotherwhid = #{cotherwhid}, + coutcalbodyid = #{coutcalbodyid}, + coutcorpid = #{coutcorpid}, + cproviderid = #{cproviderid}, + cregister = #{cregister}, + csettlepathid = #{csettlepathid}, + ctrancustid = #{ctrancustid}, + cwarehouseid = #{cwarehouseid}, + cwastewarehouseid = #{cwastewarehouseid}, + + cwhsmanagerid = #{cwhsmanagerid}, + daccountdate = #{daccountdate}, + dauditdate = #{dauditdate}, + dbilldate = #{dbilldate}, + dr = #{dr}, + fallocflag = #{fallocflag}, + fbillflag = #{fbillflag}, + freplenishflag = #{freplenishflag}, + fspecialflag = #{fspecialflag}, + iprintcount = #{iprintcount}, + ndiscountmny = #{ndiscountmny}, + nnetmny = #{nnetmny}, + ntotalmny = #{ntotalmny}, + ntotalnum = #{ntotalnum}, + outsourcewarehouseid = + #{outsourcewarehouseid}, + + pk_calbody = #{pkCalbody}, + pk_corp = #{pkCorp}, + pk_cubasdoc = #{pkCubasdoc}, + pk_cubasdocc = #{pkCubasdocc}, + pk_defdoc1 = #{pkDefdoc1}, + pk_defdoc10 = #{pkDefdoc10}, + pk_defdoc11 = #{pkDefdoc11}, + pk_defdoc12 = #{pkDefdoc12}, + pk_defdoc13 = #{pkDefdoc13}, + pk_defdoc14 = #{pkDefdoc14}, + pk_defdoc15 = #{pkDefdoc15}, + pk_defdoc16 = #{pkDefdoc16}, + pk_defdoc17 = #{pkDefdoc17}, + pk_defdoc18 = #{pkDefdoc18}, + pk_defdoc19 = #{pkDefdoc19}, + pk_defdoc2 = #{pkDefdoc2}, + pk_defdoc20 = #{pkDefdoc20}, + pk_defdoc3 = #{pkDefdoc3}, + pk_defdoc4 = #{pkDefdoc4}, + pk_defdoc5 = #{pkDefdoc5}, + pk_defdoc6 = #{pkDefdoc6}, + pk_defdoc7 = #{pkDefdoc7}, + pk_defdoc8 = #{pkDefdoc8}, + pk_defdoc9 = #{pkDefdoc9}, + pk_measware = #{pkMeasware}, + pk_purcorp = #{pkPurcorp}, + taccounttime = #{taccounttime}, + tlastmoditime = #{tlastmoditime}, + tmaketime = #{tmaketime}, + ts = #{ts}, + vbillcode = #{vbillcode}, + vdiliveraddress = #{vdiliveraddress}, + vheadnote2 = #{vheadnote2}, + vnote = #{vnote}, + vuserdef1 = #{vuserdef1}, + vuserdef10 = #{vuserdef10}, + vuserdef11 = #{vuserdef11}, + vuserdef12 = #{vuserdef12}, + vuserdef13 = #{vuserdef13}, + vuserdef14 = #{vuserdef14}, + vuserdef15 = #{vuserdef15}, + vuserdef16 = #{vuserdef16}, + vuserdef17 = #{vuserdef17}, + vuserdef18 = #{vuserdef18}, + vuserdef19 = #{vuserdef19}, + vuserdef2 = #{vuserdef2}, + vuserdef20 = #{vuserdef20}, + vuserdef3 = #{vuserdef3}, + vuserdef4 = #{vuserdef4}, + vuserdef5 = #{vuserdef5}, + vuserdef6 = #{vuserdef6}, + vuserdef7 = #{vuserdef7}, + vuserdef8 = #{vuserdef8}, + vuserdef9 = #{vuserdef9}, + + where cgeneralhid = #{cgeneralhid} + + + + update ic_general_h + set sts= 'N', + modify_time = #{modify_time}, + modify_user_id = #{modify_user_id} + where cgeneralhid = #{cgeneralhid} + + + + update ic_general_h set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and bassetcard = #{bassetcard} + and bdelivedtorm = #{bdelivedtorm} + and bdirecttranflag = #{bdirecttranflag} + and boutretflag = #{boutretflag} + and bsalecooppur = #{bsalecooppur} + and cauditorid = #{cauditorid} + and cbilltypecode = #{cbilltypecode} + and cbizid = #{cbizid} + and cbiztype = #{cbiztype} + and ccustomerid = #{ccustomerid} + and cdilivertypeid = #{cdilivertypeid} + and cdispatcherid = #{cdispatcherid} + and cdptid = #{cdptid} + and cendreportid = #{cendreportid} + and cgeneralhid = #{cgeneralhid} + and cinventoryid = #{cinventoryid} + and clastmodiid = #{clastmodiid} + and coperatorid = #{coperatorid} + and cothercalbodyid = #{cothercalbodyid} + and cothercorpid = #{cothercorpid} + and cotherwhid = #{cotherwhid} + and coutcalbodyid = #{coutcalbodyid} + and coutcorpid = #{coutcorpid} + and cproviderid = #{cproviderid} + and cregister = #{cregister} + and csettlepathid = #{csettlepathid} + and ctrancustid = #{ctrancustid} + and cwarehouseid = #{cwarehouseid} + and cwastewarehouseid = + #{cwastewarehouseid} + + and cwhsmanagerid = #{cwhsmanagerid} + and daccountdate = #{daccountdate} + and dauditdate = #{dauditdate} + and dbilldate = #{dbilldate} + and dr = #{dr} + and fallocflag = #{fallocflag} + and fbillflag = #{fbillflag} + and freplenishflag = #{freplenishflag} + and fspecialflag = #{fspecialflag} + and iprintcount = #{iprintcount} + and ndiscountmny = #{ndiscountmny} + and nnetmny = #{nnetmny} + and ntotalmny = #{ntotalmny} + and ntotalnum = #{ntotalnum} + and outsourcewarehouseid = + #{outsourcewarehouseid} + + and pk_calbody = #{pkCalbody} + and pk_corp = #{pkCorp} + and pk_cubasdoc = #{pkCubasdoc} + and pk_cubasdocc = #{pkCubasdocc} + and pk_defdoc1 = #{pkDefdoc1} + and pk_defdoc10 = #{pkDefdoc10} + and pk_defdoc11 = #{pkDefdoc11} + and pk_defdoc12 = #{pkDefdoc12} + and pk_defdoc13 = #{pkDefdoc13} + and pk_defdoc14 = #{pkDefdoc14} + and pk_defdoc15 = #{pkDefdoc15} + and pk_defdoc16 = #{pkDefdoc16} + and pk_defdoc17 = #{pkDefdoc17} + and pk_defdoc18 = #{pkDefdoc18} + and pk_defdoc19 = #{pkDefdoc19} + and pk_defdoc2 = #{pkDefdoc2} + and pk_defdoc20 = #{pkDefdoc20} + and pk_defdoc3 = #{pkDefdoc3} + and pk_defdoc4 = #{pkDefdoc4} + and pk_defdoc5 = #{pkDefdoc5} + and pk_defdoc6 = #{pkDefdoc6} + and pk_defdoc7 = #{pkDefdoc7} + and pk_defdoc8 = #{pkDefdoc8} + and pk_defdoc9 = #{pkDefdoc9} + and pk_measware = #{pkMeasware} + and pk_purcorp = #{pkPurcorp} + and taccounttime = #{taccounttime} + and tlastmoditime = #{tlastmoditime} + and tmaketime = #{tmaketime} + and ts = #{ts} + and vbillcode = #{vbillcode} + and vdiliveraddress = #{vdiliveraddress} + and vheadnote2 = #{vheadnote2} + and vnote = #{vnote} + and vuserdef1 = #{vuserdef1} + and vuserdef10 = #{vuserdef10} + and vuserdef11 = #{vuserdef11} + and vuserdef12 = #{vuserdef12} + and vuserdef13 = #{vuserdef13} + and vuserdef14 = #{vuserdef14} + and vuserdef15 = #{vuserdef15} + and vuserdef16 = #{vuserdef16} + and vuserdef17 = #{vuserdef17} + and vuserdef18 = #{vuserdef18} + and vuserdef19 = #{vuserdef19} + and vuserdef2 = #{vuserdef2} + and vuserdef20 = #{vuserdef20} + and vuserdef3 = #{vuserdef3} + and vuserdef4 = #{vuserdef4} + and vuserdef5 = #{vuserdef5} + and vuserdef6 = #{vuserdef6} + and vuserdef7 = #{vuserdef7} + and vuserdef8 = #{vuserdef8} + and vuserdef9 = #{vuserdef9} + and sts='Y' + + + + + delete + from ic_general_h + where cgeneralhid = #{cgeneralhid} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialBEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialBEntity.java new file mode 100644 index 00000000..e2174fa9 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialBEntity.java @@ -0,0 +1,853 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (IcSpecialB)实体类 + * + * @author makejava + * @since 2023-12-05 16:06:40 + */ +public class IcSpecialBEntity extends BaseEntity { + + private String specNo; + + public String getSpecNo() { + return specNo; + } + + public void setSpecNo(String specNo) { + this.specNo = specNo; + } + + private String castunitid; + private String cfirstbillbid; + private String cfirstbillhid; + private String cfirsttype; + private String cinventoryid; + private String crowno; + private String csourcebillbid; + private String csourcebillhid; + private String csourcetype; + private String cspaceid; + private String cspecialbid; + private String cspecialhid; + private String cvendorid; + private String cwarehouseid; + private Integer dr; + private Double dshldtransnum; + private String dvalidate; + private Integer fbillrowflag; + private Double hsl; + private Double naccountastnum; + private Double naccountgrsnum; + private Double naccountnum; + private Double nadjustastnum; + private Double nadjustgrsnum; + private Double nadjustnum; + private Double nbarcodenum; + private Double ncheckastnum; + private Double ncheckgrsnum; + private Double nchecknum; + private Double nmny; + private Double nperiodastnum; + private Double nperiodnum; + private Double nplannedmny; + private Double nplannedprice; + private Double nprice; + private Double nshldtransastnum; + private Double nshldtransgrsnum; + private String pkCorp; + private String pkDefdoc1; + private String pkDefdoc10; + private String pkDefdoc11; + private String pkDefdoc12; + private String pkDefdoc13; + private String pkDefdoc14; + private String pkDefdoc15; + private String pkDefdoc16; + private String pkDefdoc17; + private String pkDefdoc18; + private String pkDefdoc19; + private String pkDefdoc2; + private String pkDefdoc20; + private String pkDefdoc3; + private String pkDefdoc4; + private String pkDefdoc5; + private String pkDefdoc6; + private String pkDefdoc7; + private String pkDefdoc8; + private String pkDefdoc9; + private String ts; + private String vbatchcode; + private String vfree1; + private String vfree10; + private String vfree2; + private String vfree3; + private String vfree4; + private String vfree5; + private String vfree6; + private String vfree7; + private String vfree8; + private String vfree9; + private String vnote; + private String vsourcebillcode; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef20; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + + + public String getCastunitid() { + return castunitid; + } + + public void setCastunitid(String castunitid) { + this.castunitid = castunitid; + } + + public String getCfirstbillbid() { + return cfirstbillbid; + } + + public void setCfirstbillbid(String cfirstbillbid) { + this.cfirstbillbid = cfirstbillbid; + } + + public String getCfirstbillhid() { + return cfirstbillhid; + } + + public void setCfirstbillhid(String cfirstbillhid) { + this.cfirstbillhid = cfirstbillhid; + } + + public String getCfirsttype() { + return cfirsttype; + } + + public void setCfirsttype(String cfirsttype) { + this.cfirsttype = cfirsttype; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCsourcebillbid() { + return csourcebillbid; + } + + public void setCsourcebillbid(String csourcebillbid) { + this.csourcebillbid = csourcebillbid; + } + + public String getCsourcebillhid() { + return csourcebillhid; + } + + public void setCsourcebillhid(String csourcebillhid) { + this.csourcebillhid = csourcebillhid; + } + + public String getCsourcetype() { + return csourcetype; + } + + public void setCsourcetype(String csourcetype) { + this.csourcetype = csourcetype; + } + + public String getCspaceid() { + return cspaceid; + } + + public void setCspaceid(String cspaceid) { + this.cspaceid = cspaceid; + } + + public String getCspecialbid() { + return cspecialbid; + } + + public void setCspecialbid(String cspecialbid) { + this.cspecialbid = cspecialbid; + } + + public String getCspecialhid() { + return cspecialhid; + } + + public void setCspecialhid(String cspecialhid) { + this.cspecialhid = cspecialhid; + } + + public String getCvendorid() { + return cvendorid; + } + + public void setCvendorid(String cvendorid) { + this.cvendorid = cvendorid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public Double getDshldtransnum() { + return dshldtransnum; + } + + public void setDshldtransnum(Double dshldtransnum) { + this.dshldtransnum = dshldtransnum; + } + + public String getDvalidate() { + return dvalidate; + } + + public void setDvalidate(String dvalidate) { + this.dvalidate = dvalidate; + } + + public Integer getFbillrowflag() { + return fbillrowflag; + } + + public void setFbillrowflag(Integer fbillrowflag) { + this.fbillrowflag = fbillrowflag; + } + + public Double getHsl() { + return hsl; + } + + public void setHsl(Double hsl) { + this.hsl = hsl; + } + + public Double getNaccountastnum() { + return naccountastnum; + } + + public void setNaccountastnum(Double naccountastnum) { + this.naccountastnum = naccountastnum; + } + + public Double getNaccountgrsnum() { + return naccountgrsnum; + } + + public void setNaccountgrsnum(Double naccountgrsnum) { + this.naccountgrsnum = naccountgrsnum; + } + + public Double getNaccountnum() { + return naccountnum; + } + + public void setNaccountnum(Double naccountnum) { + this.naccountnum = naccountnum; + } + + public Double getNadjustastnum() { + return nadjustastnum; + } + + public void setNadjustastnum(Double nadjustastnum) { + this.nadjustastnum = nadjustastnum; + } + + public Double getNadjustgrsnum() { + return nadjustgrsnum; + } + + public void setNadjustgrsnum(Double nadjustgrsnum) { + this.nadjustgrsnum = nadjustgrsnum; + } + + public Double getNadjustnum() { + return nadjustnum; + } + + public void setNadjustnum(Double nadjustnum) { + this.nadjustnum = nadjustnum; + } + + public Double getNbarcodenum() { + return nbarcodenum; + } + + public void setNbarcodenum(Double nbarcodenum) { + this.nbarcodenum = nbarcodenum; + } + + public Double getNcheckastnum() { + return ncheckastnum; + } + + public void setNcheckastnum(Double ncheckastnum) { + this.ncheckastnum = ncheckastnum; + } + + public Double getNcheckgrsnum() { + return ncheckgrsnum; + } + + public void setNcheckgrsnum(Double ncheckgrsnum) { + this.ncheckgrsnum = ncheckgrsnum; + } + + public Double getNchecknum() { + return nchecknum; + } + + public void setNchecknum(Double nchecknum) { + this.nchecknum = nchecknum; + } + + public Double getNmny() { + return nmny; + } + + public void setNmny(Double nmny) { + this.nmny = nmny; + } + + public Double getNperiodastnum() { + return nperiodastnum; + } + + public void setNperiodastnum(Double nperiodastnum) { + this.nperiodastnum = nperiodastnum; + } + + public Double getNperiodnum() { + return nperiodnum; + } + + public void setNperiodnum(Double nperiodnum) { + this.nperiodnum = nperiodnum; + } + + public Double getNplannedmny() { + return nplannedmny; + } + + public void setNplannedmny(Double nplannedmny) { + this.nplannedmny = nplannedmny; + } + + public Double getNplannedprice() { + return nplannedprice; + } + + public void setNplannedprice(Double nplannedprice) { + this.nplannedprice = nplannedprice; + } + + public Double getNprice() { + return nprice; + } + + public void setNprice(Double nprice) { + this.nprice = nprice; + } + + public Double getNshldtransastnum() { + return nshldtransastnum; + } + + public void setNshldtransastnum(Double nshldtransastnum) { + this.nshldtransastnum = nshldtransastnum; + } + + public Double getNshldtransgrsnum() { + return nshldtransgrsnum; + } + + public void setNshldtransgrsnum(Double nshldtransgrsnum) { + this.nshldtransgrsnum = nshldtransgrsnum; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoc10() { + return pkDefdoc10; + } + + public void setPkDefdoc10(String pkDefdoc10) { + this.pkDefdoc10 = pkDefdoc10; + } + + public String getPkDefdoc11() { + return pkDefdoc11; + } + + public void setPkDefdoc11(String pkDefdoc11) { + this.pkDefdoc11 = pkDefdoc11; + } + + public String getPkDefdoc12() { + return pkDefdoc12; + } + + public void setPkDefdoc12(String pkDefdoc12) { + this.pkDefdoc12 = pkDefdoc12; + } + + public String getPkDefdoc13() { + return pkDefdoc13; + } + + public void setPkDefdoc13(String pkDefdoc13) { + this.pkDefdoc13 = pkDefdoc13; + } + + public String getPkDefdoc14() { + return pkDefdoc14; + } + + public void setPkDefdoc14(String pkDefdoc14) { + this.pkDefdoc14 = pkDefdoc14; + } + + public String getPkDefdoc15() { + return pkDefdoc15; + } + + public void setPkDefdoc15(String pkDefdoc15) { + this.pkDefdoc15 = pkDefdoc15; + } + + public String getPkDefdoc16() { + return pkDefdoc16; + } + + public void setPkDefdoc16(String pkDefdoc16) { + this.pkDefdoc16 = pkDefdoc16; + } + + public String getPkDefdoc17() { + return pkDefdoc17; + } + + public void setPkDefdoc17(String pkDefdoc17) { + this.pkDefdoc17 = pkDefdoc17; + } + + public String getPkDefdoc18() { + return pkDefdoc18; + } + + public void setPkDefdoc18(String pkDefdoc18) { + this.pkDefdoc18 = pkDefdoc18; + } + + public String getPkDefdoc19() { + return pkDefdoc19; + } + + public void setPkDefdoc19(String pkDefdoc19) { + this.pkDefdoc19 = pkDefdoc19; + } + + public String getPkDefdoc2() { + return pkDefdoc2; + } + + public void setPkDefdoc2(String pkDefdoc2) { + this.pkDefdoc2 = pkDefdoc2; + } + + public String getPkDefdoc20() { + return pkDefdoc20; + } + + public void setPkDefdoc20(String pkDefdoc20) { + this.pkDefdoc20 = pkDefdoc20; + } + + public String getPkDefdoc3() { + return pkDefdoc3; + } + + public void setPkDefdoc3(String pkDefdoc3) { + this.pkDefdoc3 = pkDefdoc3; + } + + public String getPkDefdoc4() { + return pkDefdoc4; + } + + public void setPkDefdoc4(String pkDefdoc4) { + this.pkDefdoc4 = pkDefdoc4; + } + + public String getPkDefdoc5() { + return pkDefdoc5; + } + + public void setPkDefdoc5(String pkDefdoc5) { + this.pkDefdoc5 = pkDefdoc5; + } + + public String getPkDefdoc6() { + return pkDefdoc6; + } + + public void setPkDefdoc6(String pkDefdoc6) { + this.pkDefdoc6 = pkDefdoc6; + } + + public String getPkDefdoc7() { + return pkDefdoc7; + } + + public void setPkDefdoc7(String pkDefdoc7) { + this.pkDefdoc7 = pkDefdoc7; + } + + public String getPkDefdoc8() { + return pkDefdoc8; + } + + public void setPkDefdoc8(String pkDefdoc8) { + this.pkDefdoc8 = pkDefdoc8; + } + + public String getPkDefdoc9() { + return pkDefdoc9; + } + + public void setPkDefdoc9(String pkDefdoc9) { + this.pkDefdoc9 = pkDefdoc9; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVbatchcode() { + return vbatchcode; + } + + public void setVbatchcode(String vbatchcode) { + this.vbatchcode = vbatchcode; + } + + public String getVfree1() { + return vfree1; + } + + public void setVfree1(String vfree1) { + this.vfree1 = vfree1; + } + + public String getVfree10() { + return vfree10; + } + + public void setVfree10(String vfree10) { + this.vfree10 = vfree10; + } + + public String getVfree2() { + return vfree2; + } + + public void setVfree2(String vfree2) { + this.vfree2 = vfree2; + } + + public String getVfree3() { + return vfree3; + } + + public void setVfree3(String vfree3) { + this.vfree3 = vfree3; + } + + public String getVfree4() { + return vfree4; + } + + public void setVfree4(String vfree4) { + this.vfree4 = vfree4; + } + + public String getVfree5() { + return vfree5; + } + + public void setVfree5(String vfree5) { + this.vfree5 = vfree5; + } + + public String getVfree6() { + return vfree6; + } + + public void setVfree6(String vfree6) { + this.vfree6 = vfree6; + } + + public String getVfree7() { + return vfree7; + } + + public void setVfree7(String vfree7) { + this.vfree7 = vfree7; + } + + public String getVfree8() { + return vfree8; + } + + public void setVfree8(String vfree8) { + this.vfree8 = vfree8; + } + + public String getVfree9() { + return vfree9; + } + + public void setVfree9(String vfree9) { + this.vfree9 = vfree9; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVsourcebillcode() { + return vsourcebillcode; + } + + public void setVsourcebillcode(String vsourcebillcode) { + this.vsourcebillcode = vsourcebillcode; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialBEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialBEntity.xml new file mode 100644 index 00000000..be6f0c67 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialBEntity.xml @@ -0,0 +1,1119 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + castunitid + ,cfirstbillbid + ,cfirstbillhid + ,cfirsttype + ,cinventoryid + ,crowno + ,csourcebillbid + ,csourcebillhid + ,csourcetype + ,cspaceid + ,cspecialbid + ,cspecialhid + ,cvendorid + ,cwarehouseid + ,dr + ,dshldtransnum + ,dvalidate + ,fbillrowflag + ,hsl + ,naccountastnum + ,naccountgrsnum + ,naccountnum + ,nadjustastnum + ,nadjustgrsnum + ,nadjustnum + ,nbarcodenum + ,ncheckastnum + ,ncheckgrsnum + ,nchecknum + ,nmny + ,nperiodastnum + ,nperiodnum + ,nplannedmny + ,nplannedprice + ,nprice + ,nshldtransastnum + ,nshldtransgrsnum + ,pk_corp + ,pk_defdoc1 + ,pk_defdoc10 + ,pk_defdoc11 + ,pk_defdoc12 + ,pk_defdoc13 + ,pk_defdoc14 + ,pk_defdoc15 + ,pk_defdoc16 + ,pk_defdoc17 + ,pk_defdoc18 + ,pk_defdoc19 + ,pk_defdoc2 + ,pk_defdoc20 + ,pk_defdoc3 + ,pk_defdoc4 + ,pk_defdoc5 + ,pk_defdoc6 + ,pk_defdoc7 + ,pk_defdoc8 + ,pk_defdoc9 + ,ts + ,vbatchcode + ,vfree1 + ,vfree10 + ,vfree2 + ,vfree3 + ,vfree4 + ,vfree5 + ,vfree6 + ,vfree7 + ,vfree8 + ,vfree9 + ,vnote + ,vsourcebillcode + ,vuserdef1 + ,vuserdef10 + ,vuserdef11 + ,vuserdef12 + ,vuserdef13 + ,vuserdef14 + ,vuserdef15 + ,vuserdef16 + ,vuserdef17 + ,vuserdef18 + ,vuserdef19 + ,vuserdef2 + ,vuserdef20 + ,vuserdef3 + ,vuserdef4 + ,vuserdef5 + ,vuserdef6 + ,vuserdef7 + ,vuserdef8 + ,vuserdef9 + + + + + + + + + + + + + + + + insert into ic_special_b( + + castunitid , + cfirstbillbid , + cfirstbillhid , + cfirsttype , + cinventoryid , + crowno , + csourcebillbid , + csourcebillhid , + csourcetype , + cspaceid , + cspecialbid , + cspecialhid , + cvendorid , + cwarehouseid , + dr , + dshldtransnum , + dvalidate , + fbillrowflag , + hsl , + naccountastnum , + naccountgrsnum , + naccountnum , + nadjustastnum , + nadjustgrsnum , + nadjustnum , + nbarcodenum , + ncheckastnum , + ncheckgrsnum , + nchecknum , + nmny , + nperiodastnum , + nperiodnum , + nplannedmny , + nplannedprice , + nprice , + nshldtransastnum , + nshldtransgrsnum , + pk_corp , + pk_defdoc1 , + pk_defdoc10 , + pk_defdoc11 , + pk_defdoc12 , + pk_defdoc13 , + pk_defdoc14 , + pk_defdoc15 , + pk_defdoc16 , + pk_defdoc17 , + pk_defdoc18 , + pk_defdoc19 , + pk_defdoc2 , + pk_defdoc20 , + pk_defdoc3 , + pk_defdoc4 , + pk_defdoc5 , + pk_defdoc6 , + pk_defdoc7 , + pk_defdoc8 , + pk_defdoc9 , + ts , + vbatchcode , + vfree1 , + vfree10 , + vfree2 , + vfree3 , + vfree4 , + vfree5 , + vfree6 , + vfree7 , + vfree8 , + vfree9 , + vnote , + vsourcebillcode , + vuserdef1 , + vuserdef10 , + vuserdef11 , + vuserdef12 , + vuserdef13 , + vuserdef14 , + vuserdef15 , + vuserdef16 , + vuserdef17 , + vuserdef18 , + vuserdef19 , + vuserdef2 , + vuserdef20 , + vuserdef3 , + vuserdef4 , + vuserdef5 , + vuserdef6 , + vuserdef7 , + vuserdef8 , + vuserdef9 , + sorts, + sts, + + )values( + + #{castunitid} , + #{cfirstbillbid} , + #{cfirstbillhid} , + #{cfirsttype} , + #{cinventoryid} , + #{crowno} , + #{csourcebillbid} , + #{csourcebillhid} , + #{csourcetype} , + #{cspaceid} , + #{cspecialbid} , + #{cspecialhid} , + #{cvendorid} , + #{cwarehouseid} , + #{dr} , + #{dshldtransnum} , + #{dvalidate} , + #{fbillrowflag} , + #{hsl} , + #{naccountastnum} , + #{naccountgrsnum} , + #{naccountnum} , + #{nadjustastnum} , + #{nadjustgrsnum} , + #{nadjustnum} , + #{nbarcodenum} , + #{ncheckastnum} , + #{ncheckgrsnum} , + #{nchecknum} , + #{nmny} , + #{nperiodastnum} , + #{nperiodnum} , + #{nplannedmny} , + #{nplannedprice} , + #{nprice} , + #{nshldtransastnum} , + #{nshldtransgrsnum} , + #{pkCorp} , + #{pkDefdoc1} , + #{pkDefdoc10} , + #{pkDefdoc11} , + #{pkDefdoc12} , + #{pkDefdoc13} , + #{pkDefdoc14} , + #{pkDefdoc15} , + #{pkDefdoc16} , + #{pkDefdoc17} , + #{pkDefdoc18} , + #{pkDefdoc19} , + #{pkDefdoc2} , + #{pkDefdoc20} , + #{pkDefdoc3} , + #{pkDefdoc4} , + #{pkDefdoc5} , + #{pkDefdoc6} , + #{pkDefdoc7} , + #{pkDefdoc8} , + #{pkDefdoc9} , + #{ts} , + #{vbatchcode} , + #{vfree1} , + #{vfree10} , + #{vfree2} , + #{vfree3} , + #{vfree4} , + #{vfree5} , + #{vfree6} , + #{vfree7} , + #{vfree8} , + #{vfree9} , + #{vnote} , + #{vsourcebillcode} , + #{vuserdef1} , + #{vuserdef10} , + #{vuserdef11} , + #{vuserdef12} , + #{vuserdef13} , + #{vuserdef14} , + #{vuserdef15} , + #{vuserdef16} , + #{vuserdef17} , + #{vuserdef18} , + #{vuserdef19} , + #{vuserdef2} , + #{vuserdef20} , + #{vuserdef3} , + #{vuserdef4} , + #{vuserdef5} , + #{vuserdef6} , + #{vuserdef7} , + #{vuserdef8} , + #{vuserdef9} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from ic_special_b a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into ic_special_b(castunitid, cfirstbillbid, cfirstbillhid, cfirsttype, cinventoryid, crowno, csourcebillbid, csourcebillhid, csourcetype, cspaceid, cspecialhid, cvendorid, cwarehouseid, dr, dshldtransnum, dvalidate, fbillrowflag, hsl, naccountastnum, naccountgrsnum, naccountnum, nadjustastnum, nadjustgrsnum, nadjustnum, nbarcodenum, ncheckastnum, ncheckgrsnum, nchecknum, nmny, nperiodastnum, nperiodnum, nplannedmny, nplannedprice, nprice, nshldtransastnum, nshldtransgrsnum, pk_corp, pk_defdoc1, pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, pk_defdoc9, ts, vbatchcode, vfree1, vfree10, vfree2, vfree3, vfree4, vfree5, vfree6, vfree7, vfree8, vfree9, vnote, vsourcebillcode, vuserdef1, vuserdef10, vuserdef11, vuserdef12, vuserdef13, vuserdef14, vuserdef15, vuserdef16, vuserdef17, vuserdef18, vuserdef19, vuserdef2, vuserdef20, vuserdef3, vuserdef4, vuserdef5, vuserdef6, vuserdef7, vuserdef8, vuserdef9, sts) + values + + (#{entity.castunitid},#{entity.cfirstbillbid},#{entity.cfirstbillhid},#{entity.cfirsttype},#{entity.cinventoryid},#{entity.crowno},#{entity.csourcebillbid},#{entity.csourcebillhid},#{entity.csourcetype},#{entity.cspaceid},#{entity.cspecialhid},#{entity.cvendorid},#{entity.cwarehouseid},#{entity.dr},#{entity.dshldtransnum},#{entity.dvalidate},#{entity.fbillrowflag},#{entity.hsl},#{entity.naccountastnum},#{entity.naccountgrsnum},#{entity.naccountnum},#{entity.nadjustastnum},#{entity.nadjustgrsnum},#{entity.nadjustnum},#{entity.nbarcodenum},#{entity.ncheckastnum},#{entity.ncheckgrsnum},#{entity.nchecknum},#{entity.nmny},#{entity.nperiodastnum},#{entity.nperiodnum},#{entity.nplannedmny},#{entity.nplannedprice},#{entity.nprice},#{entity.nshldtransastnum},#{entity.nshldtransgrsnum},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.ts},#{entity.vbatchcode},#{entity.vfree1},#{entity.vfree10},#{entity.vfree2},#{entity.vfree3},#{entity.vfree4},#{entity.vfree5},#{entity.vfree6},#{entity.vfree7},#{entity.vfree8},#{entity.vfree9},#{entity.vnote},#{entity.vsourcebillcode},#{entity.vuserdef1},#{entity.vuserdef10},#{entity.vuserdef11},#{entity.vuserdef12},#{entity.vuserdef13},#{entity.vuserdef14},#{entity.vuserdef15},#{entity.vuserdef16},#{entity.vuserdef17},#{entity.vuserdef18},#{entity.vuserdef19},#{entity.vuserdef2},#{entity.vuserdef20},#{entity.vuserdef3},#{entity.vuserdef4},#{entity.vuserdef5},#{entity.vuserdef6},#{entity.vuserdef7},#{entity.vuserdef8},#{entity.vuserdef9}, 'Y') + + + + + insert into ic_special_b(castunitid, cfirstbillbid, cfirstbillhid, cfirsttype, cinventoryid, crowno, csourcebillbid, csourcebillhid, csourcetype, cspaceid, cspecialhid, cvendorid, cwarehouseid, dr, dshldtransnum, dvalidate, fbillrowflag, hsl, naccountastnum, naccountgrsnum, naccountnum, nadjustastnum, nadjustgrsnum, nadjustnum, nbarcodenum, ncheckastnum, ncheckgrsnum, nchecknum, nmny, nperiodastnum, nperiodnum, nplannedmny, nplannedprice, nprice, nshldtransastnum, nshldtransgrsnum, pk_corp, pk_defdoc1, pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, pk_defdoc9, ts, vbatchcode, vfree1, vfree10, vfree2, vfree3, vfree4, vfree5, vfree6, vfree7, vfree8, vfree9, vnote, vsourcebillcode, vuserdef1, vuserdef10, vuserdef11, vuserdef12, vuserdef13, vuserdef14, vuserdef15, vuserdef16, vuserdef17, vuserdef18, vuserdef19, vuserdef2, vuserdef20, vuserdef3, vuserdef4, vuserdef5, vuserdef6, vuserdef7, vuserdef8, vuserdef9) + values + + (#{entity.castunitid},#{entity.cfirstbillbid},#{entity.cfirstbillhid},#{entity.cfirsttype},#{entity.cinventoryid},#{entity.crowno},#{entity.csourcebillbid},#{entity.csourcebillhid},#{entity.csourcetype},#{entity.cspaceid},#{entity.cspecialhid},#{entity.cvendorid},#{entity.cwarehouseid},#{entity.dr},#{entity.dshldtransnum},#{entity.dvalidate},#{entity.fbillrowflag},#{entity.hsl},#{entity.naccountastnum},#{entity.naccountgrsnum},#{entity.naccountnum},#{entity.nadjustastnum},#{entity.nadjustgrsnum},#{entity.nadjustnum},#{entity.nbarcodenum},#{entity.ncheckastnum},#{entity.ncheckgrsnum},#{entity.nchecknum},#{entity.nmny},#{entity.nperiodastnum},#{entity.nperiodnum},#{entity.nplannedmny},#{entity.nplannedprice},#{entity.nprice},#{entity.nshldtransastnum},#{entity.nshldtransgrsnum},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.ts},#{entity.vbatchcode},#{entity.vfree1},#{entity.vfree10},#{entity.vfree2},#{entity.vfree3},#{entity.vfree4},#{entity.vfree5},#{entity.vfree6},#{entity.vfree7},#{entity.vfree8},#{entity.vfree9},#{entity.vnote},#{entity.vsourcebillcode},#{entity.vuserdef1},#{entity.vuserdef10},#{entity.vuserdef11},#{entity.vuserdef12},#{entity.vuserdef13},#{entity.vuserdef14},#{entity.vuserdef15},#{entity.vuserdef16},#{entity.vuserdef17},#{entity.vuserdef18},#{entity.vuserdef19},#{entity.vuserdef2},#{entity.vuserdef20},#{entity.vuserdef3},#{entity.vuserdef4},#{entity.vuserdef5},#{entity.vuserdef6},#{entity.vuserdef7},#{entity.vuserdef8},#{entity.vuserdef9}) + + on duplicate key update + castunitid = values(castunitid), + cfirstbillbid = values(cfirstbillbid), + cfirstbillhid = values(cfirstbillhid), + cfirsttype = values(cfirsttype), + cinventoryid = values(cinventoryid), + crowno = values(crowno), + csourcebillbid = values(csourcebillbid), + csourcebillhid = values(csourcebillhid), + csourcetype = values(csourcetype), + cspaceid = values(cspaceid), + cspecialhid = values(cspecialhid), + cvendorid = values(cvendorid), + cwarehouseid = values(cwarehouseid), + dr = values(dr), + dshldtransnum = values(dshldtransnum), + dvalidate = values(dvalidate), + fbillrowflag = values(fbillrowflag), + hsl = values(hsl), + naccountastnum = values(naccountastnum), + naccountgrsnum = values(naccountgrsnum), + naccountnum = values(naccountnum), + nadjustastnum = values(nadjustastnum), + nadjustgrsnum = values(nadjustgrsnum), + nadjustnum = values(nadjustnum), + nbarcodenum = values(nbarcodenum), + ncheckastnum = values(ncheckastnum), + ncheckgrsnum = values(ncheckgrsnum), + nchecknum = values(nchecknum), + nmny = values(nmny), + nperiodastnum = values(nperiodastnum), + nperiodnum = values(nperiodnum), + nplannedmny = values(nplannedmny), + nplannedprice = values(nplannedprice), + nprice = values(nprice), + nshldtransastnum = values(nshldtransastnum), + nshldtransgrsnum = values(nshldtransgrsnum), + pk_corp = values(pk_corp), + pk_defdoc1 = values(pk_defdoc1), + pk_defdoc10 = values(pk_defdoc10), + pk_defdoc11 = values(pk_defdoc11), + pk_defdoc12 = values(pk_defdoc12), + pk_defdoc13 = values(pk_defdoc13), + pk_defdoc14 = values(pk_defdoc14), + pk_defdoc15 = values(pk_defdoc15), + pk_defdoc16 = values(pk_defdoc16), + pk_defdoc17 = values(pk_defdoc17), + pk_defdoc18 = values(pk_defdoc18), + pk_defdoc19 = values(pk_defdoc19), + pk_defdoc2 = values(pk_defdoc2), + pk_defdoc20 = values(pk_defdoc20), + pk_defdoc3 = values(pk_defdoc3), + pk_defdoc4 = values(pk_defdoc4), + pk_defdoc5 = values(pk_defdoc5), + pk_defdoc6 = values(pk_defdoc6), + pk_defdoc7 = values(pk_defdoc7), + pk_defdoc8 = values(pk_defdoc8), + pk_defdoc9 = values(pk_defdoc9), + ts = values(ts), + vbatchcode = values(vbatchcode), + vfree1 = values(vfree1), + vfree10 = values(vfree10), + vfree2 = values(vfree2), + vfree3 = values(vfree3), + vfree4 = values(vfree4), + vfree5 = values(vfree5), + vfree6 = values(vfree6), + vfree7 = values(vfree7), + vfree8 = values(vfree8), + vfree9 = values(vfree9), + vnote = values(vnote), + vsourcebillcode = values(vsourcebillcode), + vuserdef1 = values(vuserdef1), + vuserdef10 = values(vuserdef10), + vuserdef11 = values(vuserdef11), + vuserdef12 = values(vuserdef12), + vuserdef13 = values(vuserdef13), + vuserdef14 = values(vuserdef14), + vuserdef15 = values(vuserdef15), + vuserdef16 = values(vuserdef16), + vuserdef17 = values(vuserdef17), + vuserdef18 = values(vuserdef18), + vuserdef19 = values(vuserdef19), + vuserdef2 = values(vuserdef2), + vuserdef20 = values(vuserdef20), + vuserdef3 = values(vuserdef3), + vuserdef4 = values(vuserdef4), + vuserdef5 = values(vuserdef5), + vuserdef6 = values(vuserdef6), + vuserdef7 = values(vuserdef7), + vuserdef8 = values(vuserdef8), + vuserdef9 = values(vuserdef9) + + +update ic_special_b set + + castunitid = #{castunitid}, + cfirstbillbid = #{cfirstbillbid}, + cfirstbillhid = #{cfirstbillhid}, + cfirsttype = #{cfirsttype}, + cinventoryid = #{cinventoryid}, + crowno = #{crowno}, + csourcebillbid = #{csourcebillbid}, + csourcebillhid = #{csourcebillhid}, + csourcetype = #{csourcetype}, + cspaceid = #{cspaceid}, + cspecialhid = #{cspecialhid}, + cvendorid = #{cvendorid}, + cwarehouseid = #{cwarehouseid}, + dr = #{dr}, + dshldtransnum = #{dshldtransnum}, + dvalidate = #{dvalidate}, + fbillrowflag = #{fbillrowflag}, + hsl = #{hsl}, + naccountastnum = #{naccountastnum}, + naccountgrsnum = #{naccountgrsnum}, + naccountnum = #{naccountnum}, + nadjustastnum = #{nadjustastnum}, + nadjustgrsnum = #{nadjustgrsnum}, + nadjustnum = #{nadjustnum}, + nbarcodenum = #{nbarcodenum}, + ncheckastnum = #{ncheckastnum}, + ncheckgrsnum = #{ncheckgrsnum}, + nchecknum = #{nchecknum}, + nmny = #{nmny}, + nperiodastnum = #{nperiodastnum}, + nperiodnum = #{nperiodnum}, + nplannedmny = #{nplannedmny}, + nplannedprice = #{nplannedprice}, + nprice = #{nprice}, + nshldtransastnum = #{nshldtransastnum}, + nshldtransgrsnum = #{nshldtransgrsnum}, + pk_corp = #{pkCorp}, + pk_defdoc1 = #{pkDefdoc1}, + pk_defdoc10 = #{pkDefdoc10}, + pk_defdoc11 = #{pkDefdoc11}, + pk_defdoc12 = #{pkDefdoc12}, + pk_defdoc13 = #{pkDefdoc13}, + pk_defdoc14 = #{pkDefdoc14}, + pk_defdoc15 = #{pkDefdoc15}, + pk_defdoc16 = #{pkDefdoc16}, + pk_defdoc17 = #{pkDefdoc17}, + pk_defdoc18 = #{pkDefdoc18}, + pk_defdoc19 = #{pkDefdoc19}, + pk_defdoc2 = #{pkDefdoc2}, + pk_defdoc20 = #{pkDefdoc20}, + pk_defdoc3 = #{pkDefdoc3}, + pk_defdoc4 = #{pkDefdoc4}, + pk_defdoc5 = #{pkDefdoc5}, + pk_defdoc6 = #{pkDefdoc6}, + pk_defdoc7 = #{pkDefdoc7}, + pk_defdoc8 = #{pkDefdoc8}, + pk_defdoc9 = #{pkDefdoc9}, + ts = #{ts}, + vbatchcode = #{vbatchcode}, + vfree1 = #{vfree1}, + vfree10 = #{vfree10}, + vfree2 = #{vfree2}, + vfree3 = #{vfree3}, + vfree4 = #{vfree4}, + vfree5 = #{vfree5}, + vfree6 = #{vfree6}, + vfree7 = #{vfree7}, + vfree8 = #{vfree8}, + vfree9 = #{vfree9}, + vnote = #{vnote}, + vsourcebillcode = #{vsourcebillcode}, + vuserdef1 = #{vuserdef1}, + vuserdef10 = #{vuserdef10}, + vuserdef11 = #{vuserdef11}, + vuserdef12 = #{vuserdef12}, + vuserdef13 = #{vuserdef13}, + vuserdef14 = #{vuserdef14}, + vuserdef15 = #{vuserdef15}, + vuserdef16 = #{vuserdef16}, + vuserdef17 = #{vuserdef17}, + vuserdef18 = #{vuserdef18}, + vuserdef19 = #{vuserdef19}, + vuserdef2 = #{vuserdef2}, + vuserdef20 = #{vuserdef20}, + vuserdef3 = #{vuserdef3}, + vuserdef4 = #{vuserdef4}, + vuserdef5 = #{vuserdef5}, + vuserdef6 = #{vuserdef6}, + vuserdef7 = #{vuserdef7}, + vuserdef8 = #{vuserdef8}, + vuserdef9 = #{vuserdef9}, + +where cspecialbid = #{cspecialbid} + + + +update ic_special_b set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where cspecialbid = #{cspecialbid} + + + +update ic_special_b set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and castunitid = #{castunitid} + and cfirstbillbid = #{cfirstbillbid} + and cfirstbillhid = #{cfirstbillhid} + and cfirsttype = #{cfirsttype} + and cinventoryid = #{cinventoryid} + and crowno = #{crowno} + and csourcebillbid = #{csourcebillbid} + and csourcebillhid = #{csourcebillhid} + and csourcetype = #{csourcetype} + and cspaceid = #{cspaceid} + and cspecialbid = #{cspecialbid} + and cspecialhid = #{cspecialhid} + and cvendorid = #{cvendorid} + and cwarehouseid = #{cwarehouseid} + and dr = #{dr} + and dshldtransnum = #{dshldtransnum} + and dvalidate = #{dvalidate} + and fbillrowflag = #{fbillrowflag} + and hsl = #{hsl} + and naccountastnum = #{naccountastnum} + and naccountgrsnum = #{naccountgrsnum} + and naccountnum = #{naccountnum} + and nadjustastnum = #{nadjustastnum} + and nadjustgrsnum = #{nadjustgrsnum} + and nadjustnum = #{nadjustnum} + and nbarcodenum = #{nbarcodenum} + and ncheckastnum = #{ncheckastnum} + and ncheckgrsnum = #{ncheckgrsnum} + and nchecknum = #{nchecknum} + and nmny = #{nmny} + and nperiodastnum = #{nperiodastnum} + and nperiodnum = #{nperiodnum} + and nplannedmny = #{nplannedmny} + and nplannedprice = #{nplannedprice} + and nprice = #{nprice} + and nshldtransastnum = #{nshldtransastnum} + and nshldtransgrsnum = #{nshldtransgrsnum} + and pk_corp = #{pkCorp} + and pk_defdoc1 = #{pkDefdoc1} + and pk_defdoc10 = #{pkDefdoc10} + and pk_defdoc11 = #{pkDefdoc11} + and pk_defdoc12 = #{pkDefdoc12} + and pk_defdoc13 = #{pkDefdoc13} + and pk_defdoc14 = #{pkDefdoc14} + and pk_defdoc15 = #{pkDefdoc15} + and pk_defdoc16 = #{pkDefdoc16} + and pk_defdoc17 = #{pkDefdoc17} + and pk_defdoc18 = #{pkDefdoc18} + and pk_defdoc19 = #{pkDefdoc19} + and pk_defdoc2 = #{pkDefdoc2} + and pk_defdoc20 = #{pkDefdoc20} + and pk_defdoc3 = #{pkDefdoc3} + and pk_defdoc4 = #{pkDefdoc4} + and pk_defdoc5 = #{pkDefdoc5} + and pk_defdoc6 = #{pkDefdoc6} + and pk_defdoc7 = #{pkDefdoc7} + and pk_defdoc8 = #{pkDefdoc8} + and pk_defdoc9 = #{pkDefdoc9} + and ts = #{ts} + and vbatchcode = #{vbatchcode} + and vfree1 = #{vfree1} + and vfree10 = #{vfree10} + and vfree2 = #{vfree2} + and vfree3 = #{vfree3} + and vfree4 = #{vfree4} + and vfree5 = #{vfree5} + and vfree6 = #{vfree6} + and vfree7 = #{vfree7} + and vfree8 = #{vfree8} + and vfree9 = #{vfree9} + and vnote = #{vnote} + and vsourcebillcode = #{vsourcebillcode} + and vuserdef1 = #{vuserdef1} + and vuserdef10 = #{vuserdef10} + and vuserdef11 = #{vuserdef11} + and vuserdef12 = #{vuserdef12} + and vuserdef13 = #{vuserdef13} + and vuserdef14 = #{vuserdef14} + and vuserdef15 = #{vuserdef15} + and vuserdef16 = #{vuserdef16} + and vuserdef17 = #{vuserdef17} + and vuserdef18 = #{vuserdef18} + and vuserdef19 = #{vuserdef19} + and vuserdef2 = #{vuserdef2} + and vuserdef20 = #{vuserdef20} + and vuserdef3 = #{vuserdef3} + and vuserdef4 = #{vuserdef4} + and vuserdef5 = #{vuserdef5} + and vuserdef6 = #{vuserdef6} + and vuserdef7 = #{vuserdef7} + and vuserdef8 = #{vuserdef8} + and vuserdef9 = #{vuserdef9} + and sts='Y' + + + + + delete from ic_special_b where cspecialbid = #{cspecialbid} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialHEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialHEntity.java new file mode 100644 index 00000000..4db235aa --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialHEntity.java @@ -0,0 +1,655 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (IcSpecialH)实体类 + * + * @author makejava + * @since 2023-12-05 16:05:31 + */ +public class IcSpecialHEntity extends BaseEntity { + + private String bccountflag; + private String cauditorid; + private String cbilltypecode; + private String cinbsrid; + private String cindeptid; + private String cinwarehouseid; + private String clastmodiid; + private String coperatorid; + private String coutbsor; + private String coutdeptid; + private String coutwarehouseid; + private String cshlddiliverdate; + private String cspecialhid; + private String dbilldate; + private String denddate; + private Integer dr; + private String fassistantflag; + private Integer fbillflag; + private Integer icheckmode; + private Integer iprintcount; + private Double nfixdisassemblymny; + private String pkCorp; + private String pkDefdoc1; + private String pkDefdoc10; + private String pkDefdoc11; + private String pkDefdoc12; + private String pkDefdoc13; + private String pkDefdoc14; + private String pkDefdoc15; + private String pkDefdoc16; + private String pkDefdoc17; + private String pkDefdoc18; + private String pkDefdoc19; + private String pkDefdoc2; + private String pkDefdoc20; + private String pkDefdoc3; + private String pkDefdoc4; + private String pkDefdoc5; + private String pkDefdoc6; + private String pkDefdoc7; + private String pkDefdoc8; + private String pkDefdoc9; + private String tlastmoditime; + private String tmaketime; + private String ts; + private String vadjuster; + private String vbillcode; + private String vnote; + private String vshldarrivedate; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef20; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + private String start_time_dbilldate; + private String end_time_dbilldate; + + + public String getStart_time_dbilldate() { + return start_time_dbilldate; + } + + public void setStart_time_dbilldate(String start_time_dbilldate) { + this.start_time_dbilldate = start_time_dbilldate; + } + + public String getEnd_time_dbilldate() { + return end_time_dbilldate; + } + + public void setEnd_time_dbilldate(String end_time_dbilldate) { + this.end_time_dbilldate = end_time_dbilldate; + } + + public String getBccountflag() { + return bccountflag; + } + + public void setBccountflag(String bccountflag) { + this.bccountflag = bccountflag; + } + + public String getCauditorid() { + return cauditorid; + } + + public void setCauditorid(String cauditorid) { + this.cauditorid = cauditorid; + } + + public String getCbilltypecode() { + return cbilltypecode; + } + + public void setCbilltypecode(String cbilltypecode) { + this.cbilltypecode = cbilltypecode; + } + + public String getCinbsrid() { + return cinbsrid; + } + + public void setCinbsrid(String cinbsrid) { + this.cinbsrid = cinbsrid; + } + + public String getCindeptid() { + return cindeptid; + } + + public void setCindeptid(String cindeptid) { + this.cindeptid = cindeptid; + } + + public String getCinwarehouseid() { + return cinwarehouseid; + } + + public void setCinwarehouseid(String cinwarehouseid) { + this.cinwarehouseid = cinwarehouseid; + } + + public String getClastmodiid() { + return clastmodiid; + } + + public void setClastmodiid(String clastmodiid) { + this.clastmodiid = clastmodiid; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCoutbsor() { + return coutbsor; + } + + public void setCoutbsor(String coutbsor) { + this.coutbsor = coutbsor; + } + + public String getCoutdeptid() { + return coutdeptid; + } + + public void setCoutdeptid(String coutdeptid) { + this.coutdeptid = coutdeptid; + } + + public String getCoutwarehouseid() { + return coutwarehouseid; + } + + public void setCoutwarehouseid(String coutwarehouseid) { + this.coutwarehouseid = coutwarehouseid; + } + + public String getCshlddiliverdate() { + return cshlddiliverdate; + } + + public void setCshlddiliverdate(String cshlddiliverdate) { + this.cshlddiliverdate = cshlddiliverdate; + } + + public String getCspecialhid() { + return cspecialhid; + } + + public void setCspecialhid(String cspecialhid) { + this.cspecialhid = cspecialhid; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getDenddate() { + return denddate; + } + + public void setDenddate(String denddate) { + this.denddate = denddate; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getFassistantflag() { + return fassistantflag; + } + + public void setFassistantflag(String fassistantflag) { + this.fassistantflag = fassistantflag; + } + + public Integer getFbillflag() { + return fbillflag; + } + + public void setFbillflag(Integer fbillflag) { + this.fbillflag = fbillflag; + } + + public Integer getIcheckmode() { + return icheckmode; + } + + public void setIcheckmode(Integer icheckmode) { + this.icheckmode = icheckmode; + } + + public Integer getIprintcount() { + return iprintcount; + } + + public void setIprintcount(Integer iprintcount) { + this.iprintcount = iprintcount; + } + + public Double getNfixdisassemblymny() { + return nfixdisassemblymny; + } + + public void setNfixdisassemblymny(Double nfixdisassemblymny) { + this.nfixdisassemblymny = nfixdisassemblymny; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoc10() { + return pkDefdoc10; + } + + public void setPkDefdoc10(String pkDefdoc10) { + this.pkDefdoc10 = pkDefdoc10; + } + + public String getPkDefdoc11() { + return pkDefdoc11; + } + + public void setPkDefdoc11(String pkDefdoc11) { + this.pkDefdoc11 = pkDefdoc11; + } + + public String getPkDefdoc12() { + return pkDefdoc12; + } + + public void setPkDefdoc12(String pkDefdoc12) { + this.pkDefdoc12 = pkDefdoc12; + } + + public String getPkDefdoc13() { + return pkDefdoc13; + } + + public void setPkDefdoc13(String pkDefdoc13) { + this.pkDefdoc13 = pkDefdoc13; + } + + public String getPkDefdoc14() { + return pkDefdoc14; + } + + public void setPkDefdoc14(String pkDefdoc14) { + this.pkDefdoc14 = pkDefdoc14; + } + + public String getPkDefdoc15() { + return pkDefdoc15; + } + + public void setPkDefdoc15(String pkDefdoc15) { + this.pkDefdoc15 = pkDefdoc15; + } + + public String getPkDefdoc16() { + return pkDefdoc16; + } + + public void setPkDefdoc16(String pkDefdoc16) { + this.pkDefdoc16 = pkDefdoc16; + } + + public String getPkDefdoc17() { + return pkDefdoc17; + } + + public void setPkDefdoc17(String pkDefdoc17) { + this.pkDefdoc17 = pkDefdoc17; + } + + public String getPkDefdoc18() { + return pkDefdoc18; + } + + public void setPkDefdoc18(String pkDefdoc18) { + this.pkDefdoc18 = pkDefdoc18; + } + + public String getPkDefdoc19() { + return pkDefdoc19; + } + + public void setPkDefdoc19(String pkDefdoc19) { + this.pkDefdoc19 = pkDefdoc19; + } + + public String getPkDefdoc2() { + return pkDefdoc2; + } + + public void setPkDefdoc2(String pkDefdoc2) { + this.pkDefdoc2 = pkDefdoc2; + } + + public String getPkDefdoc20() { + return pkDefdoc20; + } + + public void setPkDefdoc20(String pkDefdoc20) { + this.pkDefdoc20 = pkDefdoc20; + } + + public String getPkDefdoc3() { + return pkDefdoc3; + } + + public void setPkDefdoc3(String pkDefdoc3) { + this.pkDefdoc3 = pkDefdoc3; + } + + public String getPkDefdoc4() { + return pkDefdoc4; + } + + public void setPkDefdoc4(String pkDefdoc4) { + this.pkDefdoc4 = pkDefdoc4; + } + + public String getPkDefdoc5() { + return pkDefdoc5; + } + + public void setPkDefdoc5(String pkDefdoc5) { + this.pkDefdoc5 = pkDefdoc5; + } + + public String getPkDefdoc6() { + return pkDefdoc6; + } + + public void setPkDefdoc6(String pkDefdoc6) { + this.pkDefdoc6 = pkDefdoc6; + } + + public String getPkDefdoc7() { + return pkDefdoc7; + } + + public void setPkDefdoc7(String pkDefdoc7) { + this.pkDefdoc7 = pkDefdoc7; + } + + public String getPkDefdoc8() { + return pkDefdoc8; + } + + public void setPkDefdoc8(String pkDefdoc8) { + this.pkDefdoc8 = pkDefdoc8; + } + + public String getPkDefdoc9() { + return pkDefdoc9; + } + + public void setPkDefdoc9(String pkDefdoc9) { + this.pkDefdoc9 = pkDefdoc9; + } + + public String getTlastmoditime() { + return tlastmoditime; + } + + public void setTlastmoditime(String tlastmoditime) { + this.tlastmoditime = tlastmoditime; + } + + public String getTmaketime() { + return tmaketime; + } + + public void setTmaketime(String tmaketime) { + this.tmaketime = tmaketime; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVadjuster() { + return vadjuster; + } + + public void setVadjuster(String vadjuster) { + this.vadjuster = vadjuster; + } + + public String getVbillcode() { + return vbillcode; + } + + public void setVbillcode(String vbillcode) { + this.vbillcode = vbillcode; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVshldarrivedate() { + return vshldarrivedate; + } + + public void setVshldarrivedate(String vshldarrivedate) { + this.vshldarrivedate = vshldarrivedate; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialHEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialHEntity.xml new file mode 100644 index 00000000..55c701e7 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IcSpecialHEntity.xml @@ -0,0 +1,932 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bccountflag + ,cauditorid + ,cbilltypecode + ,cinbsrid + ,cindeptid + ,cinwarehouseid + ,clastmodiid + ,coperatorid + ,coutbsor + ,coutdeptid + ,coutwarehouseid + ,cshlddiliverdate + ,cspecialhid + ,dbilldate + ,denddate + ,dr + ,fassistantflag + ,fbillflag + ,icheckmode + ,iprintcount + ,nfixdisassemblymny + ,pk_corp + ,pk_defdoc1 + ,pk_defdoc10 + ,pk_defdoc11 + ,pk_defdoc12 + ,pk_defdoc13 + ,pk_defdoc14 + ,pk_defdoc15 + ,pk_defdoc16 + ,pk_defdoc17 + ,pk_defdoc18 + ,pk_defdoc19 + ,pk_defdoc2 + ,pk_defdoc20 + ,pk_defdoc3 + ,pk_defdoc4 + ,pk_defdoc5 + ,pk_defdoc6 + ,pk_defdoc7 + ,pk_defdoc8 + ,pk_defdoc9 + ,tlastmoditime + ,tmaketime + ,ts + ,vadjuster + ,vbillcode + ,vnote + ,vshldarrivedate + ,vuserdef1 + ,vuserdef10 + ,vuserdef11 + ,vuserdef12 + ,vuserdef13 + ,vuserdef14 + ,vuserdef15 + ,vuserdef16 + ,vuserdef17 + ,vuserdef18 + ,vuserdef19 + ,vuserdef2 + ,vuserdef20 + ,vuserdef3 + ,vuserdef4 + ,vuserdef5 + ,vuserdef6 + ,vuserdef7 + ,vuserdef8 + ,vuserdef9 + + + + + + + + + + + + + + + + + + + insert into ic_special_h( + + bccountflag , + cauditorid , + cbilltypecode , + cinbsrid , + cindeptid , + cinwarehouseid , + clastmodiid , + coperatorid , + coutbsor , + coutdeptid , + coutwarehouseid , + cshlddiliverdate , + cspecialhid , + dbilldate , + denddate , + dr , + fassistantflag , + fbillflag , + icheckmode , + iprintcount , + nfixdisassemblymny , + pk_corp , + pk_defdoc1 , + pk_defdoc10 , + pk_defdoc11 , + pk_defdoc12 , + pk_defdoc13 , + pk_defdoc14 , + pk_defdoc15 , + pk_defdoc16 , + pk_defdoc17 , + pk_defdoc18 , + pk_defdoc19 , + pk_defdoc2 , + pk_defdoc20 , + pk_defdoc3 , + pk_defdoc4 , + pk_defdoc5 , + pk_defdoc6 , + pk_defdoc7 , + pk_defdoc8 , + pk_defdoc9 , + tlastmoditime , + tmaketime , + ts , + vadjuster , + vbillcode , + vnote , + vshldarrivedate , + vuserdef1 , + vuserdef10 , + vuserdef11 , + vuserdef12 , + vuserdef13 , + vuserdef14 , + vuserdef15 , + vuserdef16 , + vuserdef17 , + vuserdef18 , + vuserdef19 , + vuserdef2 , + vuserdef20 , + vuserdef3 , + vuserdef4 , + vuserdef5 , + vuserdef6 , + vuserdef7 , + vuserdef8 , + vuserdef9 , + sorts, + sts, + + )values( + + #{bccountflag} , + #{cauditorid} , + #{cbilltypecode} , + #{cinbsrid} , + #{cindeptid} , + #{cinwarehouseid} , + #{clastmodiid} , + #{coperatorid} , + #{coutbsor} , + #{coutdeptid} , + #{coutwarehouseid} , + #{cshlddiliverdate} , + #{cspecialhid} , + #{dbilldate} , + #{denddate} , + #{dr} , + #{fassistantflag} , + #{fbillflag} , + #{icheckmode} , + #{iprintcount} , + #{nfixdisassemblymny} , + #{pkCorp} , + #{pkDefdoc1} , + #{pkDefdoc10} , + #{pkDefdoc11} , + #{pkDefdoc12} , + #{pkDefdoc13} , + #{pkDefdoc14} , + #{pkDefdoc15} , + #{pkDefdoc16} , + #{pkDefdoc17} , + #{pkDefdoc18} , + #{pkDefdoc19} , + #{pkDefdoc2} , + #{pkDefdoc20} , + #{pkDefdoc3} , + #{pkDefdoc4} , + #{pkDefdoc5} , + #{pkDefdoc6} , + #{pkDefdoc7} , + #{pkDefdoc8} , + #{pkDefdoc9} , + #{tlastmoditime} , + #{tmaketime} , + #{ts} , + #{vadjuster} , + #{vbillcode} , + #{vnote} , + #{vshldarrivedate} , + #{vuserdef1} , + #{vuserdef10} , + #{vuserdef11} , + #{vuserdef12} , + #{vuserdef13} , + #{vuserdef14} , + #{vuserdef15} , + #{vuserdef16} , + #{vuserdef17} , + #{vuserdef18} , + #{vuserdef19} , + #{vuserdef2} , + #{vuserdef20} , + #{vuserdef3} , + #{vuserdef4} , + #{vuserdef5} , + #{vuserdef6} , + #{vuserdef7} , + #{vuserdef8} , + #{vuserdef9} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from ic_special_h a WHERE a.sts = + 'Y' ), + + 'Y', + + ) + + + + insert into ic_special_h(bccountflag, cauditorid, cbilltypecode, cinbsrid, cindeptid, cinwarehouseid, + clastmodiid, coperatorid, coutbsor, coutdeptid, coutwarehouseid, cshlddiliverdate, dbilldate, denddate, dr, + fassistantflag, fbillflag, icheckmode, iprintcount, nfixdisassemblymny, pk_corp, pk_defdoc1, pk_defdoc10, + pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, + pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, + pk_defdoc9, tlastmoditime, tmaketime, ts, vadjuster, vbillcode, vnote, vshldarrivedate, vuserdef1, vuserdef10, + vuserdef11, vuserdef12, vuserdef13, vuserdef14, vuserdef15, vuserdef16, vuserdef17, vuserdef18, vuserdef19, + vuserdef2, vuserdef20, vuserdef3, vuserdef4, vuserdef5, vuserdef6, vuserdef7, vuserdef8, vuserdef9, sts) + values + + (#{entity.bccountflag},#{entity.cauditorid},#{entity.cbilltypecode},#{entity.cinbsrid},#{entity.cindeptid},#{entity.cinwarehouseid},#{entity.clastmodiid},#{entity.coperatorid},#{entity.coutbsor},#{entity.coutdeptid},#{entity.coutwarehouseid},#{entity.cshlddiliverdate},#{entity.dbilldate},#{entity.denddate},#{entity.dr},#{entity.fassistantflag},#{entity.fbillflag},#{entity.icheckmode},#{entity.iprintcount},#{entity.nfixdisassemblymny},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.tlastmoditime},#{entity.tmaketime},#{entity.ts},#{entity.vadjuster},#{entity.vbillcode},#{entity.vnote},#{entity.vshldarrivedate},#{entity.vuserdef1},#{entity.vuserdef10},#{entity.vuserdef11},#{entity.vuserdef12},#{entity.vuserdef13},#{entity.vuserdef14},#{entity.vuserdef15},#{entity.vuserdef16},#{entity.vuserdef17},#{entity.vuserdef18},#{entity.vuserdef19},#{entity.vuserdef2},#{entity.vuserdef20},#{entity.vuserdef3},#{entity.vuserdef4},#{entity.vuserdef5},#{entity.vuserdef6},#{entity.vuserdef7},#{entity.vuserdef8},#{entity.vuserdef9}, + 'Y') + + + + + insert into ic_special_h(bccountflag, cauditorid, cbilltypecode, cinbsrid, cindeptid, cinwarehouseid, + clastmodiid, coperatorid, coutbsor, coutdeptid, coutwarehouseid, cshlddiliverdate, dbilldate, denddate, dr, + fassistantflag, fbillflag, icheckmode, iprintcount, nfixdisassemblymny, pk_corp, pk_defdoc1, pk_defdoc10, + pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, + pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, + pk_defdoc9, tlastmoditime, tmaketime, ts, vadjuster, vbillcode, vnote, vshldarrivedate, vuserdef1, vuserdef10, + vuserdef11, vuserdef12, vuserdef13, vuserdef14, vuserdef15, vuserdef16, vuserdef17, vuserdef18, vuserdef19, + vuserdef2, vuserdef20, vuserdef3, vuserdef4, vuserdef5, vuserdef6, vuserdef7, vuserdef8, vuserdef9) + values + + (#{entity.bccountflag},#{entity.cauditorid},#{entity.cbilltypecode},#{entity.cinbsrid},#{entity.cindeptid},#{entity.cinwarehouseid},#{entity.clastmodiid},#{entity.coperatorid},#{entity.coutbsor},#{entity.coutdeptid},#{entity.coutwarehouseid},#{entity.cshlddiliverdate},#{entity.dbilldate},#{entity.denddate},#{entity.dr},#{entity.fassistantflag},#{entity.fbillflag},#{entity.icheckmode},#{entity.iprintcount},#{entity.nfixdisassemblymny},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.tlastmoditime},#{entity.tmaketime},#{entity.ts},#{entity.vadjuster},#{entity.vbillcode},#{entity.vnote},#{entity.vshldarrivedate},#{entity.vuserdef1},#{entity.vuserdef10},#{entity.vuserdef11},#{entity.vuserdef12},#{entity.vuserdef13},#{entity.vuserdef14},#{entity.vuserdef15},#{entity.vuserdef16},#{entity.vuserdef17},#{entity.vuserdef18},#{entity.vuserdef19},#{entity.vuserdef2},#{entity.vuserdef20},#{entity.vuserdef3},#{entity.vuserdef4},#{entity.vuserdef5},#{entity.vuserdef6},#{entity.vuserdef7},#{entity.vuserdef8},#{entity.vuserdef9}) + + on duplicate key update + bccountflag = values(bccountflag), + cauditorid = values(cauditorid), + cbilltypecode = values(cbilltypecode), + cinbsrid = values(cinbsrid), + cindeptid = values(cindeptid), + cinwarehouseid = values(cinwarehouseid), + clastmodiid = values(clastmodiid), + coperatorid = values(coperatorid), + coutbsor = values(coutbsor), + coutdeptid = values(coutdeptid), + coutwarehouseid = values(coutwarehouseid), + cshlddiliverdate = values(cshlddiliverdate), + dbilldate = values(dbilldate), + denddate = values(denddate), + dr = values(dr), + fassistantflag = values(fassistantflag), + fbillflag = values(fbillflag), + icheckmode = values(icheckmode), + iprintcount = values(iprintcount), + nfixdisassemblymny = values(nfixdisassemblymny), + pk_corp = values(pk_corp), + pk_defdoc1 = values(pk_defdoc1), + pk_defdoc10 = values(pk_defdoc10), + pk_defdoc11 = values(pk_defdoc11), + pk_defdoc12 = values(pk_defdoc12), + pk_defdoc13 = values(pk_defdoc13), + pk_defdoc14 = values(pk_defdoc14), + pk_defdoc15 = values(pk_defdoc15), + pk_defdoc16 = values(pk_defdoc16), + pk_defdoc17 = values(pk_defdoc17), + pk_defdoc18 = values(pk_defdoc18), + pk_defdoc19 = values(pk_defdoc19), + pk_defdoc2 = values(pk_defdoc2), + pk_defdoc20 = values(pk_defdoc20), + pk_defdoc3 = values(pk_defdoc3), + pk_defdoc4 = values(pk_defdoc4), + pk_defdoc5 = values(pk_defdoc5), + pk_defdoc6 = values(pk_defdoc6), + pk_defdoc7 = values(pk_defdoc7), + pk_defdoc8 = values(pk_defdoc8), + pk_defdoc9 = values(pk_defdoc9), + tlastmoditime = values(tlastmoditime), + tmaketime = values(tmaketime), + ts = values(ts), + vadjuster = values(vadjuster), + vbillcode = values(vbillcode), + vnote = values(vnote), + vshldarrivedate = values(vshldarrivedate), + vuserdef1 = values(vuserdef1), + vuserdef10 = values(vuserdef10), + vuserdef11 = values(vuserdef11), + vuserdef12 = values(vuserdef12), + vuserdef13 = values(vuserdef13), + vuserdef14 = values(vuserdef14), + vuserdef15 = values(vuserdef15), + vuserdef16 = values(vuserdef16), + vuserdef17 = values(vuserdef17), + vuserdef18 = values(vuserdef18), + vuserdef19 = values(vuserdef19), + vuserdef2 = values(vuserdef2), + vuserdef20 = values(vuserdef20), + vuserdef3 = values(vuserdef3), + vuserdef4 = values(vuserdef4), + vuserdef5 = values(vuserdef5), + vuserdef6 = values(vuserdef6), + vuserdef7 = values(vuserdef7), + vuserdef8 = values(vuserdef8), + vuserdef9 = values(vuserdef9) + + + + update ic_special_h set + + bccountflag = #{bccountflag}, + cauditorid = #{cauditorid}, + cbilltypecode = #{cbilltypecode}, + cinbsrid = #{cinbsrid}, + cindeptid = #{cindeptid}, + cinwarehouseid = #{cinwarehouseid}, + clastmodiid = #{clastmodiid}, + coperatorid = #{coperatorid}, + coutbsor = #{coutbsor}, + coutdeptid = #{coutdeptid}, + coutwarehouseid = #{coutwarehouseid}, + cshlddiliverdate = #{cshlddiliverdate}, + dbilldate = #{dbilldate}, + denddate = #{denddate}, + dr = #{dr}, + fassistantflag = #{fassistantflag}, + fbillflag = #{fbillflag}, + icheckmode = #{icheckmode}, + iprintcount = #{iprintcount}, + nfixdisassemblymny = #{nfixdisassemblymny}, + pk_corp = #{pkCorp}, + pk_defdoc1 = #{pkDefdoc1}, + pk_defdoc10 = #{pkDefdoc10}, + pk_defdoc11 = #{pkDefdoc11}, + pk_defdoc12 = #{pkDefdoc12}, + pk_defdoc13 = #{pkDefdoc13}, + pk_defdoc14 = #{pkDefdoc14}, + pk_defdoc15 = #{pkDefdoc15}, + pk_defdoc16 = #{pkDefdoc16}, + pk_defdoc17 = #{pkDefdoc17}, + pk_defdoc18 = #{pkDefdoc18}, + pk_defdoc19 = #{pkDefdoc19}, + pk_defdoc2 = #{pkDefdoc2}, + pk_defdoc20 = #{pkDefdoc20}, + pk_defdoc3 = #{pkDefdoc3}, + pk_defdoc4 = #{pkDefdoc4}, + pk_defdoc5 = #{pkDefdoc5}, + pk_defdoc6 = #{pkDefdoc6}, + pk_defdoc7 = #{pkDefdoc7}, + pk_defdoc8 = #{pkDefdoc8}, + pk_defdoc9 = #{pkDefdoc9}, + tlastmoditime = #{tlastmoditime}, + tmaketime = #{tmaketime}, + ts = #{ts}, + vadjuster = #{vadjuster}, + vbillcode = #{vbillcode}, + vnote = #{vnote}, + vshldarrivedate = #{vshldarrivedate}, + vuserdef1 = #{vuserdef1}, + vuserdef10 = #{vuserdef10}, + vuserdef11 = #{vuserdef11}, + vuserdef12 = #{vuserdef12}, + vuserdef13 = #{vuserdef13}, + vuserdef14 = #{vuserdef14}, + vuserdef15 = #{vuserdef15}, + vuserdef16 = #{vuserdef16}, + vuserdef17 = #{vuserdef17}, + vuserdef18 = #{vuserdef18}, + vuserdef19 = #{vuserdef19}, + vuserdef2 = #{vuserdef2}, + vuserdef20 = #{vuserdef20}, + vuserdef3 = #{vuserdef3}, + vuserdef4 = #{vuserdef4}, + vuserdef5 = #{vuserdef5}, + vuserdef6 = #{vuserdef6}, + vuserdef7 = #{vuserdef7}, + vuserdef8 = #{vuserdef8}, + vuserdef9 = #{vuserdef9}, + + where cspecialhid = #{cspecialhid} + + + + update ic_special_h + set sts= 'N', + modify_time = #{modify_time}, + modify_user_id = #{modify_user_id} + where cspecialhid = #{cspecialhid} + + + + update ic_special_h set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and bccountflag = #{bccountflag} + and cauditorid = #{cauditorid} + and cbilltypecode = #{cbilltypecode} + and cinbsrid = #{cinbsrid} + and cindeptid = #{cindeptid} + and cinwarehouseid = #{cinwarehouseid} + and clastmodiid = #{clastmodiid} + and coperatorid = #{coperatorid} + and coutbsor = #{coutbsor} + and coutdeptid = #{coutdeptid} + and coutwarehouseid = #{coutwarehouseid} + and cshlddiliverdate = #{cshlddiliverdate} + + and cspecialhid = #{cspecialhid} + and dbilldate = #{dbilldate} + and denddate = #{denddate} + and dr = #{dr} + and fassistantflag = #{fassistantflag} + and fbillflag = #{fbillflag} + and icheckmode = #{icheckmode} + and iprintcount = #{iprintcount} + and nfixdisassemblymny = #{nfixdisassemblymny} + and pk_corp = #{pkCorp} + and pk_defdoc1 = #{pkDefdoc1} + and pk_defdoc10 = #{pkDefdoc10} + and pk_defdoc11 = #{pkDefdoc11} + and pk_defdoc12 = #{pkDefdoc12} + and pk_defdoc13 = #{pkDefdoc13} + and pk_defdoc14 = #{pkDefdoc14} + and pk_defdoc15 = #{pkDefdoc15} + and pk_defdoc16 = #{pkDefdoc16} + and pk_defdoc17 = #{pkDefdoc17} + and pk_defdoc18 = #{pkDefdoc18} + and pk_defdoc19 = #{pkDefdoc19} + and pk_defdoc2 = #{pkDefdoc2} + and pk_defdoc20 = #{pkDefdoc20} + and pk_defdoc3 = #{pkDefdoc3} + and pk_defdoc4 = #{pkDefdoc4} + and pk_defdoc5 = #{pkDefdoc5} + and pk_defdoc6 = #{pkDefdoc6} + and pk_defdoc7 = #{pkDefdoc7} + and pk_defdoc8 = #{pkDefdoc8} + and pk_defdoc9 = #{pkDefdoc9} + and tlastmoditime = #{tlastmoditime} + and tmaketime = #{tmaketime} + and ts = #{ts} + and vadjuster = #{vadjuster} + and vbillcode = #{vbillcode} + and vnote = #{vnote} + and vshldarrivedate = #{vshldarrivedate} + and vuserdef1 = #{vuserdef1} + and vuserdef10 = #{vuserdef10} + and vuserdef11 = #{vuserdef11} + and vuserdef12 = #{vuserdef12} + and vuserdef13 = #{vuserdef13} + and vuserdef14 = #{vuserdef14} + and vuserdef15 = #{vuserdef15} + and vuserdef16 = #{vuserdef16} + and vuserdef17 = #{vuserdef17} + and vuserdef18 = #{vuserdef18} + and vuserdef19 = #{vuserdef19} + and vuserdef2 = #{vuserdef2} + and vuserdef20 = #{vuserdef20} + and vuserdef3 = #{vuserdef3} + and vuserdef4 = #{vuserdef4} + and vuserdef5 = #{vuserdef5} + and vuserdef6 = #{vuserdef6} + and vuserdef7 = #{vuserdef7} + and vuserdef8 = #{vuserdef8} + and vuserdef9 = #{vuserdef9} + and sts='Y' + + + + + delete + from ic_special_h + where cspecialhid = #{cspecialhid} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IntegrationTaskLivingDetailsEntityV2.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IntegrationTaskLivingDetailsEntityV2.java new file mode 100644 index 00000000..e8fd6964 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IntegrationTaskLivingDetailsEntityV2.java @@ -0,0 +1,243 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +import java.util.Date; + +/** + * 集成任务-实例详情(IntegrationTaskLivingDetails)实体类 + * + * @author makejava + * @since 2024-03-12 11:40:15 + */ +public class IntegrationTaskLivingDetailsEntityV2 extends BaseEntity { + /** + * 集成任务-实例_id + */ + private String taskLinvingId; + /** + * 返回结果 + */ + private String result; + /** + * 原始查询条件 + */ + private String queryCondition; + /** + * 源系统主键 + */ + private String rootAppPk; + /** + * 原系统单据 + */ + private String rootAppBill; + /** + * 最新源系统数据详情 + */ + private String rootAppNewData; + /** + * 最新传输信息 + */ + private String newTransmitInfo; + /** + * 最新推送时间 + */ + private Date newPushDate; + /** + * 是否补推(Y是N不是) + */ + private String repairPust; + /** + * 场景id + */ + private String senceId; + /** + * 最新推送状态 + */ + private String newState; + /** + * 单据业务日期 + */ + private String businessDate; + /** + * 插件id + */ + private String pluginId; + /** + * 处理时间 + */ + private Date processingTime; + /** + * 处理备注 + */ + private String processingRemarks; + /** + * 处理⼈名称 + */ + private String processorName; + /** + * 处理⼈ + */ + private String processor; + /** + * 下游系统单号 + */ + private String newSystemNumber; + /** + * 下游系统主键 + */ + private String newSystemPrimary; + + + public String getTaskLinvingId() { + return taskLinvingId; + } + + public void setTaskLinvingId(String taskLinvingId) { + this.taskLinvingId = taskLinvingId; + } + + public String getResult() { + return result; + } + + public void setResult(String result) { + this.result = result; + } + + public String getQueryCondition() { + return queryCondition; + } + + public void setQueryCondition(String queryCondition) { + this.queryCondition = queryCondition; + } + + public String getRootAppPk() { + return rootAppPk; + } + + public void setRootAppPk(String rootAppPk) { + this.rootAppPk = rootAppPk; + } + + public String getRootAppBill() { + return rootAppBill; + } + + public void setRootAppBill(String rootAppBill) { + this.rootAppBill = rootAppBill; + } + + public String getRootAppNewData() { + return rootAppNewData; + } + + public void setRootAppNewData(String rootAppNewData) { + this.rootAppNewData = rootAppNewData; + } + + public String getNewTransmitInfo() { + return newTransmitInfo; + } + + public void setNewTransmitInfo(String newTransmitInfo) { + this.newTransmitInfo = newTransmitInfo; + } + + public Date getNewPushDate() { + return newPushDate; + } + + public void setNewPushDate(Date newPushDate) { + this.newPushDate = newPushDate; + } + + public String getRepairPust() { + return repairPust; + } + + public void setRepairPust(String repairPust) { + this.repairPust = repairPust; + } + + public String getSenceId() { + return senceId; + } + + public void setSenceId(String senceId) { + this.senceId = senceId; + } + + public String getNewState() { + return newState; + } + + public void setNewState(String newState) { + this.newState = newState; + } + + public String getBusinessDate() { + return businessDate; + } + + public void setBusinessDate(String businessDate) { + this.businessDate = businessDate; + } + + public String getPluginId() { + return pluginId; + } + + public void setPluginId(String pluginId) { + this.pluginId = pluginId; + } + + public Date getProcessingTime() { + return processingTime; + } + + public void setProcessingTime(Date processingTime) { + this.processingTime = processingTime; + } + + public String getProcessingRemarks() { + return processingRemarks; + } + + public void setProcessingRemarks(String processingRemarks) { + this.processingRemarks = processingRemarks; + } + + public String getProcessorName() { + return processorName; + } + + public void setProcessorName(String processorName) { + this.processorName = processorName; + } + + public String getProcessor() { + return processor; + } + + public void setProcessor(String processor) { + this.processor = processor; + } + + public String getNewSystemNumber() { + return newSystemNumber; + } + + public void setNewSystemNumber(String newSystemNumber) { + this.newSystemNumber = newSystemNumber; + } + + public String getNewSystemPrimary() { + return newSystemPrimary; + } + + public void setNewSystemPrimary(String newSystemPrimary) { + this.newSystemPrimary = newSystemPrimary; + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IntegrationTaskLivingDetailsEntityV2.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IntegrationTaskLivingDetailsEntityV2.xml new file mode 100644 index 00000000..c2e5bc2b --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/IntegrationTaskLivingDetailsEntityV2.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id + ,task_linving_id + ,result + ,query_condition + ,root_app_pk + ,root_app_bill + ,root_app_new_data + ,new_transmit_info + ,new_push_date + ,repair_pust + ,create_time + ,create_user_id + ,modify_time + ,modify_user_id + ,sts + ,sorts + ,sence_id + ,new_state + ,business_date + ,plugin_id + ,processing_time + ,processing_remarks + ,processor_name + ,processor + ,new_system_number + ,new_system_primary + + + + + insert into integration_task_living_details(id,new_state,root_app_new_data,new_transmit_info,new_push_date,business_date,plugin_id,root_app_pk,root_app_bill,create_time,modify_time,sts,new_system_primary,new_system_number) + values + + (#{entity.id},#{entity.new_state},#{entity.root_app_new_data},#{entity.new_transmit_info},#{entity.new_push_date},#{entity.business_date},#{entity.plugin_id},#{entity.root_app_pk},#{entity.root_app_bill},NOW(),NOW(),'Y',#{entity.new_system_primary},#{entity.new_system_number}) + + + + + + insert into integration_task_living_details(id,new_state,root_app_new_data,new_transmit_info,new_push_date,business_date,plugin_id,root_app_pk,root_app_bill,create_time,modify_time,sts,new_system_primary,new_system_number) + values + + (#{entity.id},#{entity.new_state},#{entity.root_app_new_data},#{entity.new_transmit_info},#{entity.new_push_date},#{entity.business_date},#{entity.plugin_id},#{entity.root_app_pk},#{entity.root_app_bill},NOW(),NOW(),'Y',#{entity.new_system_primary},#{entity.new_system_number}) + + on duplicate key update + id = values(id), + root_app_pk = values(root_app_pk), + root_app_bill = values(root_app_bill), + root_app_new_data = values(root_app_new_data), + new_transmit_info = values(new_transmit_info), + new_push_date = values(new_push_date), + create_time = values(create_time), + modify_time = values(modify_time), + sts = values(sts), + new_state = values(new_state), + business_date = values(business_date), + plugin_id = values(plugin_id), + new_system_primary = values(new_system_primary), + new_system_number = values(new_system_number) + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderBEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderBEntity.java new file mode 100644 index 00000000..53e431b3 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderBEntity.java @@ -0,0 +1,1221 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (PoOrderB)实体类 + * + * @author makejava + * @since 2023-08-25 08:53:25 + */ +public class PoOrderBEntity extends BaseEntity { + + private String blargess; + private String breceiveplan; + private String btransclosed; + private String cassistunit; + private String cbaseid; + private String ccloseuserid; + private String ccontractid; + private String ccontractrowid; + private String ccorrectrowid; + private String ccurrencytypeid; + private String cdevaddrid; + private String cdevareaid; + private String cecbillBid; + private String cecbillid; + private String closingreason; + private String cmangid; + private String coperator; + private String corderBid; + private String corderid; + private String cpriceauditBb1id; + private String cpriceauditBid; + private String cpriceauditid; + private String cprojectid; + private String cprojectphaseid; + private String cqpbaseschemeid; + private String crowno; + private String csourcebillid; + private String csourcebilltype; + private String csourcerowid; + private String cupsourcebillid; + private String cupsourcebillrowid; + private String cupsourcebilltype; + private String cusedeptid; + private String cvenddevaddrid; + private String cvenddevareaid; + private String cwarehouseid; + private String dclosedate; + private String dconfirmdate; + private String dcorrectdate; + private String dplanarrvdate; + private Long dr; + private Long forderrowstatus; + private String idiscounttaxtype; + private Long iisactive; + private Long iisreplenish; + private String naccumarrvnum; + private String naccumdevnum; + private String naccuminvoicenum; + private String naccumrpnum; + private String naccumstorenum; + private String naccumwastnum; + private String nassistnum; + private String nbackarrvnum; + private String nbackstorenum; + private String nconfirmnum; + private String ndiscountrate; + private String nexchangeotobrate; + private String nfeemny; + private String nmoney; + private String nordernum; + private String norgnettaxprice; + private String norgtaxprice; + private String noriginalcurmny; + private String noriginalcurprice; + private String noriginalnetprice; + private String noriginaltaxmny; + private String noriginaltaxpricemny; + private String ntaxmny; + private String ntaxpricemny; + private String ntaxrate; + private String pkArrvcorp; + private String pkArrvstoorg; + private String pkCorp; + private String pkCreqwareid; + private String pkDefdoc1; + private String pkDefdoc10; + private String pkDefdoc11; + private String pkDefdoc12; + private String pkDefdoc13; + private String pkDefdoc14; + private String pkDefdoc15; + private String pkDefdoc16; + private String pkDefdoc17; + private String pkDefdoc18; + private String pkDefdoc19; + private String pkDefdoc2; + private String pkDefdoc20; + private String pkDefdoc3; + private String pkDefdoc4; + private String pkDefdoc5; + private String pkDefdoc6; + private String pkDefdoc7; + private String pkDefdoc8; + private String pkDefdoc9; + private String pkInvoicecorp; + private String pkReqcorp; + private String pkReqstoorg; + private String pkUpsrccorp; + private String ts; + private String vdef1; + private String vdef10; + private String vdef11; + private String vdef12; + private String vdef13; + private String vdef14; + private String vdef15; + private String vdef16; + private String vdef17; + private String vdef18; + private String vdef19; + private String vdef2; + private String vdef20; + private String vdef3; + private String vdef4; + private String vdef5; + private String vdef6; + private String vdef7; + private String vdef8; + private String vdef9; + private String vecbilltype; + private String vfree1; + private String vfree2; + private String vfree3; + private String vfree4; + private String vfree5; + private String vmemo; + private String vpriceauditcode; + private String vproducenum; + private String vreceiveaddress; + private String vvenddevaddr; + private String vvendinventorycode; + private String vvendinventoryname; + private String vvendorordercode; + private String vvendororderrow; + + + public String getBlargess() { + return blargess; + } + + public void setBlargess(String blargess) { + this.blargess = blargess; + } + + public String getBreceiveplan() { + return breceiveplan; + } + + public void setBreceiveplan(String breceiveplan) { + this.breceiveplan = breceiveplan; + } + + public String getBtransclosed() { + return btransclosed; + } + + public void setBtransclosed(String btransclosed) { + this.btransclosed = btransclosed; + } + + public String getCassistunit() { + return cassistunit; + } + + public void setCassistunit(String cassistunit) { + this.cassistunit = cassistunit; + } + + public String getCbaseid() { + return cbaseid; + } + + public void setCbaseid(String cbaseid) { + this.cbaseid = cbaseid; + } + + public String getCcloseuserid() { + return ccloseuserid; + } + + public void setCcloseuserid(String ccloseuserid) { + this.ccloseuserid = ccloseuserid; + } + + public String getCcontractid() { + return ccontractid; + } + + public void setCcontractid(String ccontractid) { + this.ccontractid = ccontractid; + } + + public String getCcontractrowid() { + return ccontractrowid; + } + + public void setCcontractrowid(String ccontractrowid) { + this.ccontractrowid = ccontractrowid; + } + + public String getCcorrectrowid() { + return ccorrectrowid; + } + + public void setCcorrectrowid(String ccorrectrowid) { + this.ccorrectrowid = ccorrectrowid; + } + + public String getCcurrencytypeid() { + return ccurrencytypeid; + } + + public void setCcurrencytypeid(String ccurrencytypeid) { + this.ccurrencytypeid = ccurrencytypeid; + } + + public String getCdevaddrid() { + return cdevaddrid; + } + + public void setCdevaddrid(String cdevaddrid) { + this.cdevaddrid = cdevaddrid; + } + + public String getCdevareaid() { + return cdevareaid; + } + + public void setCdevareaid(String cdevareaid) { + this.cdevareaid = cdevareaid; + } + + public String getCecbillBid() { + return cecbillBid; + } + + public void setCecbillBid(String cecbillBid) { + this.cecbillBid = cecbillBid; + } + + public String getCecbillid() { + return cecbillid; + } + + public void setCecbillid(String cecbillid) { + this.cecbillid = cecbillid; + } + + public String getClosingreason() { + return closingreason; + } + + public void setClosingreason(String closingreason) { + this.closingreason = closingreason; + } + + public String getCmangid() { + return cmangid; + } + + public void setCmangid(String cmangid) { + this.cmangid = cmangid; + } + + public String getCoperator() { + return coperator; + } + + public void setCoperator(String coperator) { + this.coperator = coperator; + } + + public String getCorderBid() { + return corderBid; + } + + public void setCorderBid(String corderBid) { + this.corderBid = corderBid; + } + + public String getCorderid() { + return corderid; + } + + public void setCorderid(String corderid) { + this.corderid = corderid; + } + + public String getCpriceauditBb1id() { + return cpriceauditBb1id; + } + + public void setCpriceauditBb1id(String cpriceauditBb1id) { + this.cpriceauditBb1id = cpriceauditBb1id; + } + + public String getCpriceauditBid() { + return cpriceauditBid; + } + + public void setCpriceauditBid(String cpriceauditBid) { + this.cpriceauditBid = cpriceauditBid; + } + + public String getCpriceauditid() { + return cpriceauditid; + } + + public void setCpriceauditid(String cpriceauditid) { + this.cpriceauditid = cpriceauditid; + } + + public String getCprojectid() { + return cprojectid; + } + + public void setCprojectid(String cprojectid) { + this.cprojectid = cprojectid; + } + + public String getCprojectphaseid() { + return cprojectphaseid; + } + + public void setCprojectphaseid(String cprojectphaseid) { + this.cprojectphaseid = cprojectphaseid; + } + + public String getCqpbaseschemeid() { + return cqpbaseschemeid; + } + + public void setCqpbaseschemeid(String cqpbaseschemeid) { + this.cqpbaseschemeid = cqpbaseschemeid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCsourcebillid() { + return csourcebillid; + } + + public void setCsourcebillid(String csourcebillid) { + this.csourcebillid = csourcebillid; + } + + public String getCsourcebilltype() { + return csourcebilltype; + } + + public void setCsourcebilltype(String csourcebilltype) { + this.csourcebilltype = csourcebilltype; + } + + public String getCsourcerowid() { + return csourcerowid; + } + + public void setCsourcerowid(String csourcerowid) { + this.csourcerowid = csourcerowid; + } + + public String getCupsourcebillid() { + return cupsourcebillid; + } + + public void setCupsourcebillid(String cupsourcebillid) { + this.cupsourcebillid = cupsourcebillid; + } + + public String getCupsourcebillrowid() { + return cupsourcebillrowid; + } + + public void setCupsourcebillrowid(String cupsourcebillrowid) { + this.cupsourcebillrowid = cupsourcebillrowid; + } + + public String getCupsourcebilltype() { + return cupsourcebilltype; + } + + public void setCupsourcebilltype(String cupsourcebilltype) { + this.cupsourcebilltype = cupsourcebilltype; + } + + public String getCusedeptid() { + return cusedeptid; + } + + public void setCusedeptid(String cusedeptid) { + this.cusedeptid = cusedeptid; + } + + public String getCvenddevaddrid() { + return cvenddevaddrid; + } + + public void setCvenddevaddrid(String cvenddevaddrid) { + this.cvenddevaddrid = cvenddevaddrid; + } + + public String getCvenddevareaid() { + return cvenddevareaid; + } + + public void setCvenddevareaid(String cvenddevareaid) { + this.cvenddevareaid = cvenddevareaid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getDclosedate() { + return dclosedate; + } + + public void setDclosedate(String dclosedate) { + this.dclosedate = dclosedate; + } + + public String getDconfirmdate() { + return dconfirmdate; + } + + public void setDconfirmdate(String dconfirmdate) { + this.dconfirmdate = dconfirmdate; + } + + public String getDcorrectdate() { + return dcorrectdate; + } + + public void setDcorrectdate(String dcorrectdate) { + this.dcorrectdate = dcorrectdate; + } + + public String getDplanarrvdate() { + return dplanarrvdate; + } + + public void setDplanarrvdate(String dplanarrvdate) { + this.dplanarrvdate = dplanarrvdate; + } + + public Long getDr() { + return dr; + } + + public void setDr(Long dr) { + this.dr = dr; + } + + public Long getForderrowstatus() { + return forderrowstatus; + } + + public void setForderrowstatus(Long forderrowstatus) { + this.forderrowstatus = forderrowstatus; + } + + public String getIdiscounttaxtype() { + return idiscounttaxtype; + } + + public void setIdiscounttaxtype(String idiscounttaxtype) { + this.idiscounttaxtype = idiscounttaxtype; + } + + public Long getIisactive() { + return iisactive; + } + + public void setIisactive(Long iisactive) { + this.iisactive = iisactive; + } + + public Long getIisreplenish() { + return iisreplenish; + } + + public void setIisreplenish(Long iisreplenish) { + this.iisreplenish = iisreplenish; + } + + public String getNaccumarrvnum() { + return naccumarrvnum; + } + + public void setNaccumarrvnum(String naccumarrvnum) { + this.naccumarrvnum = naccumarrvnum; + } + + public String getNaccumdevnum() { + return naccumdevnum; + } + + public void setNaccumdevnum(String naccumdevnum) { + this.naccumdevnum = naccumdevnum; + } + + public String getNaccuminvoicenum() { + return naccuminvoicenum; + } + + public void setNaccuminvoicenum(String naccuminvoicenum) { + this.naccuminvoicenum = naccuminvoicenum; + } + + public String getNaccumrpnum() { + return naccumrpnum; + } + + public void setNaccumrpnum(String naccumrpnum) { + this.naccumrpnum = naccumrpnum; + } + + public String getNaccumstorenum() { + return naccumstorenum; + } + + public void setNaccumstorenum(String naccumstorenum) { + this.naccumstorenum = naccumstorenum; + } + + public String getNaccumwastnum() { + return naccumwastnum; + } + + public void setNaccumwastnum(String naccumwastnum) { + this.naccumwastnum = naccumwastnum; + } + + public String getNassistnum() { + return nassistnum; + } + + public void setNassistnum(String nassistnum) { + this.nassistnum = nassistnum; + } + + public String getNbackarrvnum() { + return nbackarrvnum; + } + + public void setNbackarrvnum(String nbackarrvnum) { + this.nbackarrvnum = nbackarrvnum; + } + + public String getNbackstorenum() { + return nbackstorenum; + } + + public void setNbackstorenum(String nbackstorenum) { + this.nbackstorenum = nbackstorenum; + } + + public String getNconfirmnum() { + return nconfirmnum; + } + + public void setNconfirmnum(String nconfirmnum) { + this.nconfirmnum = nconfirmnum; + } + + public String getNdiscountrate() { + return ndiscountrate; + } + + public void setNdiscountrate(String ndiscountrate) { + this.ndiscountrate = ndiscountrate; + } + + public String getNexchangeotobrate() { + return nexchangeotobrate; + } + + public void setNexchangeotobrate(String nexchangeotobrate) { + this.nexchangeotobrate = nexchangeotobrate; + } + + public String getNfeemny() { + return nfeemny; + } + + public void setNfeemny(String nfeemny) { + this.nfeemny = nfeemny; + } + + public String getNmoney() { + return nmoney; + } + + public void setNmoney(String nmoney) { + this.nmoney = nmoney; + } + + public String getNordernum() { + return nordernum; + } + + public void setNordernum(String nordernum) { + this.nordernum = nordernum; + } + + public String getNorgnettaxprice() { + return norgnettaxprice; + } + + public void setNorgnettaxprice(String norgnettaxprice) { + this.norgnettaxprice = norgnettaxprice; + } + + public String getNorgtaxprice() { + return norgtaxprice; + } + + public void setNorgtaxprice(String norgtaxprice) { + this.norgtaxprice = norgtaxprice; + } + + public String getNoriginalcurmny() { + return noriginalcurmny; + } + + public void setNoriginalcurmny(String noriginalcurmny) { + this.noriginalcurmny = noriginalcurmny; + } + + public String getNoriginalcurprice() { + return noriginalcurprice; + } + + public void setNoriginalcurprice(String noriginalcurprice) { + this.noriginalcurprice = noriginalcurprice; + } + + public String getNoriginalnetprice() { + return noriginalnetprice; + } + + public void setNoriginalnetprice(String noriginalnetprice) { + this.noriginalnetprice = noriginalnetprice; + } + + public String getNoriginaltaxmny() { + return noriginaltaxmny; + } + + public void setNoriginaltaxmny(String noriginaltaxmny) { + this.noriginaltaxmny = noriginaltaxmny; + } + + public String getNoriginaltaxpricemny() { + return noriginaltaxpricemny; + } + + public void setNoriginaltaxpricemny(String noriginaltaxpricemny) { + this.noriginaltaxpricemny = noriginaltaxpricemny; + } + + public String getNtaxmny() { + return ntaxmny; + } + + public void setNtaxmny(String ntaxmny) { + this.ntaxmny = ntaxmny; + } + + public String getNtaxpricemny() { + return ntaxpricemny; + } + + public void setNtaxpricemny(String ntaxpricemny) { + this.ntaxpricemny = ntaxpricemny; + } + + public String getNtaxrate() { + return ntaxrate; + } + + public void setNtaxrate(String ntaxrate) { + this.ntaxrate = ntaxrate; + } + + public String getPkArrvcorp() { + return pkArrvcorp; + } + + public void setPkArrvcorp(String pkArrvcorp) { + this.pkArrvcorp = pkArrvcorp; + } + + public String getPkArrvstoorg() { + return pkArrvstoorg; + } + + public void setPkArrvstoorg(String pkArrvstoorg) { + this.pkArrvstoorg = pkArrvstoorg; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkCreqwareid() { + return pkCreqwareid; + } + + public void setPkCreqwareid(String pkCreqwareid) { + this.pkCreqwareid = pkCreqwareid; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoc10() { + return pkDefdoc10; + } + + public void setPkDefdoc10(String pkDefdoc10) { + this.pkDefdoc10 = pkDefdoc10; + } + + public String getPkDefdoc11() { + return pkDefdoc11; + } + + public void setPkDefdoc11(String pkDefdoc11) { + this.pkDefdoc11 = pkDefdoc11; + } + + public String getPkDefdoc12() { + return pkDefdoc12; + } + + public void setPkDefdoc12(String pkDefdoc12) { + this.pkDefdoc12 = pkDefdoc12; + } + + public String getPkDefdoc13() { + return pkDefdoc13; + } + + public void setPkDefdoc13(String pkDefdoc13) { + this.pkDefdoc13 = pkDefdoc13; + } + + public String getPkDefdoc14() { + return pkDefdoc14; + } + + public void setPkDefdoc14(String pkDefdoc14) { + this.pkDefdoc14 = pkDefdoc14; + } + + public String getPkDefdoc15() { + return pkDefdoc15; + } + + public void setPkDefdoc15(String pkDefdoc15) { + this.pkDefdoc15 = pkDefdoc15; + } + + public String getPkDefdoc16() { + return pkDefdoc16; + } + + public void setPkDefdoc16(String pkDefdoc16) { + this.pkDefdoc16 = pkDefdoc16; + } + + public String getPkDefdoc17() { + return pkDefdoc17; + } + + public void setPkDefdoc17(String pkDefdoc17) { + this.pkDefdoc17 = pkDefdoc17; + } + + public String getPkDefdoc18() { + return pkDefdoc18; + } + + public void setPkDefdoc18(String pkDefdoc18) { + this.pkDefdoc18 = pkDefdoc18; + } + + public String getPkDefdoc19() { + return pkDefdoc19; + } + + public void setPkDefdoc19(String pkDefdoc19) { + this.pkDefdoc19 = pkDefdoc19; + } + + public String getPkDefdoc2() { + return pkDefdoc2; + } + + public void setPkDefdoc2(String pkDefdoc2) { + this.pkDefdoc2 = pkDefdoc2; + } + + public String getPkDefdoc20() { + return pkDefdoc20; + } + + public void setPkDefdoc20(String pkDefdoc20) { + this.pkDefdoc20 = pkDefdoc20; + } + + public String getPkDefdoc3() { + return pkDefdoc3; + } + + public void setPkDefdoc3(String pkDefdoc3) { + this.pkDefdoc3 = pkDefdoc3; + } + + public String getPkDefdoc4() { + return pkDefdoc4; + } + + public void setPkDefdoc4(String pkDefdoc4) { + this.pkDefdoc4 = pkDefdoc4; + } + + public String getPkDefdoc5() { + return pkDefdoc5; + } + + public void setPkDefdoc5(String pkDefdoc5) { + this.pkDefdoc5 = pkDefdoc5; + } + + public String getPkDefdoc6() { + return pkDefdoc6; + } + + public void setPkDefdoc6(String pkDefdoc6) { + this.pkDefdoc6 = pkDefdoc6; + } + + public String getPkDefdoc7() { + return pkDefdoc7; + } + + public void setPkDefdoc7(String pkDefdoc7) { + this.pkDefdoc7 = pkDefdoc7; + } + + public String getPkDefdoc8() { + return pkDefdoc8; + } + + public void setPkDefdoc8(String pkDefdoc8) { + this.pkDefdoc8 = pkDefdoc8; + } + + public String getPkDefdoc9() { + return pkDefdoc9; + } + + public void setPkDefdoc9(String pkDefdoc9) { + this.pkDefdoc9 = pkDefdoc9; + } + + public String getPkInvoicecorp() { + return pkInvoicecorp; + } + + public void setPkInvoicecorp(String pkInvoicecorp) { + this.pkInvoicecorp = pkInvoicecorp; + } + + public String getPkReqcorp() { + return pkReqcorp; + } + + public void setPkReqcorp(String pkReqcorp) { + this.pkReqcorp = pkReqcorp; + } + + public String getPkReqstoorg() { + return pkReqstoorg; + } + + public void setPkReqstoorg(String pkReqstoorg) { + this.pkReqstoorg = pkReqstoorg; + } + + public String getPkUpsrccorp() { + return pkUpsrccorp; + } + + public void setPkUpsrccorp(String pkUpsrccorp) { + this.pkUpsrccorp = pkUpsrccorp; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVdef1() { + return vdef1; + } + + public void setVdef1(String vdef1) { + this.vdef1 = vdef1; + } + + public String getVdef10() { + return vdef10; + } + + public void setVdef10(String vdef10) { + this.vdef10 = vdef10; + } + + public String getVdef11() { + return vdef11; + } + + public void setVdef11(String vdef11) { + this.vdef11 = vdef11; + } + + public String getVdef12() { + return vdef12; + } + + public void setVdef12(String vdef12) { + this.vdef12 = vdef12; + } + + public String getVdef13() { + return vdef13; + } + + public void setVdef13(String vdef13) { + this.vdef13 = vdef13; + } + + public String getVdef14() { + return vdef14; + } + + public void setVdef14(String vdef14) { + this.vdef14 = vdef14; + } + + public String getVdef15() { + return vdef15; + } + + public void setVdef15(String vdef15) { + this.vdef15 = vdef15; + } + + public String getVdef16() { + return vdef16; + } + + public void setVdef16(String vdef16) { + this.vdef16 = vdef16; + } + + public String getVdef17() { + return vdef17; + } + + public void setVdef17(String vdef17) { + this.vdef17 = vdef17; + } + + public String getVdef18() { + return vdef18; + } + + public void setVdef18(String vdef18) { + this.vdef18 = vdef18; + } + + public String getVdef19() { + return vdef19; + } + + public void setVdef19(String vdef19) { + this.vdef19 = vdef19; + } + + public String getVdef2() { + return vdef2; + } + + public void setVdef2(String vdef2) { + this.vdef2 = vdef2; + } + + public String getVdef20() { + return vdef20; + } + + public void setVdef20(String vdef20) { + this.vdef20 = vdef20; + } + + public String getVdef3() { + return vdef3; + } + + public void setVdef3(String vdef3) { + this.vdef3 = vdef3; + } + + public String getVdef4() { + return vdef4; + } + + public void setVdef4(String vdef4) { + this.vdef4 = vdef4; + } + + public String getVdef5() { + return vdef5; + } + + public void setVdef5(String vdef5) { + this.vdef5 = vdef5; + } + + public String getVdef6() { + return vdef6; + } + + public void setVdef6(String vdef6) { + this.vdef6 = vdef6; + } + + public String getVdef7() { + return vdef7; + } + + public void setVdef7(String vdef7) { + this.vdef7 = vdef7; + } + + public String getVdef8() { + return vdef8; + } + + public void setVdef8(String vdef8) { + this.vdef8 = vdef8; + } + + public String getVdef9() { + return vdef9; + } + + public void setVdef9(String vdef9) { + this.vdef9 = vdef9; + } + + public String getVecbilltype() { + return vecbilltype; + } + + public void setVecbilltype(String vecbilltype) { + this.vecbilltype = vecbilltype; + } + + public String getVfree1() { + return vfree1; + } + + public void setVfree1(String vfree1) { + this.vfree1 = vfree1; + } + + public String getVfree2() { + return vfree2; + } + + public void setVfree2(String vfree2) { + this.vfree2 = vfree2; + } + + public String getVfree3() { + return vfree3; + } + + public void setVfree3(String vfree3) { + this.vfree3 = vfree3; + } + + public String getVfree4() { + return vfree4; + } + + public void setVfree4(String vfree4) { + this.vfree4 = vfree4; + } + + public String getVfree5() { + return vfree5; + } + + public void setVfree5(String vfree5) { + this.vfree5 = vfree5; + } + + public String getVmemo() { + return vmemo; + } + + public void setVmemo(String vmemo) { + this.vmemo = vmemo; + } + + public String getVpriceauditcode() { + return vpriceauditcode; + } + + public void setVpriceauditcode(String vpriceauditcode) { + this.vpriceauditcode = vpriceauditcode; + } + + public String getVproducenum() { + return vproducenum; + } + + public void setVproducenum(String vproducenum) { + this.vproducenum = vproducenum; + } + + public String getVreceiveaddress() { + return vreceiveaddress; + } + + public void setVreceiveaddress(String vreceiveaddress) { + this.vreceiveaddress = vreceiveaddress; + } + + public String getVvenddevaddr() { + return vvenddevaddr; + } + + public void setVvenddevaddr(String vvenddevaddr) { + this.vvenddevaddr = vvenddevaddr; + } + + public String getVvendinventorycode() { + return vvendinventorycode; + } + + public void setVvendinventorycode(String vvendinventorycode) { + this.vvendinventorycode = vvendinventorycode; + } + + public String getVvendinventoryname() { + return vvendinventoryname; + } + + public void setVvendinventoryname(String vvendinventoryname) { + this.vvendinventoryname = vvendinventoryname; + } + + public String getVvendorordercode() { + return vvendorordercode; + } + + public void setVvendorordercode(String vvendorordercode) { + this.vvendorordercode = vvendorordercode; + } + + public String getVvendororderrow() { + return vvendororderrow; + } + + public void setVvendororderrow(String vvendororderrow) { + this.vvendororderrow = vvendororderrow; + } + +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderBEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderBEntity.xml new file mode 100644 index 00000000..f316d52d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderBEntity.xml @@ -0,0 +1,1818 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + blargess + ,breceiveplan + ,btransclosed + ,cassistunit + ,cbaseid + ,ccloseuserid + ,ccontractid + ,ccontractrowid + ,ccorrectrowid + ,ccurrencytypeid + ,cdevaddrid + ,cdevareaid + ,cecbill_bid + ,cecbillid + ,closingreason + ,cmangid + ,coperator + ,corder_bid + ,corderid + ,cpriceaudit_bb1id + ,cpriceaudit_bid + ,cpriceauditid + ,cprojectid + ,cprojectphaseid + ,cqpbaseschemeid + ,crowno + ,csourcebillid + ,csourcebilltype + ,csourcerowid + ,cupsourcebillid + ,cupsourcebillrowid + ,cupsourcebilltype + ,cusedeptid + ,cvenddevaddrid + ,cvenddevareaid + ,cwarehouseid + ,dclosedate + ,dconfirmdate + ,dcorrectdate + ,dplanarrvdate + ,dr + ,forderrowstatus + ,idiscounttaxtype + ,iisactive + ,iisreplenish + ,naccumarrvnum + ,naccumdevnum + ,naccuminvoicenum + ,naccumrpnum + ,naccumstorenum + ,naccumwastnum + ,nassistnum + ,nbackarrvnum + ,nbackstorenum + ,nconfirmnum + ,ndiscountrate + ,nexchangeotobrate + ,nfeemny + ,nmoney + ,nordernum + ,norgnettaxprice + ,norgtaxprice + ,noriginalcurmny + ,noriginalcurprice + ,noriginalnetprice + ,noriginaltaxmny + ,noriginaltaxpricemny + ,ntaxmny + ,ntaxpricemny + ,ntaxrate + ,pk_arrvcorp + ,pk_arrvstoorg + ,pk_corp + ,pk_creqwareid + ,pk_defdoc1 + ,pk_defdoc10 + ,pk_defdoc11 + ,pk_defdoc12 + ,pk_defdoc13 + ,pk_defdoc14 + ,pk_defdoc15 + ,pk_defdoc16 + ,pk_defdoc17 + ,pk_defdoc18 + ,pk_defdoc19 + ,pk_defdoc2 + ,pk_defdoc20 + ,pk_defdoc3 + ,pk_defdoc4 + ,pk_defdoc5 + ,pk_defdoc6 + ,pk_defdoc7 + ,pk_defdoc8 + ,pk_defdoc9 + ,pk_invoicecorp + ,pk_reqcorp + ,pk_reqstoorg + ,pk_upsrccorp + ,ts + ,vdef1 + ,vdef10 + ,vdef11 + ,vdef12 + ,vdef13 + ,vdef14 + ,vdef15 + ,vdef16 + ,vdef17 + ,vdef18 + ,vdef19 + ,vdef2 + ,vdef20 + ,vdef3 + ,vdef4 + ,vdef5 + ,vdef6 + ,vdef7 + ,vdef8 + ,vdef9 + ,vecbilltype + ,vfree1 + ,vfree2 + ,vfree3 + ,vfree4 + ,vfree5 + ,vmemo + ,vpriceauditcode + ,vproducenum + ,vreceiveaddress + ,vvenddevaddr + ,vvendinventorycode + ,vvendinventoryname + ,vvendorordercode + ,vvendororderrow + + + + + + + + + + + + + + + + insert into po_order_b( + + blargess , + breceiveplan , + btransclosed , + cassistunit , + cbaseid , + ccloseuserid , + ccontractid , + ccontractrowid , + ccorrectrowid , + ccurrencytypeid , + cdevaddrid , + cdevareaid , + cecbill_bid , + cecbillid , + closingreason , + cmangid , + coperator , + corder_bid , + corderid , + cpriceaudit_bb1id , + cpriceaudit_bid , + cpriceauditid , + cprojectid , + cprojectphaseid , + cqpbaseschemeid , + crowno , + csourcebillid , + csourcebilltype , + csourcerowid , + cupsourcebillid , + cupsourcebillrowid , + cupsourcebilltype , + cusedeptid , + cvenddevaddrid , + cvenddevareaid , + cwarehouseid , + dclosedate , + dconfirmdate , + dcorrectdate , + dplanarrvdate , + dr , + forderrowstatus , + idiscounttaxtype , + iisactive , + iisreplenish , + naccumarrvnum , + naccumdevnum , + naccuminvoicenum , + naccumrpnum , + naccumstorenum , + naccumwastnum , + nassistnum , + nbackarrvnum , + nbackstorenum , + nconfirmnum , + ndiscountrate , + nexchangeotobrate , + nfeemny , + nmoney , + nordernum , + norgnettaxprice , + norgtaxprice , + noriginalcurmny , + noriginalcurprice , + noriginalnetprice , + noriginaltaxmny , + noriginaltaxpricemny , + ntaxmny , + ntaxpricemny , + ntaxrate , + pk_arrvcorp , + pk_arrvstoorg , + pk_corp , + pk_creqwareid , + pk_defdoc1 , + pk_defdoc10 , + pk_defdoc11 , + pk_defdoc12 , + pk_defdoc13 , + pk_defdoc14 , + pk_defdoc15 , + pk_defdoc16 , + pk_defdoc17 , + pk_defdoc18 , + pk_defdoc19 , + pk_defdoc2 , + pk_defdoc20 , + pk_defdoc3 , + pk_defdoc4 , + pk_defdoc5 , + pk_defdoc6 , + pk_defdoc7 , + pk_defdoc8 , + pk_defdoc9 , + pk_invoicecorp , + pk_reqcorp , + pk_reqstoorg , + pk_upsrccorp , + ts , + vdef1 , + vdef10 , + vdef11 , + vdef12 , + vdef13 , + vdef14 , + vdef15 , + vdef16 , + vdef17 , + vdef18 , + vdef19 , + vdef2 , + vdef20 , + vdef3 , + vdef4 , + vdef5 , + vdef6 , + vdef7 , + vdef8 , + vdef9 , + vecbilltype , + vfree1 , + vfree2 , + vfree3 , + vfree4 , + vfree5 , + vmemo , + vpriceauditcode , + vproducenum , + vreceiveaddress , + vvenddevaddr , + vvendinventorycode , + vvendinventoryname , + vvendorordercode , + vvendororderrow , + sorts, + sts, + + )values( + + #{blargess} , + #{breceiveplan} , + #{btransclosed} , + #{cassistunit} , + #{cbaseid} , + #{ccloseuserid} , + #{ccontractid} , + #{ccontractrowid} , + #{ccorrectrowid} , + #{ccurrencytypeid} , + #{cdevaddrid} , + #{cdevareaid} , + #{cecbillBid} , + #{cecbillid} , + #{closingreason} , + #{cmangid} , + #{coperator} , + #{corderBid} , + #{corderid} , + #{cpriceauditBb1id} , + #{cpriceauditBid} , + #{cpriceauditid} , + #{cprojectid} , + #{cprojectphaseid} , + #{cqpbaseschemeid} , + #{crowno} , + #{csourcebillid} , + #{csourcebilltype} , + #{csourcerowid} , + #{cupsourcebillid} , + #{cupsourcebillrowid} , + #{cupsourcebilltype} , + #{cusedeptid} , + #{cvenddevaddrid} , + #{cvenddevareaid} , + #{cwarehouseid} , + #{dclosedate} , + #{dconfirmdate} , + #{dcorrectdate} , + #{dplanarrvdate} , + #{dr} , + #{forderrowstatus} , + #{idiscounttaxtype} , + #{iisactive} , + #{iisreplenish} , + #{naccumarrvnum} , + #{naccumdevnum} , + #{naccuminvoicenum} , + #{naccumrpnum} , + #{naccumstorenum} , + #{naccumwastnum} , + #{nassistnum} , + #{nbackarrvnum} , + #{nbackstorenum} , + #{nconfirmnum} , + #{ndiscountrate} , + #{nexchangeotobrate} , + #{nfeemny} , + #{nmoney} , + #{nordernum} , + #{norgnettaxprice} , + #{norgtaxprice} , + #{noriginalcurmny} , + #{noriginalcurprice} , + #{noriginalnetprice} , + #{noriginaltaxmny} , + #{noriginaltaxpricemny} , + #{ntaxmny} , + #{ntaxpricemny} , + #{ntaxrate} , + #{pkArrvcorp} , + #{pkArrvstoorg} , + #{pkCorp} , + #{pkCreqwareid} , + #{pkDefdoc1} , + #{pkDefdoc10} , + #{pkDefdoc11} , + #{pkDefdoc12} , + #{pkDefdoc13} , + #{pkDefdoc14} , + #{pkDefdoc15} , + #{pkDefdoc16} , + #{pkDefdoc17} , + #{pkDefdoc18} , + #{pkDefdoc19} , + #{pkDefdoc2} , + #{pkDefdoc20} , + #{pkDefdoc3} , + #{pkDefdoc4} , + #{pkDefdoc5} , + #{pkDefdoc6} , + #{pkDefdoc7} , + #{pkDefdoc8} , + #{pkDefdoc9} , + #{pkInvoicecorp} , + #{pkReqcorp} , + #{pkReqstoorg} , + #{pkUpsrccorp} , + #{ts} , + #{vdef1} , + #{vdef10} , + #{vdef11} , + #{vdef12} , + #{vdef13} , + #{vdef14} , + #{vdef15} , + #{vdef16} , + #{vdef17} , + #{vdef18} , + #{vdef19} , + #{vdef2} , + #{vdef20} , + #{vdef3} , + #{vdef4} , + #{vdef5} , + #{vdef6} , + #{vdef7} , + #{vdef8} , + #{vdef9} , + #{vecbilltype} , + #{vfree1} , + #{vfree2} , + #{vfree3} , + #{vfree4} , + #{vfree5} , + #{vmemo} , + #{vpriceauditcode} , + #{vproducenum} , + #{vreceiveaddress} , + #{vvenddevaddr} , + #{vvendinventorycode} , + #{vvendinventoryname} , + #{vvendorordercode} , + #{vvendororderrow} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from po_order_b a WHERE a.sts = + 'Y' ), + + 'Y', + + ) + + + + insert into po_order_b(blargess, breceiveplan, btransclosed, cassistunit, cbaseid, ccloseuserid, ccontractid, + ccontractrowid, ccorrectrowid, ccurrencytypeid, cdevaddrid, cdevareaid, cecbill_bid, cecbillid, closingreason, + cmangid, coperator, corderid, cpriceaudit_bb1id, cpriceaudit_bid, cpriceauditid, cprojectid, cprojectphaseid, + cqpbaseschemeid, crowno, csourcebillid, csourcebilltype, csourcerowid, cupsourcebillid, cupsourcebillrowid, + cupsourcebilltype, cusedeptid, cvenddevaddrid, cvenddevareaid, cwarehouseid, dclosedate, dconfirmdate, + dcorrectdate, dplanarrvdate, dr, forderrowstatus, idiscounttaxtype, iisactive, iisreplenish, naccumarrvnum, + naccumdevnum, naccuminvoicenum, naccumrpnum, naccumstorenum, naccumwastnum, nassistnum, nbackarrvnum, + nbackstorenum, nconfirmnum, ndiscountrate, nexchangeotobrate, nfeemny, nmoney, nordernum, norgnettaxprice, + norgtaxprice, noriginalcurmny, noriginalcurprice, noriginalnetprice, noriginaltaxmny, noriginaltaxpricemny, + ntaxmny, ntaxpricemny, ntaxrate, pk_arrvcorp, pk_arrvstoorg, pk_corp, pk_creqwareid, pk_defdoc1, pk_defdoc10, + pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, + pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, + pk_defdoc9, pk_invoicecorp, pk_reqcorp, pk_reqstoorg, pk_upsrccorp, ts, vdef1, vdef10, vdef11, vdef12, vdef13, + vdef14, vdef15, vdef16, vdef17, vdef18, vdef19, vdef2, vdef20, vdef3, vdef4, vdef5, vdef6, vdef7, vdef8, vdef9, + vecbilltype, vfree1, vfree2, vfree3, vfree4, vfree5, vmemo, vpriceauditcode, vproducenum, vreceiveaddress, + vvenddevaddr, vvendinventorycode, vvendinventoryname, vvendorordercode, vvendororderrow, sts) + values + + (#{entity.blargess},#{entity.breceiveplan},#{entity.btransclosed},#{entity.cassistunit},#{entity.cbaseid},#{entity.ccloseuserid},#{entity.ccontractid},#{entity.ccontractrowid},#{entity.ccorrectrowid},#{entity.ccurrencytypeid},#{entity.cdevaddrid},#{entity.cdevareaid},#{entity.cecbillBid},#{entity.cecbillid},#{entity.closingreason},#{entity.cmangid},#{entity.coperator},#{entity.corderid},#{entity.cpriceauditBb1id},#{entity.cpriceauditBid},#{entity.cpriceauditid},#{entity.cprojectid},#{entity.cprojectphaseid},#{entity.cqpbaseschemeid},#{entity.crowno},#{entity.csourcebillid},#{entity.csourcebilltype},#{entity.csourcerowid},#{entity.cupsourcebillid},#{entity.cupsourcebillrowid},#{entity.cupsourcebilltype},#{entity.cusedeptid},#{entity.cvenddevaddrid},#{entity.cvenddevareaid},#{entity.cwarehouseid},#{entity.dclosedate},#{entity.dconfirmdate},#{entity.dcorrectdate},#{entity.dplanarrvdate},#{entity.dr},#{entity.forderrowstatus},#{entity.idiscounttaxtype},#{entity.iisactive},#{entity.iisreplenish},#{entity.naccumarrvnum},#{entity.naccumdevnum},#{entity.naccuminvoicenum},#{entity.naccumrpnum},#{entity.naccumstorenum},#{entity.naccumwastnum},#{entity.nassistnum},#{entity.nbackarrvnum},#{entity.nbackstorenum},#{entity.nconfirmnum},#{entity.ndiscountrate},#{entity.nexchangeotobrate},#{entity.nfeemny},#{entity.nmoney},#{entity.nordernum},#{entity.norgnettaxprice},#{entity.norgtaxprice},#{entity.noriginalcurmny},#{entity.noriginalcurprice},#{entity.noriginalnetprice},#{entity.noriginaltaxmny},#{entity.noriginaltaxpricemny},#{entity.ntaxmny},#{entity.ntaxpricemny},#{entity.ntaxrate},#{entity.pkArrvcorp},#{entity.pkArrvstoorg},#{entity.pkCorp},#{entity.pkCreqwareid},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.pkInvoicecorp},#{entity.pkReqcorp},#{entity.pkReqstoorg},#{entity.pkUpsrccorp},#{entity.ts},#{entity.vdef1},#{entity.vdef10},#{entity.vdef11},#{entity.vdef12},#{entity.vdef13},#{entity.vdef14},#{entity.vdef15},#{entity.vdef16},#{entity.vdef17},#{entity.vdef18},#{entity.vdef19},#{entity.vdef2},#{entity.vdef20},#{entity.vdef3},#{entity.vdef4},#{entity.vdef5},#{entity.vdef6},#{entity.vdef7},#{entity.vdef8},#{entity.vdef9},#{entity.vecbilltype},#{entity.vfree1},#{entity.vfree2},#{entity.vfree3},#{entity.vfree4},#{entity.vfree5},#{entity.vmemo},#{entity.vpriceauditcode},#{entity.vproducenum},#{entity.vreceiveaddress},#{entity.vvenddevaddr},#{entity.vvendinventorycode},#{entity.vvendinventoryname},#{entity.vvendorordercode},#{entity.vvendororderrow}, + 'Y') + + + + + insert into po_order_b(blargess, breceiveplan, btransclosed, cassistunit, cbaseid, ccloseuserid, ccontractid, + ccontractrowid, ccorrectrowid, ccurrencytypeid, cdevaddrid, cdevareaid, cecbill_bid, cecbillid, closingreason, + cmangid, coperator, corderid, cpriceaudit_bb1id, cpriceaudit_bid, cpriceauditid, cprojectid, cprojectphaseid, + cqpbaseschemeid, crowno, csourcebillid, csourcebilltype, csourcerowid, cupsourcebillid, cupsourcebillrowid, + cupsourcebilltype, cusedeptid, cvenddevaddrid, cvenddevareaid, cwarehouseid, dclosedate, dconfirmdate, + dcorrectdate, dplanarrvdate, dr, forderrowstatus, idiscounttaxtype, iisactive, iisreplenish, naccumarrvnum, + naccumdevnum, naccuminvoicenum, naccumrpnum, naccumstorenum, naccumwastnum, nassistnum, nbackarrvnum, + nbackstorenum, nconfirmnum, ndiscountrate, nexchangeotobrate, nfeemny, nmoney, nordernum, norgnettaxprice, + norgtaxprice, noriginalcurmny, noriginalcurprice, noriginalnetprice, noriginaltaxmny, noriginaltaxpricemny, + ntaxmny, ntaxpricemny, ntaxrate, pk_arrvcorp, pk_arrvstoorg, pk_corp, pk_creqwareid, pk_defdoc1, pk_defdoc10, + pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, + pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, + pk_defdoc9, pk_invoicecorp, pk_reqcorp, pk_reqstoorg, pk_upsrccorp, ts, vdef1, vdef10, vdef11, vdef12, vdef13, + vdef14, vdef15, vdef16, vdef17, vdef18, vdef19, vdef2, vdef20, vdef3, vdef4, vdef5, vdef6, vdef7, vdef8, vdef9, + vecbilltype, vfree1, vfree2, vfree3, vfree4, vfree5, vmemo, vpriceauditcode, vproducenum, vreceiveaddress, + vvenddevaddr, vvendinventorycode, vvendinventoryname, vvendorordercode, vvendororderrow) + values + + (#{entity.blargess},#{entity.breceiveplan},#{entity.btransclosed},#{entity.cassistunit},#{entity.cbaseid},#{entity.ccloseuserid},#{entity.ccontractid},#{entity.ccontractrowid},#{entity.ccorrectrowid},#{entity.ccurrencytypeid},#{entity.cdevaddrid},#{entity.cdevareaid},#{entity.cecbillBid},#{entity.cecbillid},#{entity.closingreason},#{entity.cmangid},#{entity.coperator},#{entity.corderid},#{entity.cpriceauditBb1id},#{entity.cpriceauditBid},#{entity.cpriceauditid},#{entity.cprojectid},#{entity.cprojectphaseid},#{entity.cqpbaseschemeid},#{entity.crowno},#{entity.csourcebillid},#{entity.csourcebilltype},#{entity.csourcerowid},#{entity.cupsourcebillid},#{entity.cupsourcebillrowid},#{entity.cupsourcebilltype},#{entity.cusedeptid},#{entity.cvenddevaddrid},#{entity.cvenddevareaid},#{entity.cwarehouseid},#{entity.dclosedate},#{entity.dconfirmdate},#{entity.dcorrectdate},#{entity.dplanarrvdate},#{entity.dr},#{entity.forderrowstatus},#{entity.idiscounttaxtype},#{entity.iisactive},#{entity.iisreplenish},#{entity.naccumarrvnum},#{entity.naccumdevnum},#{entity.naccuminvoicenum},#{entity.naccumrpnum},#{entity.naccumstorenum},#{entity.naccumwastnum},#{entity.nassistnum},#{entity.nbackarrvnum},#{entity.nbackstorenum},#{entity.nconfirmnum},#{entity.ndiscountrate},#{entity.nexchangeotobrate},#{entity.nfeemny},#{entity.nmoney},#{entity.nordernum},#{entity.norgnettaxprice},#{entity.norgtaxprice},#{entity.noriginalcurmny},#{entity.noriginalcurprice},#{entity.noriginalnetprice},#{entity.noriginaltaxmny},#{entity.noriginaltaxpricemny},#{entity.ntaxmny},#{entity.ntaxpricemny},#{entity.ntaxrate},#{entity.pkArrvcorp},#{entity.pkArrvstoorg},#{entity.pkCorp},#{entity.pkCreqwareid},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.pkInvoicecorp},#{entity.pkReqcorp},#{entity.pkReqstoorg},#{entity.pkUpsrccorp},#{entity.ts},#{entity.vdef1},#{entity.vdef10},#{entity.vdef11},#{entity.vdef12},#{entity.vdef13},#{entity.vdef14},#{entity.vdef15},#{entity.vdef16},#{entity.vdef17},#{entity.vdef18},#{entity.vdef19},#{entity.vdef2},#{entity.vdef20},#{entity.vdef3},#{entity.vdef4},#{entity.vdef5},#{entity.vdef6},#{entity.vdef7},#{entity.vdef8},#{entity.vdef9},#{entity.vecbilltype},#{entity.vfree1},#{entity.vfree2},#{entity.vfree3},#{entity.vfree4},#{entity.vfree5},#{entity.vmemo},#{entity.vpriceauditcode},#{entity.vproducenum},#{entity.vreceiveaddress},#{entity.vvenddevaddr},#{entity.vvendinventorycode},#{entity.vvendinventoryname},#{entity.vvendorordercode},#{entity.vvendororderrow}) + + on duplicate key update + blargess = values(blargess), + breceiveplan = values(breceiveplan), + btransclosed = values(btransclosed), + cassistunit = values(cassistunit), + cbaseid = values(cbaseid), + ccloseuserid = values(ccloseuserid), + ccontractid = values(ccontractid), + ccontractrowid = values(ccontractrowid), + ccorrectrowid = values(ccorrectrowid), + ccurrencytypeid = values(ccurrencytypeid), + cdevaddrid = values(cdevaddrid), + cdevareaid = values(cdevareaid), + cecbill_bid = values(cecbill_bid), + cecbillid = values(cecbillid), + closingreason = values(closingreason), + cmangid = values(cmangid), + coperator = values(coperator), + corderid = values(corderid), + cpriceaudit_bb1id = values(cpriceaudit_bb1id), + cpriceaudit_bid = values(cpriceaudit_bid), + cpriceauditid = values(cpriceauditid), + cprojectid = values(cprojectid), + cprojectphaseid = values(cprojectphaseid), + cqpbaseschemeid = values(cqpbaseschemeid), + crowno = values(crowno), + csourcebillid = values(csourcebillid), + csourcebilltype = values(csourcebilltype), + csourcerowid = values(csourcerowid), + cupsourcebillid = values(cupsourcebillid), + cupsourcebillrowid = values(cupsourcebillrowid), + cupsourcebilltype = values(cupsourcebilltype), + cusedeptid = values(cusedeptid), + cvenddevaddrid = values(cvenddevaddrid), + cvenddevareaid = values(cvenddevareaid), + cwarehouseid = values(cwarehouseid), + dclosedate = values(dclosedate), + dconfirmdate = values(dconfirmdate), + dcorrectdate = values(dcorrectdate), + dplanarrvdate = values(dplanarrvdate), + dr = values(dr), + forderrowstatus = values(forderrowstatus), + idiscounttaxtype = values(idiscounttaxtype), + iisactive = values(iisactive), + iisreplenish = values(iisreplenish), + naccumarrvnum = values(naccumarrvnum), + naccumdevnum = values(naccumdevnum), + naccuminvoicenum = values(naccuminvoicenum), + naccumrpnum = values(naccumrpnum), + naccumstorenum = values(naccumstorenum), + naccumwastnum = values(naccumwastnum), + nassistnum = values(nassistnum), + nbackarrvnum = values(nbackarrvnum), + nbackstorenum = values(nbackstorenum), + nconfirmnum = values(nconfirmnum), + ndiscountrate = values(ndiscountrate), + nexchangeotobrate = values(nexchangeotobrate), + nfeemny = values(nfeemny), + nmoney = values(nmoney), + nordernum = values(nordernum), + norgnettaxprice = values(norgnettaxprice), + norgtaxprice = values(norgtaxprice), + noriginalcurmny = values(noriginalcurmny), + noriginalcurprice = values(noriginalcurprice), + noriginalnetprice = values(noriginalnetprice), + noriginaltaxmny = values(noriginaltaxmny), + noriginaltaxpricemny = values(noriginaltaxpricemny), + ntaxmny = values(ntaxmny), + ntaxpricemny = values(ntaxpricemny), + ntaxrate = values(ntaxrate), + pk_arrvcorp = values(pk_arrvcorp), + pk_arrvstoorg = values(pk_arrvstoorg), + pk_corp = values(pk_corp), + pk_creqwareid = values(pk_creqwareid), + pk_defdoc1 = values(pk_defdoc1), + pk_defdoc10 = values(pk_defdoc10), + pk_defdoc11 = values(pk_defdoc11), + pk_defdoc12 = values(pk_defdoc12), + pk_defdoc13 = values(pk_defdoc13), + pk_defdoc14 = values(pk_defdoc14), + pk_defdoc15 = values(pk_defdoc15), + pk_defdoc16 = values(pk_defdoc16), + pk_defdoc17 = values(pk_defdoc17), + pk_defdoc18 = values(pk_defdoc18), + pk_defdoc19 = values(pk_defdoc19), + pk_defdoc2 = values(pk_defdoc2), + pk_defdoc20 = values(pk_defdoc20), + pk_defdoc3 = values(pk_defdoc3), + pk_defdoc4 = values(pk_defdoc4), + pk_defdoc5 = values(pk_defdoc5), + pk_defdoc6 = values(pk_defdoc6), + pk_defdoc7 = values(pk_defdoc7), + pk_defdoc8 = values(pk_defdoc8), + pk_defdoc9 = values(pk_defdoc9), + pk_invoicecorp = values(pk_invoicecorp), + pk_reqcorp = values(pk_reqcorp), + pk_reqstoorg = values(pk_reqstoorg), + pk_upsrccorp = values(pk_upsrccorp), + ts = values(ts), + vdef1 = values(vdef1), + vdef10 = values(vdef10), + vdef11 = values(vdef11), + vdef12 = values(vdef12), + vdef13 = values(vdef13), + vdef14 = values(vdef14), + vdef15 = values(vdef15), + vdef16 = values(vdef16), + vdef17 = values(vdef17), + vdef18 = values(vdef18), + vdef19 = values(vdef19), + vdef2 = values(vdef2), + vdef20 = values(vdef20), + vdef3 = values(vdef3), + vdef4 = values(vdef4), + vdef5 = values(vdef5), + vdef6 = values(vdef6), + vdef7 = values(vdef7), + vdef8 = values(vdef8), + vdef9 = values(vdef9), + vecbilltype = values(vecbilltype), + vfree1 = values(vfree1), + vfree2 = values(vfree2), + vfree3 = values(vfree3), + vfree4 = values(vfree4), + vfree5 = values(vfree5), + vmemo = values(vmemo), + vpriceauditcode = values(vpriceauditcode), + vproducenum = values(vproducenum), + vreceiveaddress = values(vreceiveaddress), + vvenddevaddr = values(vvenddevaddr), + vvendinventorycode = values(vvendinventorycode), + vvendinventoryname = values(vvendinventoryname), + vvendorordercode = values(vvendorordercode), + vvendororderrow = values(vvendororderrow) + + + + update po_order_b set + + blargess = #{blargess}, + breceiveplan = #{breceiveplan}, + btransclosed = #{btransclosed}, + cassistunit = #{cassistunit}, + cbaseid = #{cbaseid}, + ccloseuserid = #{ccloseuserid}, + ccontractid = #{ccontractid}, + ccontractrowid = #{ccontractrowid}, + ccorrectrowid = #{ccorrectrowid}, + ccurrencytypeid = #{ccurrencytypeid}, + cdevaddrid = #{cdevaddrid}, + cdevareaid = #{cdevareaid}, + cecbill_bid = #{cecbillBid}, + cecbillid = #{cecbillid}, + closingreason = #{closingreason}, + cmangid = #{cmangid}, + coperator = #{coperator}, + corderid = #{corderid}, + cpriceaudit_bb1id = #{cpriceauditBb1id}, + cpriceaudit_bid = #{cpriceauditBid}, + cpriceauditid = #{cpriceauditid}, + cprojectid = #{cprojectid}, + cprojectphaseid = #{cprojectphaseid}, + cqpbaseschemeid = #{cqpbaseschemeid}, + crowno = #{crowno}, + csourcebillid = #{csourcebillid}, + csourcebilltype = #{csourcebilltype}, + csourcerowid = #{csourcerowid}, + cupsourcebillid = #{cupsourcebillid}, + cupsourcebillrowid = + #{cupsourcebillrowid}, + + cupsourcebilltype = #{cupsourcebilltype}, + + cusedeptid = #{cusedeptid}, + cvenddevaddrid = #{cvenddevaddrid}, + cvenddevareaid = #{cvenddevareaid}, + cwarehouseid = #{cwarehouseid}, + dclosedate = #{dclosedate}, + dconfirmdate = #{dconfirmdate}, + dcorrectdate = #{dcorrectdate}, + dplanarrvdate = #{dplanarrvdate}, + dr = #{dr}, + forderrowstatus = #{forderrowstatus}, + idiscounttaxtype = #{idiscounttaxtype}, + iisactive = #{iisactive}, + iisreplenish = #{iisreplenish}, + naccumarrvnum = #{naccumarrvnum}, + naccumdevnum = #{naccumdevnum}, + naccuminvoicenum = #{naccuminvoicenum}, + naccumrpnum = #{naccumrpnum}, + naccumstorenum = #{naccumstorenum}, + naccumwastnum = #{naccumwastnum}, + nassistnum = #{nassistnum}, + nbackarrvnum = #{nbackarrvnum}, + nbackstorenum = #{nbackstorenum}, + nconfirmnum = #{nconfirmnum}, + ndiscountrate = #{ndiscountrate}, + nexchangeotobrate = #{nexchangeotobrate}, + + nfeemny = #{nfeemny}, + nmoney = #{nmoney}, + nordernum = #{nordernum}, + norgnettaxprice = #{norgnettaxprice}, + norgtaxprice = #{norgtaxprice}, + noriginalcurmny = #{noriginalcurmny}, + noriginalcurprice = #{noriginalcurprice}, + + noriginalnetprice = #{noriginalnetprice}, + + noriginaltaxmny = #{noriginaltaxmny}, + noriginaltaxpricemny = + #{noriginaltaxpricemny}, + + ntaxmny = #{ntaxmny}, + ntaxpricemny = #{ntaxpricemny}, + ntaxrate = #{ntaxrate}, + pk_arrvcorp = #{pkArrvcorp}, + pk_arrvstoorg = #{pkArrvstoorg}, + pk_corp = #{pkCorp}, + pk_creqwareid = #{pkCreqwareid}, + pk_defdoc1 = #{pkDefdoc1}, + pk_defdoc10 = #{pkDefdoc10}, + pk_defdoc11 = #{pkDefdoc11}, + pk_defdoc12 = #{pkDefdoc12}, + pk_defdoc13 = #{pkDefdoc13}, + pk_defdoc14 = #{pkDefdoc14}, + pk_defdoc15 = #{pkDefdoc15}, + pk_defdoc16 = #{pkDefdoc16}, + pk_defdoc17 = #{pkDefdoc17}, + pk_defdoc18 = #{pkDefdoc18}, + pk_defdoc19 = #{pkDefdoc19}, + pk_defdoc2 = #{pkDefdoc2}, + pk_defdoc20 = #{pkDefdoc20}, + pk_defdoc3 = #{pkDefdoc3}, + pk_defdoc4 = #{pkDefdoc4}, + pk_defdoc5 = #{pkDefdoc5}, + pk_defdoc6 = #{pkDefdoc6}, + pk_defdoc7 = #{pkDefdoc7}, + pk_defdoc8 = #{pkDefdoc8}, + pk_defdoc9 = #{pkDefdoc9}, + pk_invoicecorp = #{pkInvoicecorp}, + pk_reqcorp = #{pkReqcorp}, + pk_reqstoorg = #{pkReqstoorg}, + pk_upsrccorp = #{pkUpsrccorp}, + ts = #{ts}, + vdef1 = #{vdef1}, + vdef10 = #{vdef10}, + vdef11 = #{vdef11}, + vdef12 = #{vdef12}, + vdef13 = #{vdef13}, + vdef14 = #{vdef14}, + vdef15 = #{vdef15}, + vdef16 = #{vdef16}, + vdef17 = #{vdef17}, + vdef18 = #{vdef18}, + vdef19 = #{vdef19}, + vdef2 = #{vdef2}, + vdef20 = #{vdef20}, + vdef3 = #{vdef3}, + vdef4 = #{vdef4}, + vdef5 = #{vdef5}, + vdef6 = #{vdef6}, + vdef7 = #{vdef7}, + vdef8 = #{vdef8}, + vdef9 = #{vdef9}, + vecbilltype = #{vecbilltype}, + vfree1 = #{vfree1}, + vfree2 = #{vfree2}, + vfree3 = #{vfree3}, + vfree4 = #{vfree4}, + vfree5 = #{vfree5}, + vmemo = #{vmemo}, + vpriceauditcode = #{vpriceauditcode}, + vproducenum = #{vproducenum}, + vreceiveaddress = #{vreceiveaddress}, + vvenddevaddr = #{vvenddevaddr}, + vvendinventorycode = + #{vvendinventorycode}, + + vvendinventoryname = + #{vvendinventoryname}, + + vvendorordercode = #{vvendorordercode}, + vvendororderrow = #{vvendororderrow}, + + where corder_bid = #{corderBid} + + + + update po_order_b + set sts= 'N' + where corder_bid = #{corderBid} + + + + + update po_order_b set sts= 'N' + + and blargess = #{blargess} + and breceiveplan = #{breceiveplan} + and btransclosed = #{btransclosed} + and cassistunit = #{cassistunit} + and cbaseid = #{cbaseid} + and ccloseuserid = #{ccloseuserid} + and ccontractid = #{ccontractid} + and ccontractrowid = #{ccontractrowid} + and ccorrectrowid = #{ccorrectrowid} + and ccurrencytypeid = #{ccurrencytypeid} + and cdevaddrid = #{cdevaddrid} + and cdevareaid = #{cdevareaid} + and cecbill_bid = #{cecbillBid} + and cecbillid = #{cecbillid} + and closingreason = #{closingreason} + and cmangid = #{cmangid} + and coperator = #{coperator} + and corder_bid = #{corderBid} + and corderid = #{corderid} + and cpriceaudit_bb1id = #{cpriceauditBb1id} + + and cpriceaudit_bid = #{cpriceauditBid} + and cpriceauditid = #{cpriceauditid} + and cprojectid = #{cprojectid} + and cprojectphaseid = #{cprojectphaseid} + and cqpbaseschemeid = #{cqpbaseschemeid} + and crowno = #{crowno} + and csourcebillid = #{csourcebillid} + and csourcebilltype = #{csourcebilltype} + and csourcerowid = #{csourcerowid} + and cupsourcebillid = #{cupsourcebillid} + and cupsourcebillrowid = + #{cupsourcebillrowid} + + and cupsourcebilltype = + #{cupsourcebilltype} + + and cusedeptid = #{cusedeptid} + and cvenddevaddrid = #{cvenddevaddrid} + and cvenddevareaid = #{cvenddevareaid} + and cwarehouseid = #{cwarehouseid} + and dclosedate = #{dclosedate} + and dconfirmdate = #{dconfirmdate} + and dcorrectdate = #{dcorrectdate} + and dplanarrvdate = #{dplanarrvdate} + and dr = #{dr} + and forderrowstatus = #{forderrowstatus} + and idiscounttaxtype = #{idiscounttaxtype} + and iisactive = #{iisactive} + and iisreplenish = #{iisreplenish} + and naccumarrvnum = #{naccumarrvnum} + and naccumdevnum = #{naccumdevnum} + and naccuminvoicenum = #{naccuminvoicenum} + + and naccumrpnum = #{naccumrpnum} + and naccumstorenum = #{naccumstorenum} + and naccumwastnum = #{naccumwastnum} + and nassistnum = #{nassistnum} + and nbackarrvnum = #{nbackarrvnum} + and nbackstorenum = #{nbackstorenum} + and nconfirmnum = #{nconfirmnum} + and ndiscountrate = #{ndiscountrate} + and nexchangeotobrate = + #{nexchangeotobrate} + + and nfeemny = #{nfeemny} + and nmoney = #{nmoney} + and nordernum = #{nordernum} + and norgnettaxprice = #{norgnettaxprice} + and norgtaxprice = #{norgtaxprice} + and noriginalcurmny = #{noriginalcurmny} + and noriginalcurprice = + #{noriginalcurprice} + + and noriginalnetprice = + #{noriginalnetprice} + + and noriginaltaxmny = #{noriginaltaxmny} + and noriginaltaxpricemny = + #{noriginaltaxpricemny} + + and ntaxmny = #{ntaxmny} + and ntaxpricemny = #{ntaxpricemny} + and ntaxrate = #{ntaxrate} + and pk_arrvcorp = #{pkArrvcorp} + and pk_arrvstoorg = #{pkArrvstoorg} + and pk_corp = #{pkCorp} + and pk_creqwareid = #{pkCreqwareid} + and pk_defdoc1 = #{pkDefdoc1} + and pk_defdoc10 = #{pkDefdoc10} + and pk_defdoc11 = #{pkDefdoc11} + and pk_defdoc12 = #{pkDefdoc12} + and pk_defdoc13 = #{pkDefdoc13} + and pk_defdoc14 = #{pkDefdoc14} + and pk_defdoc15 = #{pkDefdoc15} + and pk_defdoc16 = #{pkDefdoc16} + and pk_defdoc17 = #{pkDefdoc17} + and pk_defdoc18 = #{pkDefdoc18} + and pk_defdoc19 = #{pkDefdoc19} + and pk_defdoc2 = #{pkDefdoc2} + and pk_defdoc20 = #{pkDefdoc20} + and pk_defdoc3 = #{pkDefdoc3} + and pk_defdoc4 = #{pkDefdoc4} + and pk_defdoc5 = #{pkDefdoc5} + and pk_defdoc6 = #{pkDefdoc6} + and pk_defdoc7 = #{pkDefdoc7} + and pk_defdoc8 = #{pkDefdoc8} + and pk_defdoc9 = #{pkDefdoc9} + and pk_invoicecorp = #{pkInvoicecorp} + and pk_reqcorp = #{pkReqcorp} + and pk_reqstoorg = #{pkReqstoorg} + and pk_upsrccorp = #{pkUpsrccorp} + and ts = #{ts} + and vdef1 = #{vdef1} + and vdef10 = #{vdef10} + and vdef11 = #{vdef11} + and vdef12 = #{vdef12} + and vdef13 = #{vdef13} + and vdef14 = #{vdef14} + and vdef15 = #{vdef15} + and vdef16 = #{vdef16} + and vdef17 = #{vdef17} + and vdef18 = #{vdef18} + and vdef19 = #{vdef19} + and vdef2 = #{vdef2} + and vdef20 = #{vdef20} + and vdef3 = #{vdef3} + and vdef4 = #{vdef4} + and vdef5 = #{vdef5} + and vdef6 = #{vdef6} + and vdef7 = #{vdef7} + and vdef8 = #{vdef8} + and vdef9 = #{vdef9} + and vecbilltype = #{vecbilltype} + and vfree1 = #{vfree1} + and vfree2 = #{vfree2} + and vfree3 = #{vfree3} + and vfree4 = #{vfree4} + and vfree5 = #{vfree5} + and vmemo = #{vmemo} + and vpriceauditcode = #{vpriceauditcode} + and vproducenum = #{vproducenum} + and vreceiveaddress = #{vreceiveaddress} + and vvenddevaddr = #{vvenddevaddr} + and vvendinventorycode = + #{vvendinventorycode} + + and vvendinventoryname = + #{vvendinventoryname} + + and vvendorordercode = #{vvendorordercode} + + and vvendororderrow = #{vvendororderrow} + and sts='Y' + + + + + delete + from po_order_b + where corder_bid = #{corderBid} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderEntity.java new file mode 100644 index 00000000..6bce5de0 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderEntity.java @@ -0,0 +1,882 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (PoOrder)实体类 + * + * @author makejava + * @since 2023-08-25 08:52:02 + */ +public class PoOrderEntity extends BaseEntity { + + private String bcooptoso; + private String bislatest; + private String bisreplenish; + private String bpubtoec; + private String breturn; + private String bsocooptome; + private String caccountbankid; + private String caccountyear; + private String cauditpsn; + private String cbiztype; + private String ccontracttextpath; + private String cdeliveraddress; + private String cdeptid; + private String cemployeeid; + private String cfreecustid; + private String cgiveinvoicevendor; + private String coperator; + private String corderid; + private String cpubpsn; + private String cpurorganization; + private String creciever; + private String cresppsn; + private String crevisepsn; + private String ctermprotocolid; + private String ctransmodeid; + private String cunfreeze; + private String cvendorbaseid; + private String cvendormangid; + private String dauditdate; + private String dorderdate; + private Long dr; + private String drevisiondate; + private Long forderstatus; + private Long iprintcount; + private Long irespstatus; + private String nprepaymaxmny; + private String nprepaymny; + private String ntotalmny; + private String ntotalnum; + private Long nversion; + private String pkCorp; + private String pkDefdoc1; + private String pkDefdoc10; + private String pkDefdoc11; + private String pkDefdoc12; + private String pkDefdoc13; + private String pkDefdoc14; + private String pkDefdoc15; + private String pkDefdoc16; + private String pkDefdoc17; + private String pkDefdoc18; + private String pkDefdoc19; + private String pkDefdoc2; + private String pkDefdoc20; + private String pkDefdoc3; + private String pkDefdoc4; + private String pkDefdoc5; + private String pkDefdoc6; + private String pkDefdoc7; + private String pkDefdoc8; + private String pkDefdoc9; + private String taudittime; + private String tlastmaketime; + private String tmaketime; + private String tpubtime; + private String tresptime; + private String trevisiontime; + private String ts; + private String vcoopordercode; + private String vdef1; + private String vdef10; + private String vdef11; + private String vdef12; + private String vdef13; + private String vdef14; + private String vdef15; + private String vdef16; + private String vdef17; + private String vdef18; + private String vdef19; + private String vdef2; + private String vdef20; + private String vdef3; + private String vdef4; + private String vdef5; + private String vdef6; + private String vdef7; + private String vdef8; + private String vdef9; + private String vmemo; + private String vordercode; + private String vrefusrsn; + + /** + * 审批开始时间 + */ + private String start_dauditdate; + + /** + * 审批结束时间 + */ + private String end_dauditdate; + + /** + * 旺店通原始订单号 + */ + private String wdt_vordercode; + + public String getWdt_vordercode() { + return wdt_vordercode; + } + + public void setWdt_vordercode(String wdt_vordercode) { + this.wdt_vordercode = wdt_vordercode; + } + + public String getStart_dauditdate() { + return start_dauditdate; + } + + public void setStart_dauditdate(String start_dauditdate) { + this.start_dauditdate = start_dauditdate; + } + + public String getEnd_dauditdate() { + return end_dauditdate; + } + + public void setEnd_dauditdate(String end_dauditdate) { + this.end_dauditdate = end_dauditdate; + } + + public String getBcooptoso() { + return bcooptoso; + } + + public void setBcooptoso(String bcooptoso) { + this.bcooptoso = bcooptoso; + } + + public String getBislatest() { + return bislatest; + } + + public void setBislatest(String bislatest) { + this.bislatest = bislatest; + } + + public String getBisreplenish() { + return bisreplenish; + } + + public void setBisreplenish(String bisreplenish) { + this.bisreplenish = bisreplenish; + } + + public String getBpubtoec() { + return bpubtoec; + } + + public void setBpubtoec(String bpubtoec) { + this.bpubtoec = bpubtoec; + } + + public String getBreturn() { + return breturn; + } + + public void setBreturn(String breturn) { + this.breturn = breturn; + } + + public String getBsocooptome() { + return bsocooptome; + } + + public void setBsocooptome(String bsocooptome) { + this.bsocooptome = bsocooptome; + } + + public String getCaccountbankid() { + return caccountbankid; + } + + public void setCaccountbankid(String caccountbankid) { + this.caccountbankid = caccountbankid; + } + + public String getCaccountyear() { + return caccountyear; + } + + public void setCaccountyear(String caccountyear) { + this.caccountyear = caccountyear; + } + + public String getCauditpsn() { + return cauditpsn; + } + + public void setCauditpsn(String cauditpsn) { + this.cauditpsn = cauditpsn; + } + + public String getCbiztype() { + return cbiztype; + } + + public void setCbiztype(String cbiztype) { + this.cbiztype = cbiztype; + } + + public String getCcontracttextpath() { + return ccontracttextpath; + } + + public void setCcontracttextpath(String ccontracttextpath) { + this.ccontracttextpath = ccontracttextpath; + } + + public String getCdeliveraddress() { + return cdeliveraddress; + } + + public void setCdeliveraddress(String cdeliveraddress) { + this.cdeliveraddress = cdeliveraddress; + } + + public String getCdeptid() { + return cdeptid; + } + + public void setCdeptid(String cdeptid) { + this.cdeptid = cdeptid; + } + + public String getCemployeeid() { + return cemployeeid; + } + + public void setCemployeeid(String cemployeeid) { + this.cemployeeid = cemployeeid; + } + + public String getCfreecustid() { + return cfreecustid; + } + + public void setCfreecustid(String cfreecustid) { + this.cfreecustid = cfreecustid; + } + + public String getCgiveinvoicevendor() { + return cgiveinvoicevendor; + } + + public void setCgiveinvoicevendor(String cgiveinvoicevendor) { + this.cgiveinvoicevendor = cgiveinvoicevendor; + } + + public String getCoperator() { + return coperator; + } + + public void setCoperator(String coperator) { + this.coperator = coperator; + } + + public String getCorderid() { + return corderid; + } + + public void setCorderid(String corderid) { + this.corderid = corderid; + } + + public String getCpubpsn() { + return cpubpsn; + } + + public void setCpubpsn(String cpubpsn) { + this.cpubpsn = cpubpsn; + } + + public String getCpurorganization() { + return cpurorganization; + } + + public void setCpurorganization(String cpurorganization) { + this.cpurorganization = cpurorganization; + } + + public String getCreciever() { + return creciever; + } + + public void setCreciever(String creciever) { + this.creciever = creciever; + } + + public String getCresppsn() { + return cresppsn; + } + + public void setCresppsn(String cresppsn) { + this.cresppsn = cresppsn; + } + + public String getCrevisepsn() { + return crevisepsn; + } + + public void setCrevisepsn(String crevisepsn) { + this.crevisepsn = crevisepsn; + } + + public String getCtermprotocolid() { + return ctermprotocolid; + } + + public void setCtermprotocolid(String ctermprotocolid) { + this.ctermprotocolid = ctermprotocolid; + } + + public String getCtransmodeid() { + return ctransmodeid; + } + + public void setCtransmodeid(String ctransmodeid) { + this.ctransmodeid = ctransmodeid; + } + + public String getCunfreeze() { + return cunfreeze; + } + + public void setCunfreeze(String cunfreeze) { + this.cunfreeze = cunfreeze; + } + + public String getCvendorbaseid() { + return cvendorbaseid; + } + + public void setCvendorbaseid(String cvendorbaseid) { + this.cvendorbaseid = cvendorbaseid; + } + + public String getCvendormangid() { + return cvendormangid; + } + + public void setCvendormangid(String cvendormangid) { + this.cvendormangid = cvendormangid; + } + + public String getDauditdate() { + return dauditdate; + } + + public void setDauditdate(String dauditdate) { + this.dauditdate = dauditdate; + } + + public String getDorderdate() { + return dorderdate; + } + + public void setDorderdate(String dorderdate) { + this.dorderdate = dorderdate; + } + + public Long getDr() { + return dr; + } + + public void setDr(Long dr) { + this.dr = dr; + } + + public String getDrevisiondate() { + return drevisiondate; + } + + public void setDrevisiondate(String drevisiondate) { + this.drevisiondate = drevisiondate; + } + + public Long getForderstatus() { + return forderstatus; + } + + public void setForderstatus(Long forderstatus) { + this.forderstatus = forderstatus; + } + + public Long getIprintcount() { + return iprintcount; + } + + public void setIprintcount(Long iprintcount) { + this.iprintcount = iprintcount; + } + + public Long getIrespstatus() { + return irespstatus; + } + + public void setIrespstatus(Long irespstatus) { + this.irespstatus = irespstatus; + } + + public String getNprepaymaxmny() { + return nprepaymaxmny; + } + + public void setNprepaymaxmny(String nprepaymaxmny) { + this.nprepaymaxmny = nprepaymaxmny; + } + + public String getNprepaymny() { + return nprepaymny; + } + + public void setNprepaymny(String nprepaymny) { + this.nprepaymny = nprepaymny; + } + + public String getNtotalmny() { + return ntotalmny; + } + + public void setNtotalmny(String ntotalmny) { + this.ntotalmny = ntotalmny; + } + + public String getNtotalnum() { + return ntotalnum; + } + + public void setNtotalnum(String ntotalnum) { + this.ntotalnum = ntotalnum; + } + + public Long getNversion() { + return nversion; + } + + public void setNversion(Long nversion) { + this.nversion = nversion; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoc10() { + return pkDefdoc10; + } + + public void setPkDefdoc10(String pkDefdoc10) { + this.pkDefdoc10 = pkDefdoc10; + } + + public String getPkDefdoc11() { + return pkDefdoc11; + } + + public void setPkDefdoc11(String pkDefdoc11) { + this.pkDefdoc11 = pkDefdoc11; + } + + public String getPkDefdoc12() { + return pkDefdoc12; + } + + public void setPkDefdoc12(String pkDefdoc12) { + this.pkDefdoc12 = pkDefdoc12; + } + + public String getPkDefdoc13() { + return pkDefdoc13; + } + + public void setPkDefdoc13(String pkDefdoc13) { + this.pkDefdoc13 = pkDefdoc13; + } + + public String getPkDefdoc14() { + return pkDefdoc14; + } + + public void setPkDefdoc14(String pkDefdoc14) { + this.pkDefdoc14 = pkDefdoc14; + } + + public String getPkDefdoc15() { + return pkDefdoc15; + } + + public void setPkDefdoc15(String pkDefdoc15) { + this.pkDefdoc15 = pkDefdoc15; + } + + public String getPkDefdoc16() { + return pkDefdoc16; + } + + public void setPkDefdoc16(String pkDefdoc16) { + this.pkDefdoc16 = pkDefdoc16; + } + + public String getPkDefdoc17() { + return pkDefdoc17; + } + + public void setPkDefdoc17(String pkDefdoc17) { + this.pkDefdoc17 = pkDefdoc17; + } + + public String getPkDefdoc18() { + return pkDefdoc18; + } + + public void setPkDefdoc18(String pkDefdoc18) { + this.pkDefdoc18 = pkDefdoc18; + } + + public String getPkDefdoc19() { + return pkDefdoc19; + } + + public void setPkDefdoc19(String pkDefdoc19) { + this.pkDefdoc19 = pkDefdoc19; + } + + public String getPkDefdoc2() { + return pkDefdoc2; + } + + public void setPkDefdoc2(String pkDefdoc2) { + this.pkDefdoc2 = pkDefdoc2; + } + + public String getPkDefdoc20() { + return pkDefdoc20; + } + + public void setPkDefdoc20(String pkDefdoc20) { + this.pkDefdoc20 = pkDefdoc20; + } + + public String getPkDefdoc3() { + return pkDefdoc3; + } + + public void setPkDefdoc3(String pkDefdoc3) { + this.pkDefdoc3 = pkDefdoc3; + } + + public String getPkDefdoc4() { + return pkDefdoc4; + } + + public void setPkDefdoc4(String pkDefdoc4) { + this.pkDefdoc4 = pkDefdoc4; + } + + public String getPkDefdoc5() { + return pkDefdoc5; + } + + public void setPkDefdoc5(String pkDefdoc5) { + this.pkDefdoc5 = pkDefdoc5; + } + + public String getPkDefdoc6() { + return pkDefdoc6; + } + + public void setPkDefdoc6(String pkDefdoc6) { + this.pkDefdoc6 = pkDefdoc6; + } + + public String getPkDefdoc7() { + return pkDefdoc7; + } + + public void setPkDefdoc7(String pkDefdoc7) { + this.pkDefdoc7 = pkDefdoc7; + } + + public String getPkDefdoc8() { + return pkDefdoc8; + } + + public void setPkDefdoc8(String pkDefdoc8) { + this.pkDefdoc8 = pkDefdoc8; + } + + public String getPkDefdoc9() { + return pkDefdoc9; + } + + public void setPkDefdoc9(String pkDefdoc9) { + this.pkDefdoc9 = pkDefdoc9; + } + + public String getTaudittime() { + return taudittime; + } + + public void setTaudittime(String taudittime) { + this.taudittime = taudittime; + } + + public String getTlastmaketime() { + return tlastmaketime; + } + + public void setTlastmaketime(String tlastmaketime) { + this.tlastmaketime = tlastmaketime; + } + + public String getTmaketime() { + return tmaketime; + } + + public void setTmaketime(String tmaketime) { + this.tmaketime = tmaketime; + } + + public String getTpubtime() { + return tpubtime; + } + + public void setTpubtime(String tpubtime) { + this.tpubtime = tpubtime; + } + + public String getTresptime() { + return tresptime; + } + + public void setTresptime(String tresptime) { + this.tresptime = tresptime; + } + + public String getTrevisiontime() { + return trevisiontime; + } + + public void setTrevisiontime(String trevisiontime) { + this.trevisiontime = trevisiontime; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVcoopordercode() { + return vcoopordercode; + } + + public void setVcoopordercode(String vcoopordercode) { + this.vcoopordercode = vcoopordercode; + } + + public String getVdef1() { + return vdef1; + } + + public void setVdef1(String vdef1) { + this.vdef1 = vdef1; + } + + public String getVdef10() { + return vdef10; + } + + public void setVdef10(String vdef10) { + this.vdef10 = vdef10; + } + + public String getVdef11() { + return vdef11; + } + + public void setVdef11(String vdef11) { + this.vdef11 = vdef11; + } + + public String getVdef12() { + return vdef12; + } + + public void setVdef12(String vdef12) { + this.vdef12 = vdef12; + } + + public String getVdef13() { + return vdef13; + } + + public void setVdef13(String vdef13) { + this.vdef13 = vdef13; + } + + public String getVdef14() { + return vdef14; + } + + public void setVdef14(String vdef14) { + this.vdef14 = vdef14; + } + + public String getVdef15() { + return vdef15; + } + + public void setVdef15(String vdef15) { + this.vdef15 = vdef15; + } + + public String getVdef16() { + return vdef16; + } + + public void setVdef16(String vdef16) { + this.vdef16 = vdef16; + } + + public String getVdef17() { + return vdef17; + } + + public void setVdef17(String vdef17) { + this.vdef17 = vdef17; + } + + public String getVdef18() { + return vdef18; + } + + public void setVdef18(String vdef18) { + this.vdef18 = vdef18; + } + + public String getVdef19() { + return vdef19; + } + + public void setVdef19(String vdef19) { + this.vdef19 = vdef19; + } + + public String getVdef2() { + return vdef2; + } + + public void setVdef2(String vdef2) { + this.vdef2 = vdef2; + } + + public String getVdef20() { + return vdef20; + } + + public void setVdef20(String vdef20) { + this.vdef20 = vdef20; + } + + public String getVdef3() { + return vdef3; + } + + public void setVdef3(String vdef3) { + this.vdef3 = vdef3; + } + + public String getVdef4() { + return vdef4; + } + + public void setVdef4(String vdef4) { + this.vdef4 = vdef4; + } + + public String getVdef5() { + return vdef5; + } + + public void setVdef5(String vdef5) { + this.vdef5 = vdef5; + } + + public String getVdef6() { + return vdef6; + } + + public void setVdef6(String vdef6) { + this.vdef6 = vdef6; + } + + public String getVdef7() { + return vdef7; + } + + public void setVdef7(String vdef7) { + this.vdef7 = vdef7; + } + + public String getVdef8() { + return vdef8; + } + + public void setVdef8(String vdef8) { + this.vdef8 = vdef8; + } + + public String getVdef9() { + return vdef9; + } + + public void setVdef9(String vdef9) { + this.vdef9 = vdef9; + } + + public String getVmemo() { + return vmemo; + } + + public void setVmemo(String vmemo) { + this.vmemo = vmemo; + } + + public String getVordercode() { + return vordercode; + } + + public void setVordercode(String vordercode) { + this.vordercode = vordercode; + } + + public String getVrefusrsn() { + return vrefusrsn; + } + + public void setVrefusrsn(String vrefusrsn) { + this.vrefusrsn = vrefusrsn; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderEntity.xml new file mode 100644 index 00000000..a018c30d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/PoOrderEntity.xml @@ -0,0 +1,1212 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + bcooptoso + ,bislatest + ,bisreplenish + ,bpubtoec + ,breturn + ,bsocooptome + ,caccountbankid + ,caccountyear + ,cauditpsn + ,cbiztype + ,ccontracttextpath + ,cdeliveraddress + ,cdeptid + ,cemployeeid + ,cfreecustid + ,cgiveinvoicevendor + ,coperator + ,corderid + ,cpubpsn + ,cpurorganization + ,creciever + ,cresppsn + ,crevisepsn + ,ctermprotocolid + ,ctransmodeid + ,cunfreeze + ,cvendorbaseid + ,cvendormangid + ,dauditdate + ,dorderdate + ,dr + ,drevisiondate + ,forderstatus + ,iprintcount + ,irespstatus + ,nprepaymaxmny + ,nprepaymny + ,ntotalmny + ,ntotalnum + ,nversion + ,pk_corp + ,pk_defdoc1 + ,pk_defdoc10 + ,pk_defdoc11 + ,pk_defdoc12 + ,pk_defdoc13 + ,pk_defdoc14 + ,pk_defdoc15 + ,pk_defdoc16 + ,pk_defdoc17 + ,pk_defdoc18 + ,pk_defdoc19 + ,pk_defdoc2 + ,pk_defdoc20 + ,pk_defdoc3 + ,pk_defdoc4 + ,pk_defdoc5 + ,pk_defdoc6 + ,pk_defdoc7 + ,pk_defdoc8 + ,pk_defdoc9 + ,taudittime + ,tlastmaketime + ,tmaketime + ,tpubtime + ,tresptime + ,trevisiontime + ,ts + ,vcoopordercode + ,vdef1 + ,vdef10 + ,vdef11 + ,vdef12 + ,vdef13 + ,vdef14 + ,vdef15 + ,vdef16 + ,vdef17 + ,vdef18 + ,vdef19 + ,vdef2 + ,vdef20 + ,vdef3 + ,vdef4 + ,vdef5 + ,vdef6 + ,vdef7 + ,vdef8 + ,vdef9 + ,vmemo + ,vordercode + ,vrefusrsn + + + + + + + + + + + + + + + + insert into po_order( + + bcooptoso , + bislatest , + bisreplenish , + bpubtoec , + breturn , + bsocooptome , + caccountbankid , + caccountyear , + cauditpsn , + cbiztype , + ccontracttextpath , + cdeliveraddress , + cdeptid , + cemployeeid , + cfreecustid , + cgiveinvoicevendor , + coperator , + corderid , + cpubpsn , + cpurorganization , + creciever , + cresppsn , + crevisepsn , + ctermprotocolid , + ctransmodeid , + cunfreeze , + cvendorbaseid , + cvendormangid , + dauditdate , + dorderdate , + dr , + drevisiondate , + forderstatus , + iprintcount , + irespstatus , + nprepaymaxmny , + nprepaymny , + ntotalmny , + ntotalnum , + nversion , + pk_corp , + pk_defdoc1 , + pk_defdoc10 , + pk_defdoc11 , + pk_defdoc12 , + pk_defdoc13 , + pk_defdoc14 , + pk_defdoc15 , + pk_defdoc16 , + pk_defdoc17 , + pk_defdoc18 , + pk_defdoc19 , + pk_defdoc2 , + pk_defdoc20 , + pk_defdoc3 , + pk_defdoc4 , + pk_defdoc5 , + pk_defdoc6 , + pk_defdoc7 , + pk_defdoc8 , + pk_defdoc9 , + taudittime , + tlastmaketime , + tmaketime , + tpubtime , + tresptime , + trevisiontime , + ts , + vcoopordercode , + vdef1 , + vdef10 , + vdef11 , + vdef12 , + vdef13 , + vdef14 , + vdef15 , + vdef16 , + vdef17 , + vdef18 , + vdef19 , + vdef2 , + vdef20 , + vdef3 , + vdef4 , + vdef5 , + vdef6 , + vdef7 , + vdef8 , + vdef9 , + vmemo , + vordercode , + vrefusrsn , + sorts, + sts, + + )values( + + #{bcooptoso} , + #{bislatest} , + #{bisreplenish} , + #{bpubtoec} , + #{breturn} , + #{bsocooptome} , + #{caccountbankid} , + #{caccountyear} , + #{cauditpsn} , + #{cbiztype} , + #{ccontracttextpath} , + #{cdeliveraddress} , + #{cdeptid} , + #{cemployeeid} , + #{cfreecustid} , + #{cgiveinvoicevendor} , + #{coperator} , + #{corderid} , + #{cpubpsn} , + #{cpurorganization} , + #{creciever} , + #{cresppsn} , + #{crevisepsn} , + #{ctermprotocolid} , + #{ctransmodeid} , + #{cunfreeze} , + #{cvendorbaseid} , + #{cvendormangid} , + #{dauditdate} , + #{dorderdate} , + #{dr} , + #{drevisiondate} , + #{forderstatus} , + #{iprintcount} , + #{irespstatus} , + #{nprepaymaxmny} , + #{nprepaymny} , + #{ntotalmny} , + #{ntotalnum} , + #{nversion} , + #{pkCorp} , + #{pkDefdoc1} , + #{pkDefdoc10} , + #{pkDefdoc11} , + #{pkDefdoc12} , + #{pkDefdoc13} , + #{pkDefdoc14} , + #{pkDefdoc15} , + #{pkDefdoc16} , + #{pkDefdoc17} , + #{pkDefdoc18} , + #{pkDefdoc19} , + #{pkDefdoc2} , + #{pkDefdoc20} , + #{pkDefdoc3} , + #{pkDefdoc4} , + #{pkDefdoc5} , + #{pkDefdoc6} , + #{pkDefdoc7} , + #{pkDefdoc8} , + #{pkDefdoc9} , + #{taudittime} , + #{tlastmaketime} , + #{tmaketime} , + #{tpubtime} , + #{tresptime} , + #{trevisiontime} , + #{ts} , + #{vcoopordercode} , + #{vdef1} , + #{vdef10} , + #{vdef11} , + #{vdef12} , + #{vdef13} , + #{vdef14} , + #{vdef15} , + #{vdef16} , + #{vdef17} , + #{vdef18} , + #{vdef19} , + #{vdef2} , + #{vdef20} , + #{vdef3} , + #{vdef4} , + #{vdef5} , + #{vdef6} , + #{vdef7} , + #{vdef8} , + #{vdef9} , + #{vmemo} , + #{vordercode} , + #{vrefusrsn} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from po_order a WHERE a.sts = 'Y' + ), + + 'Y', + + ) + + + + insert into po_order(bcooptoso, bislatest, bisreplenish, bpubtoec, breturn, bsocooptome, caccountbankid, + caccountyear, cauditpsn, cbiztype, ccontracttextpath, cdeliveraddress, cdeptid, cemployeeid, cfreecustid, + cgiveinvoicevendor, coperator, cpubpsn, cpurorganization, creciever, cresppsn, crevisepsn, ctermprotocolid, + ctransmodeid, cunfreeze, cvendorbaseid, cvendormangid, dauditdate, dorderdate, dr, drevisiondate, forderstatus, + iprintcount, irespstatus, nprepaymaxmny, nprepaymny, ntotalmny, ntotalnum, nversion, pk_corp, pk_defdoc1, + pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, + pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, + pk_defdoc8, pk_defdoc9, taudittime, tlastmaketime, tmaketime, tpubtime, tresptime, trevisiontime, ts, + vcoopordercode, vdef1, vdef10, vdef11, vdef12, vdef13, vdef14, vdef15, vdef16, vdef17, vdef18, vdef19, vdef2, + vdef20, vdef3, vdef4, vdef5, vdef6, vdef7, vdef8, vdef9, vmemo, vordercode, vrefusrsn, sts) + values + + (#{entity.bcooptoso},#{entity.bislatest},#{entity.bisreplenish},#{entity.bpubtoec},#{entity.breturn},#{entity.bsocooptome},#{entity.caccountbankid},#{entity.caccountyear},#{entity.cauditpsn},#{entity.cbiztype},#{entity.ccontracttextpath},#{entity.cdeliveraddress},#{entity.cdeptid},#{entity.cemployeeid},#{entity.cfreecustid},#{entity.cgiveinvoicevendor},#{entity.coperator},#{entity.cpubpsn},#{entity.cpurorganization},#{entity.creciever},#{entity.cresppsn},#{entity.crevisepsn},#{entity.ctermprotocolid},#{entity.ctransmodeid},#{entity.cunfreeze},#{entity.cvendorbaseid},#{entity.cvendormangid},#{entity.dauditdate},#{entity.dorderdate},#{entity.dr},#{entity.drevisiondate},#{entity.forderstatus},#{entity.iprintcount},#{entity.irespstatus},#{entity.nprepaymaxmny},#{entity.nprepaymny},#{entity.ntotalmny},#{entity.ntotalnum},#{entity.nversion},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.taudittime},#{entity.tlastmaketime},#{entity.tmaketime},#{entity.tpubtime},#{entity.tresptime},#{entity.trevisiontime},#{entity.ts},#{entity.vcoopordercode},#{entity.vdef1},#{entity.vdef10},#{entity.vdef11},#{entity.vdef12},#{entity.vdef13},#{entity.vdef14},#{entity.vdef15},#{entity.vdef16},#{entity.vdef17},#{entity.vdef18},#{entity.vdef19},#{entity.vdef2},#{entity.vdef20},#{entity.vdef3},#{entity.vdef4},#{entity.vdef5},#{entity.vdef6},#{entity.vdef7},#{entity.vdef8},#{entity.vdef9},#{entity.vmemo},#{entity.vordercode},#{entity.vrefusrsn}, + 'Y') + + + + + insert into po_order(bcooptoso, bislatest, bisreplenish, bpubtoec, breturn, bsocooptome, caccountbankid, + caccountyear, cauditpsn, cbiztype, ccontracttextpath, cdeliveraddress, cdeptid, cemployeeid, cfreecustid, + cgiveinvoicevendor, coperator, cpubpsn, cpurorganization, creciever, cresppsn, crevisepsn, ctermprotocolid, + ctransmodeid, cunfreeze, cvendorbaseid, cvendormangid, dauditdate, dorderdate, dr, drevisiondate, forderstatus, + iprintcount, irespstatus, nprepaymaxmny, nprepaymny, ntotalmny, ntotalnum, nversion, pk_corp, pk_defdoc1, + pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, + pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, + pk_defdoc8, pk_defdoc9, taudittime, tlastmaketime, tmaketime, tpubtime, tresptime, trevisiontime, ts, + vcoopordercode, vdef1, vdef10, vdef11, vdef12, vdef13, vdef14, vdef15, vdef16, vdef17, vdef18, vdef19, vdef2, + vdef20, vdef3, vdef4, vdef5, vdef6, vdef7, vdef8, vdef9, vmemo, vordercode, vrefusrsn) + values + + (#{entity.bcooptoso},#{entity.bislatest},#{entity.bisreplenish},#{entity.bpubtoec},#{entity.breturn},#{entity.bsocooptome},#{entity.caccountbankid},#{entity.caccountyear},#{entity.cauditpsn},#{entity.cbiztype},#{entity.ccontracttextpath},#{entity.cdeliveraddress},#{entity.cdeptid},#{entity.cemployeeid},#{entity.cfreecustid},#{entity.cgiveinvoicevendor},#{entity.coperator},#{entity.cpubpsn},#{entity.cpurorganization},#{entity.creciever},#{entity.cresppsn},#{entity.crevisepsn},#{entity.ctermprotocolid},#{entity.ctransmodeid},#{entity.cunfreeze},#{entity.cvendorbaseid},#{entity.cvendormangid},#{entity.dauditdate},#{entity.dorderdate},#{entity.dr},#{entity.drevisiondate},#{entity.forderstatus},#{entity.iprintcount},#{entity.irespstatus},#{entity.nprepaymaxmny},#{entity.nprepaymny},#{entity.ntotalmny},#{entity.ntotalnum},#{entity.nversion},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.taudittime},#{entity.tlastmaketime},#{entity.tmaketime},#{entity.tpubtime},#{entity.tresptime},#{entity.trevisiontime},#{entity.ts},#{entity.vcoopordercode},#{entity.vdef1},#{entity.vdef10},#{entity.vdef11},#{entity.vdef12},#{entity.vdef13},#{entity.vdef14},#{entity.vdef15},#{entity.vdef16},#{entity.vdef17},#{entity.vdef18},#{entity.vdef19},#{entity.vdef2},#{entity.vdef20},#{entity.vdef3},#{entity.vdef4},#{entity.vdef5},#{entity.vdef6},#{entity.vdef7},#{entity.vdef8},#{entity.vdef9},#{entity.vmemo},#{entity.vordercode},#{entity.vrefusrsn}) + + on duplicate key update + bcooptoso = values(bcooptoso), + bislatest = values(bislatest), + bisreplenish = values(bisreplenish), + bpubtoec = values(bpubtoec), + breturn = values(breturn), + bsocooptome = values(bsocooptome), + caccountbankid = values(caccountbankid), + caccountyear = values(caccountyear), + cauditpsn = values(cauditpsn), + cbiztype = values(cbiztype), + ccontracttextpath = values(ccontracttextpath), + cdeliveraddress = values(cdeliveraddress), + cdeptid = values(cdeptid), + cemployeeid = values(cemployeeid), + cfreecustid = values(cfreecustid), + cgiveinvoicevendor = values(cgiveinvoicevendor), + coperator = values(coperator), + cpubpsn = values(cpubpsn), + cpurorganization = values(cpurorganization), + creciever = values(creciever), + cresppsn = values(cresppsn), + crevisepsn = values(crevisepsn), + ctermprotocolid = values(ctermprotocolid), + ctransmodeid = values(ctransmodeid), + cunfreeze = values(cunfreeze), + cvendorbaseid = values(cvendorbaseid), + cvendormangid = values(cvendormangid), + dauditdate = values(dauditdate), + dorderdate = values(dorderdate), + dr = values(dr), + drevisiondate = values(drevisiondate), + forderstatus = values(forderstatus), + iprintcount = values(iprintcount), + irespstatus = values(irespstatus), + nprepaymaxmny = values(nprepaymaxmny), + nprepaymny = values(nprepaymny), + ntotalmny = values(ntotalmny), + ntotalnum = values(ntotalnum), + nversion = values(nversion), + pk_corp = values(pk_corp), + pk_defdoc1 = values(pk_defdoc1), + pk_defdoc10 = values(pk_defdoc10), + pk_defdoc11 = values(pk_defdoc11), + pk_defdoc12 = values(pk_defdoc12), + pk_defdoc13 = values(pk_defdoc13), + pk_defdoc14 = values(pk_defdoc14), + pk_defdoc15 = values(pk_defdoc15), + pk_defdoc16 = values(pk_defdoc16), + pk_defdoc17 = values(pk_defdoc17), + pk_defdoc18 = values(pk_defdoc18), + pk_defdoc19 = values(pk_defdoc19), + pk_defdoc2 = values(pk_defdoc2), + pk_defdoc20 = values(pk_defdoc20), + pk_defdoc3 = values(pk_defdoc3), + pk_defdoc4 = values(pk_defdoc4), + pk_defdoc5 = values(pk_defdoc5), + pk_defdoc6 = values(pk_defdoc6), + pk_defdoc7 = values(pk_defdoc7), + pk_defdoc8 = values(pk_defdoc8), + pk_defdoc9 = values(pk_defdoc9), + taudittime = values(taudittime), + tlastmaketime = values(tlastmaketime), + tmaketime = values(tmaketime), + tpubtime = values(tpubtime), + tresptime = values(tresptime), + trevisiontime = values(trevisiontime), + ts = values(ts), + vcoopordercode = values(vcoopordercode), + vdef1 = values(vdef1), + vdef10 = values(vdef10), + vdef11 = values(vdef11), + vdef12 = values(vdef12), + vdef13 = values(vdef13), + vdef14 = values(vdef14), + vdef15 = values(vdef15), + vdef16 = values(vdef16), + vdef17 = values(vdef17), + vdef18 = values(vdef18), + vdef19 = values(vdef19), + vdef2 = values(vdef2), + vdef20 = values(vdef20), + vdef3 = values(vdef3), + vdef4 = values(vdef4), + vdef5 = values(vdef5), + vdef6 = values(vdef6), + vdef7 = values(vdef7), + vdef8 = values(vdef8), + vdef9 = values(vdef9), + vmemo = values(vmemo), + vordercode = values(vordercode), + vrefusrsn = values(vrefusrsn) + + + + update po_order set + + bcooptoso = #{bcooptoso}, + bislatest = #{bislatest}, + bisreplenish = #{bisreplenish}, + bpubtoec = #{bpubtoec}, + breturn = #{breturn}, + bsocooptome = #{bsocooptome}, + caccountbankid = #{caccountbankid}, + caccountyear = #{caccountyear}, + cauditpsn = #{cauditpsn}, + cbiztype = #{cbiztype}, + ccontracttextpath = #{ccontracttextpath}, + + cdeliveraddress = #{cdeliveraddress}, + cdeptid = #{cdeptid}, + cemployeeid = #{cemployeeid}, + cfreecustid = #{cfreecustid}, + cgiveinvoicevendor = + #{cgiveinvoicevendor}, + + coperator = #{coperator}, + cpubpsn = #{cpubpsn}, + cpurorganization = #{cpurorganization}, + creciever = #{creciever}, + cresppsn = #{cresppsn}, + crevisepsn = #{crevisepsn}, + ctermprotocolid = #{ctermprotocolid}, + ctransmodeid = #{ctransmodeid}, + cunfreeze = #{cunfreeze}, + cvendorbaseid = #{cvendorbaseid}, + cvendormangid = #{cvendormangid}, + dauditdate = #{dauditdate}, + dorderdate = #{dorderdate}, + dr = #{dr}, + drevisiondate = #{drevisiondate}, + forderstatus = #{forderstatus}, + iprintcount = #{iprintcount}, + irespstatus = #{irespstatus}, + nprepaymaxmny = #{nprepaymaxmny}, + nprepaymny = #{nprepaymny}, + ntotalmny = #{ntotalmny}, + ntotalnum = #{ntotalnum}, + nversion = #{nversion}, + pk_corp = #{pkCorp}, + pk_defdoc1 = #{pkDefdoc1}, + pk_defdoc10 = #{pkDefdoc10}, + pk_defdoc11 = #{pkDefdoc11}, + pk_defdoc12 = #{pkDefdoc12}, + pk_defdoc13 = #{pkDefdoc13}, + pk_defdoc14 = #{pkDefdoc14}, + pk_defdoc15 = #{pkDefdoc15}, + pk_defdoc16 = #{pkDefdoc16}, + pk_defdoc17 = #{pkDefdoc17}, + pk_defdoc18 = #{pkDefdoc18}, + pk_defdoc19 = #{pkDefdoc19}, + pk_defdoc2 = #{pkDefdoc2}, + pk_defdoc20 = #{pkDefdoc20}, + pk_defdoc3 = #{pkDefdoc3}, + pk_defdoc4 = #{pkDefdoc4}, + pk_defdoc5 = #{pkDefdoc5}, + pk_defdoc6 = #{pkDefdoc6}, + pk_defdoc7 = #{pkDefdoc7}, + pk_defdoc8 = #{pkDefdoc8}, + pk_defdoc9 = #{pkDefdoc9}, + taudittime = #{taudittime}, + tlastmaketime = #{tlastmaketime}, + tmaketime = #{tmaketime}, + tpubtime = #{tpubtime}, + tresptime = #{tresptime}, + trevisiontime = #{trevisiontime}, + ts = #{ts}, + vcoopordercode = #{vcoopordercode}, + vdef1 = #{vdef1}, + vdef10 = #{vdef10}, + vdef11 = #{vdef11}, + vdef12 = #{vdef12}, + vdef13 = #{vdef13}, + vdef14 = #{vdef14}, + vdef15 = #{vdef15}, + vdef16 = #{vdef16}, + vdef17 = #{vdef17}, + vdef18 = #{vdef18}, + vdef19 = #{vdef19}, + vdef2 = #{vdef2}, + vdef20 = #{vdef20}, + vdef3 = #{vdef3}, + vdef4 = #{vdef4}, + vdef5 = #{vdef5}, + vdef6 = #{vdef6}, + vdef7 = #{vdef7}, + vdef8 = #{vdef8}, + vdef9 = #{vdef9}, + vmemo = #{vmemo}, + vordercode = #{vordercode}, + vrefusrsn = #{vrefusrsn}, + + where corderid = #{corderid} + + + + + update po_order + set sts= 'N' + where corderid = #{corderid} + + + + + update po_order set sts= 'N' + + and bcooptoso = #{bcooptoso} + and bislatest = #{bislatest} + and bisreplenish = #{bisreplenish} + and bpubtoec = #{bpubtoec} + and breturn = #{breturn} + and bsocooptome = #{bsocooptome} + and caccountbankid = #{caccountbankid} + and caccountyear = #{caccountyear} + and cauditpsn = #{cauditpsn} + and cbiztype = #{cbiztype} + and ccontracttextpath = + #{ccontracttextpath} + + and cdeliveraddress = #{cdeliveraddress} + and cdeptid = #{cdeptid} + and cemployeeid = #{cemployeeid} + and cfreecustid = #{cfreecustid} + and cgiveinvoicevendor = + #{cgiveinvoicevendor} + + and coperator = #{coperator} + and corderid = #{corderid} + and cpubpsn = #{cpubpsn} + and cpurorganization = #{cpurorganization} + + and creciever = #{creciever} + and cresppsn = #{cresppsn} + and crevisepsn = #{crevisepsn} + and ctermprotocolid = #{ctermprotocolid} + and ctransmodeid = #{ctransmodeid} + and cunfreeze = #{cunfreeze} + and cvendorbaseid = #{cvendorbaseid} + and cvendormangid = #{cvendormangid} + and dauditdate = #{dauditdate} + and dorderdate = #{dorderdate} + and dr = #{dr} + and drevisiondate = #{drevisiondate} + and forderstatus = #{forderstatus} + and iprintcount = #{iprintcount} + and irespstatus = #{irespstatus} + and nprepaymaxmny = #{nprepaymaxmny} + and nprepaymny = #{nprepaymny} + and ntotalmny = #{ntotalmny} + and ntotalnum = #{ntotalnum} + and nversion = #{nversion} + and pk_corp = #{pkCorp} + and pk_defdoc1 = #{pkDefdoc1} + and pk_defdoc10 = #{pkDefdoc10} + and pk_defdoc11 = #{pkDefdoc11} + and pk_defdoc12 = #{pkDefdoc12} + and pk_defdoc13 = #{pkDefdoc13} + and pk_defdoc14 = #{pkDefdoc14} + and pk_defdoc15 = #{pkDefdoc15} + and pk_defdoc16 = #{pkDefdoc16} + and pk_defdoc17 = #{pkDefdoc17} + and pk_defdoc18 = #{pkDefdoc18} + and pk_defdoc19 = #{pkDefdoc19} + and pk_defdoc2 = #{pkDefdoc2} + and pk_defdoc20 = #{pkDefdoc20} + and pk_defdoc3 = #{pkDefdoc3} + and pk_defdoc4 = #{pkDefdoc4} + and pk_defdoc5 = #{pkDefdoc5} + and pk_defdoc6 = #{pkDefdoc6} + and pk_defdoc7 = #{pkDefdoc7} + and pk_defdoc8 = #{pkDefdoc8} + and pk_defdoc9 = #{pkDefdoc9} + and taudittime = #{taudittime} + and tlastmaketime = #{tlastmaketime} + and tmaketime = #{tmaketime} + and tpubtime = #{tpubtime} + and tresptime = #{tresptime} + and trevisiontime = #{trevisiontime} + and ts = #{ts} + and vcoopordercode = #{vcoopordercode} + and vdef1 = #{vdef1} + and vdef10 = #{vdef10} + and vdef11 = #{vdef11} + and vdef12 = #{vdef12} + and vdef13 = #{vdef13} + and vdef14 = #{vdef14} + and vdef15 = #{vdef15} + and vdef16 = #{vdef16} + and vdef17 = #{vdef17} + and vdef18 = #{vdef18} + and vdef19 = #{vdef19} + and vdef2 = #{vdef2} + and vdef20 = #{vdef20} + and vdef3 = #{vdef3} + and vdef4 = #{vdef4} + and vdef5 = #{vdef5} + and vdef6 = #{vdef6} + and vdef7 = #{vdef7} + and vdef8 = #{vdef8} + and vdef9 = #{vdef9} + and vmemo = #{vmemo} + and vordercode = #{vordercode} + and vrefusrsn = #{vrefusrsn} + + + + + + delete + from po_order + where corderid = #{corderid} + + + + + update po_order set vdef20 = #{vdef20} where corderid = #{corderid} and dr = 0 + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleEntity.java new file mode 100644 index 00000000..5d3ec8da --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleEntity.java @@ -0,0 +1,1021 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +import java.util.List; + +/** + * (SoSale)实体类 + * + * @author makejava + * @since 2023-08-16 15:49:54 + */ +public class SoSaleEntity extends BaseEntity { + + private String alrconfincomny; + private String bcooptopo; + private String bfreecustflag; + private String binitflag; + private String binvoicendflag; + private String boutendflag; + private String boverdate; + private String bpayendflag; + private String bpocooptome; + private String breceiptendflag; + private String bretinvflag; + private String btransendflag; + private String capproveid; + private String cbaltypeid; + private String cbiztype; + private String ccalbodyid; + private String ccooppohid; + private String ccreditnum; + private String ccustbankid; + private String ccustomerid; + private String cdeptid; + private String cemployeeid; + private String cfreecustid; + private String coperatorid; + private String creceiptareaid; + private String creceiptcorpid; + private String creceiptcustomerid; + private String creceipttype; + private String csalecorpid; + private String csaleid; + private String ctermprotocolid; + private String ctransmodeid; + private String cwarehouseid; + private String dapprovedate; + private String daudittime; + private String dbilldate; + private String dbilltime; + private String dmakedate; + private String dmoditime; + private Long dr; + private String editauthor; + private String editdate; + private String editionnum; + private Long finvoiceclass; + private Long finvoicetype; + private Long fstatus; + private Long ibalanceflag; + private Long iprintcount; + private String naccountperiod; + private String ndiscountrate; + private String nevaluatecarriage; + private String nheadsummny; + private String npreceivemny; + private String npreceiverate; + private String nsubscription; + private String ntotalnum; + private String pkCorp; + private String pkDefdoc1; + private String pkDefdoc10; + private String pkDefdoc11; + private String pkDefdoc12; + private String pkDefdoc13; + private String pkDefdoc14; + private String pkDefdoc15; + private String pkDefdoc16; + private String pkDefdoc17; + private String pkDefdoc18; + private String pkDefdoc19; + private String pkDefdoc2; + private String pkDefdoc20; + private String pkDefdoc3; + private String pkDefdoc4; + private String pkDefdoc5; + private String pkDefdoc6; + private String pkDefdoc7; + private String pkDefdoc8; + private String pkDefdoc9; + private Long srcoutsysflag; + private String transactionprice; + private String ts; + private String vaccountyear; + private String vdef1; + private String vdef10; + private String vdef11; + private String vdef12; + private String vdef13; + private String vdef14; + private String vdef15; + private String vdef16; + private String vdef17; + private String vdef18; + private String vdef19; + private String vdef2; + private String vdef20; + private String vdef3; + private String vdef4; + private String vdef5; + private String vdef6; + private String vdef7; + private String vdef8; + private String vdef9; + private String veditreason; + private String vnote; + private String vreceiptcode; + private String vreceiveaddress; + + //查询条件:审批开始时间 + private String start_daudittime; + + //查询条件:审批结束时间 + private String end_daudittime; + + //原始订单号 + private String tid; + + /** + * 业务流程 + */ + private String cbiztypes; + + public String getCbiztypes() { + return cbiztypes; + } + + public void setCbiztypes(String cbiztypes) { + this.cbiztypes = cbiztypes; + } + + /** + * 表体明细行 + */ + private List soSaleorderBEntityList; + + public List getSoSaleorderBEntityList() { + return soSaleorderBEntityList; + } + + public void setSoSaleorderBEntityList(List soSaleorderBEntityList) { + this.soSaleorderBEntityList = soSaleorderBEntityList; + } + + public String getTid() { + return tid; + } + + public void setTid(String tid) { + this.tid = tid; + } + + public String getStart_daudittime() { + return start_daudittime; + } + + public void setStart_daudittime(String start_daudittime) { + this.start_daudittime = start_daudittime; + } + + public String getEnd_daudittime() { + return end_daudittime; + } + + public void setEnd_daudittime(String end_daudittime) { + this.end_daudittime = end_daudittime; + } + + public String getAlrconfincomny() { + return alrconfincomny; + } + + public void setAlrconfincomny(String alrconfincomny) { + this.alrconfincomny = alrconfincomny; + } + + public String getBcooptopo() { + return bcooptopo; + } + + public void setBcooptopo(String bcooptopo) { + this.bcooptopo = bcooptopo; + } + + public String getBfreecustflag() { + return bfreecustflag; + } + + public void setBfreecustflag(String bfreecustflag) { + this.bfreecustflag = bfreecustflag; + } + + public String getBinitflag() { + return binitflag; + } + + public void setBinitflag(String binitflag) { + this.binitflag = binitflag; + } + + public String getBinvoicendflag() { + return binvoicendflag; + } + + public void setBinvoicendflag(String binvoicendflag) { + this.binvoicendflag = binvoicendflag; + } + + public String getBoutendflag() { + return boutendflag; + } + + public void setBoutendflag(String boutendflag) { + this.boutendflag = boutendflag; + } + + public String getBoverdate() { + return boverdate; + } + + public void setBoverdate(String boverdate) { + this.boverdate = boverdate; + } + + public String getBpayendflag() { + return bpayendflag; + } + + public void setBpayendflag(String bpayendflag) { + this.bpayendflag = bpayendflag; + } + + public String getBpocooptome() { + return bpocooptome; + } + + public void setBpocooptome(String bpocooptome) { + this.bpocooptome = bpocooptome; + } + + public String getBreceiptendflag() { + return breceiptendflag; + } + + public void setBreceiptendflag(String breceiptendflag) { + this.breceiptendflag = breceiptendflag; + } + + public String getBretinvflag() { + return bretinvflag; + } + + public void setBretinvflag(String bretinvflag) { + this.bretinvflag = bretinvflag; + } + + public String getBtransendflag() { + return btransendflag; + } + + public void setBtransendflag(String btransendflag) { + this.btransendflag = btransendflag; + } + + public String getCapproveid() { + return capproveid; + } + + public void setCapproveid(String capproveid) { + this.capproveid = capproveid; + } + + public String getCbaltypeid() { + return cbaltypeid; + } + + public void setCbaltypeid(String cbaltypeid) { + this.cbaltypeid = cbaltypeid; + } + + public String getCbiztype() { + return cbiztype; + } + + public void setCbiztype(String cbiztype) { + this.cbiztype = cbiztype; + } + + public String getCcalbodyid() { + return ccalbodyid; + } + + public void setCcalbodyid(String ccalbodyid) { + this.ccalbodyid = ccalbodyid; + } + + public String getCcooppohid() { + return ccooppohid; + } + + public void setCcooppohid(String ccooppohid) { + this.ccooppohid = ccooppohid; + } + + public String getCcreditnum() { + return ccreditnum; + } + + public void setCcreditnum(String ccreditnum) { + this.ccreditnum = ccreditnum; + } + + public String getCcustbankid() { + return ccustbankid; + } + + public void setCcustbankid(String ccustbankid) { + this.ccustbankid = ccustbankid; + } + + public String getCcustomerid() { + return ccustomerid; + } + + public void setCcustomerid(String ccustomerid) { + this.ccustomerid = ccustomerid; + } + + public String getCdeptid() { + return cdeptid; + } + + public void setCdeptid(String cdeptid) { + this.cdeptid = cdeptid; + } + + public String getCemployeeid() { + return cemployeeid; + } + + public void setCemployeeid(String cemployeeid) { + this.cemployeeid = cemployeeid; + } + + public String getCfreecustid() { + return cfreecustid; + } + + public void setCfreecustid(String cfreecustid) { + this.cfreecustid = cfreecustid; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCreceiptareaid() { + return creceiptareaid; + } + + public void setCreceiptareaid(String creceiptareaid) { + this.creceiptareaid = creceiptareaid; + } + + public String getCreceiptcorpid() { + return creceiptcorpid; + } + + public void setCreceiptcorpid(String creceiptcorpid) { + this.creceiptcorpid = creceiptcorpid; + } + + public String getCreceiptcustomerid() { + return creceiptcustomerid; + } + + public void setCreceiptcustomerid(String creceiptcustomerid) { + this.creceiptcustomerid = creceiptcustomerid; + } + + public String getCreceipttype() { + return creceipttype; + } + + public void setCreceipttype(String creceipttype) { + this.creceipttype = creceipttype; + } + + public String getCsalecorpid() { + return csalecorpid; + } + + public void setCsalecorpid(String csalecorpid) { + this.csalecorpid = csalecorpid; + } + + public String getCsaleid() { + return csaleid; + } + + public void setCsaleid(String csaleid) { + this.csaleid = csaleid; + } + + public String getCtermprotocolid() { + return ctermprotocolid; + } + + public void setCtermprotocolid(String ctermprotocolid) { + this.ctermprotocolid = ctermprotocolid; + } + + public String getCtransmodeid() { + return ctransmodeid; + } + + public void setCtransmodeid(String ctransmodeid) { + this.ctransmodeid = ctransmodeid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getDapprovedate() { + return dapprovedate; + } + + public void setDapprovedate(String dapprovedate) { + this.dapprovedate = dapprovedate; + } + + public String getDaudittime() { + return daudittime; + } + + public void setDaudittime(String daudittime) { + this.daudittime = daudittime; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getDbilltime() { + return dbilltime; + } + + public void setDbilltime(String dbilltime) { + this.dbilltime = dbilltime; + } + + public String getDmakedate() { + return dmakedate; + } + + public void setDmakedate(String dmakedate) { + this.dmakedate = dmakedate; + } + + public String getDmoditime() { + return dmoditime; + } + + public void setDmoditime(String dmoditime) { + this.dmoditime = dmoditime; + } + + public Long getDr() { + return dr; + } + + public void setDr(Long dr) { + this.dr = dr; + } + + public String getEditauthor() { + return editauthor; + } + + public void setEditauthor(String editauthor) { + this.editauthor = editauthor; + } + + public String getEditdate() { + return editdate; + } + + public void setEditdate(String editdate) { + this.editdate = editdate; + } + + public String getEditionnum() { + return editionnum; + } + + public void setEditionnum(String editionnum) { + this.editionnum = editionnum; + } + + public Long getFinvoiceclass() { + return finvoiceclass; + } + + public void setFinvoiceclass(Long finvoiceclass) { + this.finvoiceclass = finvoiceclass; + } + + public Long getFinvoicetype() { + return finvoicetype; + } + + public void setFinvoicetype(Long finvoicetype) { + this.finvoicetype = finvoicetype; + } + + public Long getFstatus() { + return fstatus; + } + + public void setFstatus(Long fstatus) { + this.fstatus = fstatus; + } + + public Long getIbalanceflag() { + return ibalanceflag; + } + + public void setIbalanceflag(Long ibalanceflag) { + this.ibalanceflag = ibalanceflag; + } + + public Long getIprintcount() { + return iprintcount; + } + + public void setIprintcount(Long iprintcount) { + this.iprintcount = iprintcount; + } + + public String getNaccountperiod() { + return naccountperiod; + } + + public void setNaccountperiod(String naccountperiod) { + this.naccountperiod = naccountperiod; + } + + public String getNdiscountrate() { + return ndiscountrate; + } + + public void setNdiscountrate(String ndiscountrate) { + this.ndiscountrate = ndiscountrate; + } + + public String getNevaluatecarriage() { + return nevaluatecarriage; + } + + public void setNevaluatecarriage(String nevaluatecarriage) { + this.nevaluatecarriage = nevaluatecarriage; + } + + public String getNheadsummny() { + return nheadsummny; + } + + public void setNheadsummny(String nheadsummny) { + this.nheadsummny = nheadsummny; + } + + public String getNpreceivemny() { + return npreceivemny; + } + + public void setNpreceivemny(String npreceivemny) { + this.npreceivemny = npreceivemny; + } + + public String getNpreceiverate() { + return npreceiverate; + } + + public void setNpreceiverate(String npreceiverate) { + this.npreceiverate = npreceiverate; + } + + public String getNsubscription() { + return nsubscription; + } + + public void setNsubscription(String nsubscription) { + this.nsubscription = nsubscription; + } + + public String getNtotalnum() { + return ntotalnum; + } + + public void setNtotalnum(String ntotalnum) { + this.ntotalnum = ntotalnum; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoc10() { + return pkDefdoc10; + } + + public void setPkDefdoc10(String pkDefdoc10) { + this.pkDefdoc10 = pkDefdoc10; + } + + public String getPkDefdoc11() { + return pkDefdoc11; + } + + public void setPkDefdoc11(String pkDefdoc11) { + this.pkDefdoc11 = pkDefdoc11; + } + + public String getPkDefdoc12() { + return pkDefdoc12; + } + + public void setPkDefdoc12(String pkDefdoc12) { + this.pkDefdoc12 = pkDefdoc12; + } + + public String getPkDefdoc13() { + return pkDefdoc13; + } + + public void setPkDefdoc13(String pkDefdoc13) { + this.pkDefdoc13 = pkDefdoc13; + } + + public String getPkDefdoc14() { + return pkDefdoc14; + } + + public void setPkDefdoc14(String pkDefdoc14) { + this.pkDefdoc14 = pkDefdoc14; + } + + public String getPkDefdoc15() { + return pkDefdoc15; + } + + public void setPkDefdoc15(String pkDefdoc15) { + this.pkDefdoc15 = pkDefdoc15; + } + + public String getPkDefdoc16() { + return pkDefdoc16; + } + + public void setPkDefdoc16(String pkDefdoc16) { + this.pkDefdoc16 = pkDefdoc16; + } + + public String getPkDefdoc17() { + return pkDefdoc17; + } + + public void setPkDefdoc17(String pkDefdoc17) { + this.pkDefdoc17 = pkDefdoc17; + } + + public String getPkDefdoc18() { + return pkDefdoc18; + } + + public void setPkDefdoc18(String pkDefdoc18) { + this.pkDefdoc18 = pkDefdoc18; + } + + public String getPkDefdoc19() { + return pkDefdoc19; + } + + public void setPkDefdoc19(String pkDefdoc19) { + this.pkDefdoc19 = pkDefdoc19; + } + + public String getPkDefdoc2() { + return pkDefdoc2; + } + + public void setPkDefdoc2(String pkDefdoc2) { + this.pkDefdoc2 = pkDefdoc2; + } + + public String getPkDefdoc20() { + return pkDefdoc20; + } + + public void setPkDefdoc20(String pkDefdoc20) { + this.pkDefdoc20 = pkDefdoc20; + } + + public String getPkDefdoc3() { + return pkDefdoc3; + } + + public void setPkDefdoc3(String pkDefdoc3) { + this.pkDefdoc3 = pkDefdoc3; + } + + public String getPkDefdoc4() { + return pkDefdoc4; + } + + public void setPkDefdoc4(String pkDefdoc4) { + this.pkDefdoc4 = pkDefdoc4; + } + + public String getPkDefdoc5() { + return pkDefdoc5; + } + + public void setPkDefdoc5(String pkDefdoc5) { + this.pkDefdoc5 = pkDefdoc5; + } + + public String getPkDefdoc6() { + return pkDefdoc6; + } + + public void setPkDefdoc6(String pkDefdoc6) { + this.pkDefdoc6 = pkDefdoc6; + } + + public String getPkDefdoc7() { + return pkDefdoc7; + } + + public void setPkDefdoc7(String pkDefdoc7) { + this.pkDefdoc7 = pkDefdoc7; + } + + public String getPkDefdoc8() { + return pkDefdoc8; + } + + public void setPkDefdoc8(String pkDefdoc8) { + this.pkDefdoc8 = pkDefdoc8; + } + + public String getPkDefdoc9() { + return pkDefdoc9; + } + + public void setPkDefdoc9(String pkDefdoc9) { + this.pkDefdoc9 = pkDefdoc9; + } + + public Long getSrcoutsysflag() { + return srcoutsysflag; + } + + public void setSrcoutsysflag(Long srcoutsysflag) { + this.srcoutsysflag = srcoutsysflag; + } + + public String getTransactionprice() { + return transactionprice; + } + + public void setTransactionprice(String transactionprice) { + this.transactionprice = transactionprice; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVaccountyear() { + return vaccountyear; + } + + public void setVaccountyear(String vaccountyear) { + this.vaccountyear = vaccountyear; + } + + public String getVdef1() { + return vdef1; + } + + public void setVdef1(String vdef1) { + this.vdef1 = vdef1; + } + + public String getVdef10() { + return vdef10; + } + + public void setVdef10(String vdef10) { + this.vdef10 = vdef10; + } + + public String getVdef11() { + return vdef11; + } + + public void setVdef11(String vdef11) { + this.vdef11 = vdef11; + } + + public String getVdef12() { + return vdef12; + } + + public void setVdef12(String vdef12) { + this.vdef12 = vdef12; + } + + public String getVdef13() { + return vdef13; + } + + public void setVdef13(String vdef13) { + this.vdef13 = vdef13; + } + + public String getVdef14() { + return vdef14; + } + + public void setVdef14(String vdef14) { + this.vdef14 = vdef14; + } + + public String getVdef15() { + return vdef15; + } + + public void setVdef15(String vdef15) { + this.vdef15 = vdef15; + } + + public String getVdef16() { + return vdef16; + } + + public void setVdef16(String vdef16) { + this.vdef16 = vdef16; + } + + public String getVdef17() { + return vdef17; + } + + public void setVdef17(String vdef17) { + this.vdef17 = vdef17; + } + + public String getVdef18() { + return vdef18; + } + + public void setVdef18(String vdef18) { + this.vdef18 = vdef18; + } + + public String getVdef19() { + return vdef19; + } + + public void setVdef19(String vdef19) { + this.vdef19 = vdef19; + } + + public String getVdef2() { + return vdef2; + } + + public void setVdef2(String vdef2) { + this.vdef2 = vdef2; + } + + public String getVdef20() { + return vdef20; + } + + public void setVdef20(String vdef20) { + this.vdef20 = vdef20; + } + + public String getVdef3() { + return vdef3; + } + + public void setVdef3(String vdef3) { + this.vdef3 = vdef3; + } + + public String getVdef4() { + return vdef4; + } + + public void setVdef4(String vdef4) { + this.vdef4 = vdef4; + } + + public String getVdef5() { + return vdef5; + } + + public void setVdef5(String vdef5) { + this.vdef5 = vdef5; + } + + public String getVdef6() { + return vdef6; + } + + public void setVdef6(String vdef6) { + this.vdef6 = vdef6; + } + + public String getVdef7() { + return vdef7; + } + + public void setVdef7(String vdef7) { + this.vdef7 = vdef7; + } + + public String getVdef8() { + return vdef8; + } + + public void setVdef8(String vdef8) { + this.vdef8 = vdef8; + } + + public String getVdef9() { + return vdef9; + } + + public void setVdef9(String vdef9) { + this.vdef9 = vdef9; + } + + public String getVeditreason() { + return veditreason; + } + + public void setVeditreason(String veditreason) { + this.veditreason = veditreason; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVreceiptcode() { + return vreceiptcode; + } + + public void setVreceiptcode(String vreceiptcode) { + this.vreceiptcode = vreceiptcode; + } + + public String getVreceiveaddress() { + return vreceiveaddress; + } + + public void setVreceiveaddress(String vreceiveaddress) { + this.vreceiveaddress = vreceiveaddress; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleEntity.xml new file mode 100644 index 00000000..aeaee500 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleEntity.xml @@ -0,0 +1,1514 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + alrconfincomny + ,bcooptopo + ,bfreecustflag + ,binitflag + ,binvoicendflag + ,boutendflag + ,boverdate + ,bpayendflag + ,bpocooptome + ,breceiptendflag + ,bretinvflag + ,btransendflag + ,capproveid + ,cbaltypeid + ,cbiztype + ,ccalbodyid + ,ccooppohid + ,ccreditnum + ,ccustbankid + ,ccustomerid + ,cdeptid + ,cemployeeid + ,cfreecustid + ,coperatorid + ,creceiptareaid + ,creceiptcorpid + ,creceiptcustomerid + ,creceipttype + ,csalecorpid + ,csaleid + ,ctermprotocolid + ,ctransmodeid + ,cwarehouseid + ,dapprovedate + ,daudittime + ,dbilldate + ,dbilltime + ,dmakedate + ,dmoditime + ,dr + ,editauthor + ,editdate + ,editionnum + ,finvoiceclass + ,finvoicetype + ,fstatus + ,ibalanceflag + ,iprintcount + ,naccountperiod + ,ndiscountrate + ,nevaluatecarriage + ,nheadsummny + ,npreceivemny + ,npreceiverate + ,nsubscription + ,ntotalnum + ,pk_corp + ,pk_defdoc1 + ,pk_defdoc10 + ,pk_defdoc11 + ,pk_defdoc12 + ,pk_defdoc13 + ,pk_defdoc14 + ,pk_defdoc15 + ,pk_defdoc16 + ,pk_defdoc17 + ,pk_defdoc18 + ,pk_defdoc19 + ,pk_defdoc2 + ,pk_defdoc20 + ,pk_defdoc3 + ,pk_defdoc4 + ,pk_defdoc5 + ,pk_defdoc6 + ,pk_defdoc7 + ,pk_defdoc8 + ,pk_defdoc9 + ,srcoutsysflag + ,transactionprice + ,ts + ,vaccountyear + ,vdef1 + ,vdef10 + ,vdef11 + ,vdef12 + ,vdef13 + ,vdef14 + ,vdef15 + ,vdef16 + ,vdef17 + ,vdef18 + ,vdef19 + ,vdef2 + ,vdef20 + ,vdef3 + ,vdef4 + ,vdef5 + ,vdef6 + ,vdef7 + ,vdef8 + ,vdef9 + ,veditreason + ,vnote + ,vreceiptcode + ,vreceiveaddress + + + + + + + + + + + + + + + + insert into so_sale( + + alrconfincomny , + bcooptopo , + bfreecustflag , + binitflag , + binvoicendflag , + boutendflag , + boverdate , + bpayendflag , + bpocooptome , + breceiptendflag , + bretinvflag , + btransendflag , + capproveid , + cbaltypeid , + cbiztype , + ccalbodyid , + ccooppohid , + ccreditnum , + ccustbankid , + ccustomerid , + cdeptid , + cemployeeid , + cfreecustid , + coperatorid , + creceiptareaid , + creceiptcorpid , + creceiptcustomerid , + creceipttype , + csalecorpid , + csaleid , + ctermprotocolid , + ctransmodeid , + cwarehouseid , + dapprovedate , + daudittime , + dbilldate , + dbilltime , + dmakedate , + dmoditime , + dr , + editauthor , + editdate , + editionnum , + finvoiceclass , + finvoicetype , + fstatus , + ibalanceflag , + iprintcount , + naccountperiod , + ndiscountrate , + nevaluatecarriage , + nheadsummny , + npreceivemny , + npreceiverate , + nsubscription , + ntotalnum , + pk_corp , + pk_defdoc1 , + pk_defdoc10 , + pk_defdoc11 , + pk_defdoc12 , + pk_defdoc13 , + pk_defdoc14 , + pk_defdoc15 , + pk_defdoc16 , + pk_defdoc17 , + pk_defdoc18 , + pk_defdoc19 , + pk_defdoc2 , + pk_defdoc20 , + pk_defdoc3 , + pk_defdoc4 , + pk_defdoc5 , + pk_defdoc6 , + pk_defdoc7 , + pk_defdoc8 , + pk_defdoc9 , + srcoutsysflag , + transactionprice , + ts , + vaccountyear , + vdef1 , + vdef10 , + vdef11 , + vdef12 , + vdef13 , + vdef14 , + vdef15 , + vdef16 , + vdef17 , + vdef18 , + vdef19 , + vdef2 , + vdef20 , + vdef3 , + vdef4 , + vdef5 , + vdef6 , + vdef7 , + vdef8 , + vdef9 , + veditreason , + vnote , + vreceiptcode , + vreceiveaddress , + sorts, + sts, + + )values( + + #{alrconfincomny} , + #{bcooptopo} , + #{bfreecustflag} , + #{binitflag} , + #{binvoicendflag} , + #{boutendflag} , + #{boverdate} , + #{bpayendflag} , + #{bpocooptome} , + #{breceiptendflag} , + #{bretinvflag} , + #{btransendflag} , + #{capproveid} , + #{cbaltypeid} , + #{cbiztype} , + #{ccalbodyid} , + #{ccooppohid} , + #{ccreditnum} , + #{ccustbankid} , + #{ccustomerid} , + #{cdeptid} , + #{cemployeeid} , + #{cfreecustid} , + #{coperatorid} , + #{creceiptareaid} , + #{creceiptcorpid} , + #{creceiptcustomerid} , + #{creceipttype} , + #{csalecorpid} , + #{csaleid} , + #{ctermprotocolid} , + #{ctransmodeid} , + #{cwarehouseid} , + #{dapprovedate} , + #{daudittime} , + #{dbilldate} , + #{dbilltime} , + #{dmakedate} , + #{dmoditime} , + #{dr} , + #{editauthor} , + #{editdate} , + #{editionnum} , + #{finvoiceclass} , + #{finvoicetype} , + #{fstatus} , + #{ibalanceflag} , + #{iprintcount} , + #{naccountperiod} , + #{ndiscountrate} , + #{nevaluatecarriage} , + #{nheadsummny} , + #{npreceivemny} , + #{npreceiverate} , + #{nsubscription} , + #{ntotalnum} , + #{pkCorp} , + #{pkDefdoc1} , + #{pkDefdoc10} , + #{pkDefdoc11} , + #{pkDefdoc12} , + #{pkDefdoc13} , + #{pkDefdoc14} , + #{pkDefdoc15} , + #{pkDefdoc16} , + #{pkDefdoc17} , + #{pkDefdoc18} , + #{pkDefdoc19} , + #{pkDefdoc2} , + #{pkDefdoc20} , + #{pkDefdoc3} , + #{pkDefdoc4} , + #{pkDefdoc5} , + #{pkDefdoc6} , + #{pkDefdoc7} , + #{pkDefdoc8} , + #{pkDefdoc9} , + #{srcoutsysflag} , + #{transactionprice} , + #{ts} , + #{vaccountyear} , + #{vdef1} , + #{vdef10} , + #{vdef11} , + #{vdef12} , + #{vdef13} , + #{vdef14} , + #{vdef15} , + #{vdef16} , + #{vdef17} , + #{vdef18} , + #{vdef19} , + #{vdef2} , + #{vdef20} , + #{vdef3} , + #{vdef4} , + #{vdef5} , + #{vdef6} , + #{vdef7} , + #{vdef8} , + #{vdef9} , + #{veditreason} , + #{vnote} , + #{vreceiptcode} , + #{vreceiveaddress} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from so_sale a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into so_sale(alrconfincomny, bcooptopo, bfreecustflag, binitflag, binvoicendflag, boutendflag, boverdate, bpayendflag, bpocooptome, breceiptendflag, bretinvflag, btransendflag, capproveid, cbaltypeid, cbiztype, ccalbodyid, ccooppohid, ccreditnum, ccustbankid, ccustomerid, cdeptid, cemployeeid, cfreecustid, coperatorid, creceiptareaid, creceiptcorpid, creceiptcustomerid, creceipttype, csalecorpid, ctermprotocolid, ctransmodeid, cwarehouseid, dapprovedate, daudittime, dbilldate, dbilltime, dmakedate, dmoditime, dr, editauthor, editdate, editionnum, finvoiceclass, finvoicetype, fstatus, ibalanceflag, iprintcount, naccountperiod, ndiscountrate, nevaluatecarriage, nheadsummny, npreceivemny, npreceiverate, nsubscription, ntotalnum, pk_corp, pk_defdoc1, pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, pk_defdoc9, srcoutsysflag, transactionprice, ts, vaccountyear, vdef1, vdef10, vdef11, vdef12, vdef13, vdef14, vdef15, vdef16, vdef17, vdef18, vdef19, vdef2, vdef20, vdef3, vdef4, vdef5, vdef6, vdef7, vdef8, vdef9, veditreason, vnote, vreceiptcode, vreceiveaddress, sts) + values + + (#{entity.alrconfincomny},#{entity.bcooptopo},#{entity.bfreecustflag},#{entity.binitflag},#{entity.binvoicendflag},#{entity.boutendflag},#{entity.boverdate},#{entity.bpayendflag},#{entity.bpocooptome},#{entity.breceiptendflag},#{entity.bretinvflag},#{entity.btransendflag},#{entity.capproveid},#{entity.cbaltypeid},#{entity.cbiztype},#{entity.ccalbodyid},#{entity.ccooppohid},#{entity.ccreditnum},#{entity.ccustbankid},#{entity.ccustomerid},#{entity.cdeptid},#{entity.cemployeeid},#{entity.cfreecustid},#{entity.coperatorid},#{entity.creceiptareaid},#{entity.creceiptcorpid},#{entity.creceiptcustomerid},#{entity.creceipttype},#{entity.csalecorpid},#{entity.ctermprotocolid},#{entity.ctransmodeid},#{entity.cwarehouseid},#{entity.dapprovedate},#{entity.daudittime},#{entity.dbilldate},#{entity.dbilltime},#{entity.dmakedate},#{entity.dmoditime},#{entity.dr},#{entity.editauthor},#{entity.editdate},#{entity.editionnum},#{entity.finvoiceclass},#{entity.finvoicetype},#{entity.fstatus},#{entity.ibalanceflag},#{entity.iprintcount},#{entity.naccountperiod},#{entity.ndiscountrate},#{entity.nevaluatecarriage},#{entity.nheadsummny},#{entity.npreceivemny},#{entity.npreceiverate},#{entity.nsubscription},#{entity.ntotalnum},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.srcoutsysflag},#{entity.transactionprice},#{entity.ts},#{entity.vaccountyear},#{entity.vdef1},#{entity.vdef10},#{entity.vdef11},#{entity.vdef12},#{entity.vdef13},#{entity.vdef14},#{entity.vdef15},#{entity.vdef16},#{entity.vdef17},#{entity.vdef18},#{entity.vdef19},#{entity.vdef2},#{entity.vdef20},#{entity.vdef3},#{entity.vdef4},#{entity.vdef5},#{entity.vdef6},#{entity.vdef7},#{entity.vdef8},#{entity.vdef9},#{entity.veditreason},#{entity.vnote},#{entity.vreceiptcode},#{entity.vreceiveaddress}, 'Y') + + + + + insert into so_sale(alrconfincomny, bcooptopo, bfreecustflag, binitflag, binvoicendflag, boutendflag, boverdate, bpayendflag, bpocooptome, breceiptendflag, bretinvflag, btransendflag, capproveid, cbaltypeid, cbiztype, ccalbodyid, ccooppohid, ccreditnum, ccustbankid, ccustomerid, cdeptid, cemployeeid, cfreecustid, coperatorid, creceiptareaid, creceiptcorpid, creceiptcustomerid, creceipttype, csalecorpid, ctermprotocolid, ctransmodeid, cwarehouseid, dapprovedate, daudittime, dbilldate, dbilltime, dmakedate, dmoditime, dr, editauthor, editdate, editionnum, finvoiceclass, finvoicetype, fstatus, ibalanceflag, iprintcount, naccountperiod, ndiscountrate, nevaluatecarriage, nheadsummny, npreceivemny, npreceiverate, nsubscription, ntotalnum, pk_corp, pk_defdoc1, pk_defdoc10, pk_defdoc11, pk_defdoc12, pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, pk_defdoc19, pk_defdoc2, pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, pk_defdoc9, srcoutsysflag, transactionprice, ts, vaccountyear, vdef1, vdef10, vdef11, vdef12, vdef13, vdef14, vdef15, vdef16, vdef17, vdef18, vdef19, vdef2, vdef20, vdef3, vdef4, vdef5, vdef6, vdef7, vdef8, vdef9, veditreason, vnote, vreceiptcode, vreceiveaddress) + values + + (#{entity.alrconfincomny},#{entity.bcooptopo},#{entity.bfreecustflag},#{entity.binitflag},#{entity.binvoicendflag},#{entity.boutendflag},#{entity.boverdate},#{entity.bpayendflag},#{entity.bpocooptome},#{entity.breceiptendflag},#{entity.bretinvflag},#{entity.btransendflag},#{entity.capproveid},#{entity.cbaltypeid},#{entity.cbiztype},#{entity.ccalbodyid},#{entity.ccooppohid},#{entity.ccreditnum},#{entity.ccustbankid},#{entity.ccustomerid},#{entity.cdeptid},#{entity.cemployeeid},#{entity.cfreecustid},#{entity.coperatorid},#{entity.creceiptareaid},#{entity.creceiptcorpid},#{entity.creceiptcustomerid},#{entity.creceipttype},#{entity.csalecorpid},#{entity.ctermprotocolid},#{entity.ctransmodeid},#{entity.cwarehouseid},#{entity.dapprovedate},#{entity.daudittime},#{entity.dbilldate},#{entity.dbilltime},#{entity.dmakedate},#{entity.dmoditime},#{entity.dr},#{entity.editauthor},#{entity.editdate},#{entity.editionnum},#{entity.finvoiceclass},#{entity.finvoicetype},#{entity.fstatus},#{entity.ibalanceflag},#{entity.iprintcount},#{entity.naccountperiod},#{entity.ndiscountrate},#{entity.nevaluatecarriage},#{entity.nheadsummny},#{entity.npreceivemny},#{entity.npreceiverate},#{entity.nsubscription},#{entity.ntotalnum},#{entity.pkCorp},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.srcoutsysflag},#{entity.transactionprice},#{entity.ts},#{entity.vaccountyear},#{entity.vdef1},#{entity.vdef10},#{entity.vdef11},#{entity.vdef12},#{entity.vdef13},#{entity.vdef14},#{entity.vdef15},#{entity.vdef16},#{entity.vdef17},#{entity.vdef18},#{entity.vdef19},#{entity.vdef2},#{entity.vdef20},#{entity.vdef3},#{entity.vdef4},#{entity.vdef5},#{entity.vdef6},#{entity.vdef7},#{entity.vdef8},#{entity.vdef9},#{entity.veditreason},#{entity.vnote},#{entity.vreceiptcode},#{entity.vreceiveaddress}) + + on duplicate key update + alrconfincomny = values(alrconfincomny), + bcooptopo = values(bcooptopo), + bfreecustflag = values(bfreecustflag), + binitflag = values(binitflag), + binvoicendflag = values(binvoicendflag), + boutendflag = values(boutendflag), + boverdate = values(boverdate), + bpayendflag = values(bpayendflag), + bpocooptome = values(bpocooptome), + breceiptendflag = values(breceiptendflag), + bretinvflag = values(bretinvflag), + btransendflag = values(btransendflag), + capproveid = values(capproveid), + cbaltypeid = values(cbaltypeid), + cbiztype = values(cbiztype), + ccalbodyid = values(ccalbodyid), + ccooppohid = values(ccooppohid), + ccreditnum = values(ccreditnum), + ccustbankid = values(ccustbankid), + ccustomerid = values(ccustomerid), + cdeptid = values(cdeptid), + cemployeeid = values(cemployeeid), + cfreecustid = values(cfreecustid), + coperatorid = values(coperatorid), + creceiptareaid = values(creceiptareaid), + creceiptcorpid = values(creceiptcorpid), + creceiptcustomerid = values(creceiptcustomerid), + creceipttype = values(creceipttype), + csalecorpid = values(csalecorpid), + ctermprotocolid = values(ctermprotocolid), + ctransmodeid = values(ctransmodeid), + cwarehouseid = values(cwarehouseid), + dapprovedate = values(dapprovedate), + daudittime = values(daudittime), + dbilldate = values(dbilldate), + dbilltime = values(dbilltime), + dmakedate = values(dmakedate), + dmoditime = values(dmoditime), + dr = values(dr), + editauthor = values(editauthor), + editdate = values(editdate), + editionnum = values(editionnum), + finvoiceclass = values(finvoiceclass), + finvoicetype = values(finvoicetype), + fstatus = values(fstatus), + ibalanceflag = values(ibalanceflag), + iprintcount = values(iprintcount), + naccountperiod = values(naccountperiod), + ndiscountrate = values(ndiscountrate), + nevaluatecarriage = values(nevaluatecarriage), + nheadsummny = values(nheadsummny), + npreceivemny = values(npreceivemny), + npreceiverate = values(npreceiverate), + nsubscription = values(nsubscription), + ntotalnum = values(ntotalnum), + pk_corp = values(pk_corp), + pk_defdoc1 = values(pk_defdoc1), + pk_defdoc10 = values(pk_defdoc10), + pk_defdoc11 = values(pk_defdoc11), + pk_defdoc12 = values(pk_defdoc12), + pk_defdoc13 = values(pk_defdoc13), + pk_defdoc14 = values(pk_defdoc14), + pk_defdoc15 = values(pk_defdoc15), + pk_defdoc16 = values(pk_defdoc16), + pk_defdoc17 = values(pk_defdoc17), + pk_defdoc18 = values(pk_defdoc18), + pk_defdoc19 = values(pk_defdoc19), + pk_defdoc2 = values(pk_defdoc2), + pk_defdoc20 = values(pk_defdoc20), + pk_defdoc3 = values(pk_defdoc3), + pk_defdoc4 = values(pk_defdoc4), + pk_defdoc5 = values(pk_defdoc5), + pk_defdoc6 = values(pk_defdoc6), + pk_defdoc7 = values(pk_defdoc7), + pk_defdoc8 = values(pk_defdoc8), + pk_defdoc9 = values(pk_defdoc9), + srcoutsysflag = values(srcoutsysflag), + transactionprice = values(transactionprice), + ts = values(ts), + vaccountyear = values(vaccountyear), + vdef1 = values(vdef1), + vdef10 = values(vdef10), + vdef11 = values(vdef11), + vdef12 = values(vdef12), + vdef13 = values(vdef13), + vdef14 = values(vdef14), + vdef15 = values(vdef15), + vdef16 = values(vdef16), + vdef17 = values(vdef17), + vdef18 = values(vdef18), + vdef19 = values(vdef19), + vdef2 = values(vdef2), + vdef20 = values(vdef20), + vdef3 = values(vdef3), + vdef4 = values(vdef4), + vdef5 = values(vdef5), + vdef6 = values(vdef6), + vdef7 = values(vdef7), + vdef8 = values(vdef8), + vdef9 = values(vdef9), + veditreason = values(veditreason), + vnote = values(vnote), + vreceiptcode = values(vreceiptcode), + vreceiveaddress = values(vreceiveaddress) + + +update so_sale set + + alrconfincomny = #{alrconfincomny}, + bcooptopo = #{bcooptopo}, + bfreecustflag = #{bfreecustflag}, + binitflag = #{binitflag}, + binvoicendflag = #{binvoicendflag}, + boutendflag = #{boutendflag}, + boverdate = #{boverdate}, + bpayendflag = #{bpayendflag}, + bpocooptome = #{bpocooptome}, + breceiptendflag = #{breceiptendflag}, + bretinvflag = #{bretinvflag}, + btransendflag = #{btransendflag}, + capproveid = #{capproveid}, + cbaltypeid = #{cbaltypeid}, + cbiztype = #{cbiztype}, + ccalbodyid = #{ccalbodyid}, + ccooppohid = #{ccooppohid}, + ccreditnum = #{ccreditnum}, + ccustbankid = #{ccustbankid}, + ccustomerid = #{ccustomerid}, + cdeptid = #{cdeptid}, + cemployeeid = #{cemployeeid}, + cfreecustid = #{cfreecustid}, + coperatorid = #{coperatorid}, + creceiptareaid = #{creceiptareaid}, + creceiptcorpid = #{creceiptcorpid}, + creceiptcustomerid = #{creceiptcustomerid}, + creceipttype = #{creceipttype}, + csalecorpid = #{csalecorpid}, + ctermprotocolid = #{ctermprotocolid}, + ctransmodeid = #{ctransmodeid}, + cwarehouseid = #{cwarehouseid}, + dapprovedate = #{dapprovedate}, + daudittime = #{daudittime}, + dbilldate = #{dbilldate}, + dbilltime = #{dbilltime}, + dmakedate = #{dmakedate}, + dmoditime = #{dmoditime}, + dr = #{dr}, + editauthor = #{editauthor}, + editdate = #{editdate}, + editionnum = #{editionnum}, + finvoiceclass = #{finvoiceclass}, + finvoicetype = #{finvoicetype}, + fstatus = #{fstatus}, + ibalanceflag = #{ibalanceflag}, + iprintcount = #{iprintcount}, + naccountperiod = #{naccountperiod}, + ndiscountrate = #{ndiscountrate}, + nevaluatecarriage = #{nevaluatecarriage}, + nheadsummny = #{nheadsummny}, + npreceivemny = #{npreceivemny}, + npreceiverate = #{npreceiverate}, + nsubscription = #{nsubscription}, + ntotalnum = #{ntotalnum}, + pk_corp = #{pkCorp}, + pk_defdoc1 = #{pkDefdoc1}, + pk_defdoc10 = #{pkDefdoc10}, + pk_defdoc11 = #{pkDefdoc11}, + pk_defdoc12 = #{pkDefdoc12}, + pk_defdoc13 = #{pkDefdoc13}, + pk_defdoc14 = #{pkDefdoc14}, + pk_defdoc15 = #{pkDefdoc15}, + pk_defdoc16 = #{pkDefdoc16}, + pk_defdoc17 = #{pkDefdoc17}, + pk_defdoc18 = #{pkDefdoc18}, + pk_defdoc19 = #{pkDefdoc19}, + pk_defdoc2 = #{pkDefdoc2}, + pk_defdoc20 = #{pkDefdoc20}, + pk_defdoc3 = #{pkDefdoc3}, + pk_defdoc4 = #{pkDefdoc4}, + pk_defdoc5 = #{pkDefdoc5}, + pk_defdoc6 = #{pkDefdoc6}, + pk_defdoc7 = #{pkDefdoc7}, + pk_defdoc8 = #{pkDefdoc8}, + pk_defdoc9 = #{pkDefdoc9}, + srcoutsysflag = #{srcoutsysflag}, + transactionprice = #{transactionprice}, + ts = #{ts}, + vaccountyear = #{vaccountyear}, + vdef1 = #{vdef1}, + vdef10 = #{vdef10}, + vdef11 = #{vdef11}, + vdef12 = #{vdef12}, + vdef13 = #{vdef13}, + vdef14 = #{vdef14}, + vdef15 = #{vdef15}, + vdef16 = #{vdef16}, + vdef17 = #{vdef17}, + vdef18 = #{vdef18}, + vdef19 = #{vdef19}, + vdef2 = #{vdef2}, + vdef20 = #{vdef20}, + vdef3 = #{vdef3}, + vdef4 = #{vdef4}, + vdef5 = #{vdef5}, + vdef6 = #{vdef6}, + vdef7 = #{vdef7}, + vdef8 = #{vdef8}, + vdef9 = #{vdef9}, + veditreason = #{veditreason}, + vnote = #{vnote}, + vreceiptcode = #{vreceiptcode}, + vreceiveaddress = #{vreceiveaddress}, + +where csaleid = #{csaleid} + + + +update so_sale set sts= 'N' +where csaleid = #{csaleid} + + + +update so_sale set sts= 'N' + + and alrconfincomny = #{alrconfincomny} + and bcooptopo = #{bcooptopo} + and bfreecustflag = #{bfreecustflag} + and binitflag = #{binitflag} + and binvoicendflag = #{binvoicendflag} + and boutendflag = #{boutendflag} + and boverdate = #{boverdate} + and bpayendflag = #{bpayendflag} + and bpocooptome = #{bpocooptome} + and breceiptendflag = #{breceiptendflag} + and bretinvflag = #{bretinvflag} + and btransendflag = #{btransendflag} + and capproveid = #{capproveid} + and cbaltypeid = #{cbaltypeid} + and cbiztype = #{cbiztype} + and ccalbodyid = #{ccalbodyid} + and ccooppohid = #{ccooppohid} + and ccreditnum = #{ccreditnum} + and ccustbankid = #{ccustbankid} + and ccustomerid = #{ccustomerid} + and cdeptid = #{cdeptid} + and cemployeeid = #{cemployeeid} + and cfreecustid = #{cfreecustid} + and coperatorid = #{coperatorid} + and creceiptareaid = #{creceiptareaid} + and creceiptcorpid = #{creceiptcorpid} + and creceiptcustomerid = #{creceiptcustomerid} + and creceipttype = #{creceipttype} + and csalecorpid = #{csalecorpid} + and csaleid = #{csaleid} + and ctermprotocolid = #{ctermprotocolid} + and ctransmodeid = #{ctransmodeid} + and cwarehouseid = #{cwarehouseid} + and dapprovedate = #{dapprovedate} + and daudittime = #{daudittime} + and dbilldate = #{dbilldate} + and dbilltime = #{dbilltime} + and dmakedate = #{dmakedate} + and dmoditime = #{dmoditime} + and dr = #{dr} + and editauthor = #{editauthor} + and editdate = #{editdate} + and editionnum = #{editionnum} + and finvoiceclass = #{finvoiceclass} + and finvoicetype = #{finvoicetype} + and fstatus = #{fstatus} + and ibalanceflag = #{ibalanceflag} + and iprintcount = #{iprintcount} + and naccountperiod = #{naccountperiod} + and ndiscountrate = #{ndiscountrate} + and nevaluatecarriage = #{nevaluatecarriage} + and nheadsummny = #{nheadsummny} + and npreceivemny = #{npreceivemny} + and npreceiverate = #{npreceiverate} + and nsubscription = #{nsubscription} + and ntotalnum = #{ntotalnum} + and pk_corp = #{pkCorp} + and pk_defdoc1 = #{pkDefdoc1} + and pk_defdoc10 = #{pkDefdoc10} + and pk_defdoc11 = #{pkDefdoc11} + and pk_defdoc12 = #{pkDefdoc12} + and pk_defdoc13 = #{pkDefdoc13} + and pk_defdoc14 = #{pkDefdoc14} + and pk_defdoc15 = #{pkDefdoc15} + and pk_defdoc16 = #{pkDefdoc16} + and pk_defdoc17 = #{pkDefdoc17} + and pk_defdoc18 = #{pkDefdoc18} + and pk_defdoc19 = #{pkDefdoc19} + and pk_defdoc2 = #{pkDefdoc2} + and pk_defdoc20 = #{pkDefdoc20} + and pk_defdoc3 = #{pkDefdoc3} + and pk_defdoc4 = #{pkDefdoc4} + and pk_defdoc5 = #{pkDefdoc5} + and pk_defdoc6 = #{pkDefdoc6} + and pk_defdoc7 = #{pkDefdoc7} + and pk_defdoc8 = #{pkDefdoc8} + and pk_defdoc9 = #{pkDefdoc9} + and srcoutsysflag = #{srcoutsysflag} + and transactionprice = #{transactionprice} + and ts = #{ts} + and vaccountyear = #{vaccountyear} + and vdef1 = #{vdef1} + and vdef10 = #{vdef10} + and vdef11 = #{vdef11} + and vdef12 = #{vdef12} + and vdef13 = #{vdef13} + and vdef14 = #{vdef14} + and vdef15 = #{vdef15} + and vdef16 = #{vdef16} + and vdef17 = #{vdef17} + and vdef18 = #{vdef18} + and vdef19 = #{vdef19} + and vdef2 = #{vdef2} + and vdef20 = #{vdef20} + and vdef3 = #{vdef3} + and vdef4 = #{vdef4} + and vdef5 = #{vdef5} + and vdef6 = #{vdef6} + and vdef7 = #{vdef7} + and vdef8 = #{vdef8} + and vdef9 = #{vdef9} + and veditreason = #{veditreason} + and vnote = #{vnote} + and vreceiptcode = #{vreceiptcode} + and vreceiveaddress = #{vreceiveaddress} + and sts='Y' + + + + + delete from so_sale where csaleid = #{csaleid} + + + + + + + + + + + + + + + + + + + + + + + + + + update so_sale set vdef20 = #{vdef20} where csaleid = #{csaleid} and dr = 0 + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleorderBEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleorderBEntity.java new file mode 100644 index 00000000..6e044fae --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleorderBEntity.java @@ -0,0 +1,1023 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (SoSaleorderB)实体类 + * + * @author makejava + * @since 2023-08-16 18:03:08 + */ +public class SoSaleorderBEntity extends BaseEntity { + + private String alrconfincomny; + private String alrconfinconum; + private String bbindflag; + private String bdericttrans; + private String blargessflag; + private String boosflag; + private String breturnprofit; + private String bsafeprice; + private String bsupplyflag; + private String cadvisecalbodyid; + private String cbatchid; + private String cbodywarehouseid; + private String cbomorderid; + private String cchantypeid; + private String cconsigncorpid; + private String ccurrencytypeid; + private String cfactoryid; + private String cfreezeid; + private String cinvbasdocid; + private String cinventoryid; + private String cinventoryid1; + private String clargessrowno; + private String coperatorid; + private String corderBid; + private String cpackunitid; + private String cpricecalproc; + private String cpriceitemid; + private String cpriceitemtable; + private String cpricepolicyid; + private String cprolineid; + private String cproviderid; + private String cquoteunitid; + private String crecaddrnode; + private String creccalbodyid; + private String creceiptareaid; + private String creceiptcorpid; + private String creceipttype; + private String crecwareid; + private String crowno; + private String csaleid; + private String csourcebillbodyid; + private String csourcebillid; + private String ctManagebid; + private String ctManageid; + private String cunitid; + private String dconsigndate; + private String ddeliverdate; + private Long dr; + private Long fbatchstatus; + private String frownote; + private Long frowstatus; + private String inccontimepoint; + private String inccontimepointname; + private String incoconfclose; + private String nastretprofnum; + private String nasttaldcnum; + private String ndiscountmny; + private String ndiscountrate; + private String nexchangeotobrate; + private String nitemdiscountrate; + private String nmaxprc; + private String nmny; + private String nnetprice; + private String nnumber; + private String norgqtnetprc; + private String norgqtprc; + private String norgqttaxnetprc; + private String norgqttaxprc; + private String noriginalcurdiscountmny; + private String noriginalcurmny; + private String noriginalcurnetprice; + private String noriginalcurprice; + private String noriginalcursummny; + private String noriginalcurtaxmny; + private String noriginalcurtaxnetprice; + private String noriginalcurtaxprice; + private String npacknumber; + private String nprice; + private String nqtnetprc; + private String nqtorgnetprc; + private String nqtorgprc; + private String nqtorgtaxnetprc; + private String nqtorgtaxprc; + private String nqtprc; + private String nqttaxnetprc; + private String nqttaxprc; + private String nquoteunitnum; + private String nquoteunitrate; + private String nretprofmny; + private String nretprofnum; + private String nreturntaxrate; + private String nsummny; + private String ntaldcmny; + private String ntaldcnum; + private String ntaxmny; + private String ntaxnetprice; + private String ntaxprice; + private String ntaxrate; + private String pkCorp; + private String refundflag; + private String tconsigntime; + private String tdelivertime; + private String ts; + private String veditreason; + private String vreceiveaddress; + + /** + * 主键数组 + */ + private String csaleids; + + /** + * 查询入参 + */ + private String dbilldate; + + /** + * 查询入参 + */ + private String cbiztype; + + /** + * 查询入参 + */ + private String vdef19; + + /** + * 查询入参 + */ + private String vdef19ByIn; + + public String getCsaleids() { + return csaleids; + } + + public void setCsaleids(String csaleids) { + this.csaleids = csaleids; + } + + public String getVdef19ByIn() { + return vdef19ByIn; + } + + public void setVdef19ByIn(String vdef19ByIn) { + this.vdef19ByIn = vdef19ByIn; + } + + public String getVdef19() { + return vdef19; + } + + public void setVdef19(String vdef19) { + this.vdef19 = vdef19; + } + + public String getCbiztype() { + return cbiztype; + } + + public void setCbiztype(String cbiztype) { + this.cbiztype = cbiztype; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getAlrconfincomny() { + return alrconfincomny; + } + + public void setAlrconfincomny(String alrconfincomny) { + this.alrconfincomny = alrconfincomny; + } + + public String getAlrconfinconum() { + return alrconfinconum; + } + + public void setAlrconfinconum(String alrconfinconum) { + this.alrconfinconum = alrconfinconum; + } + + public String getBbindflag() { + return bbindflag; + } + + public void setBbindflag(String bbindflag) { + this.bbindflag = bbindflag; + } + + public String getBdericttrans() { + return bdericttrans; + } + + public void setBdericttrans(String bdericttrans) { + this.bdericttrans = bdericttrans; + } + + public String getBlargessflag() { + return blargessflag; + } + + public void setBlargessflag(String blargessflag) { + this.blargessflag = blargessflag; + } + + public String getBoosflag() { + return boosflag; + } + + public void setBoosflag(String boosflag) { + this.boosflag = boosflag; + } + + public String getBreturnprofit() { + return breturnprofit; + } + + public void setBreturnprofit(String breturnprofit) { + this.breturnprofit = breturnprofit; + } + + public String getBsafeprice() { + return bsafeprice; + } + + public void setBsafeprice(String bsafeprice) { + this.bsafeprice = bsafeprice; + } + + public String getBsupplyflag() { + return bsupplyflag; + } + + public void setBsupplyflag(String bsupplyflag) { + this.bsupplyflag = bsupplyflag; + } + + public String getCadvisecalbodyid() { + return cadvisecalbodyid; + } + + public void setCadvisecalbodyid(String cadvisecalbodyid) { + this.cadvisecalbodyid = cadvisecalbodyid; + } + + public String getCbatchid() { + return cbatchid; + } + + public void setCbatchid(String cbatchid) { + this.cbatchid = cbatchid; + } + + public String getCbodywarehouseid() { + return cbodywarehouseid; + } + + public void setCbodywarehouseid(String cbodywarehouseid) { + this.cbodywarehouseid = cbodywarehouseid; + } + + public String getCbomorderid() { + return cbomorderid; + } + + public void setCbomorderid(String cbomorderid) { + this.cbomorderid = cbomorderid; + } + + public String getCchantypeid() { + return cchantypeid; + } + + public void setCchantypeid(String cchantypeid) { + this.cchantypeid = cchantypeid; + } + + public String getCconsigncorpid() { + return cconsigncorpid; + } + + public void setCconsigncorpid(String cconsigncorpid) { + this.cconsigncorpid = cconsigncorpid; + } + + public String getCcurrencytypeid() { + return ccurrencytypeid; + } + + public void setCcurrencytypeid(String ccurrencytypeid) { + this.ccurrencytypeid = ccurrencytypeid; + } + + public String getCfactoryid() { + return cfactoryid; + } + + public void setCfactoryid(String cfactoryid) { + this.cfactoryid = cfactoryid; + } + + public String getCfreezeid() { + return cfreezeid; + } + + public void setCfreezeid(String cfreezeid) { + this.cfreezeid = cfreezeid; + } + + public String getCinvbasdocid() { + return cinvbasdocid; + } + + public void setCinvbasdocid(String cinvbasdocid) { + this.cinvbasdocid = cinvbasdocid; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCinventoryid1() { + return cinventoryid1; + } + + public void setCinventoryid1(String cinventoryid1) { + this.cinventoryid1 = cinventoryid1; + } + + public String getClargessrowno() { + return clargessrowno; + } + + public void setClargessrowno(String clargessrowno) { + this.clargessrowno = clargessrowno; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCorderBid() { + return corderBid; + } + + public void setCorderBid(String corderBid) { + this.corderBid = corderBid; + } + + public String getCpackunitid() { + return cpackunitid; + } + + public void setCpackunitid(String cpackunitid) { + this.cpackunitid = cpackunitid; + } + + public String getCpricecalproc() { + return cpricecalproc; + } + + public void setCpricecalproc(String cpricecalproc) { + this.cpricecalproc = cpricecalproc; + } + + public String getCpriceitemid() { + return cpriceitemid; + } + + public void setCpriceitemid(String cpriceitemid) { + this.cpriceitemid = cpriceitemid; + } + + public String getCpriceitemtable() { + return cpriceitemtable; + } + + public void setCpriceitemtable(String cpriceitemtable) { + this.cpriceitemtable = cpriceitemtable; + } + + public String getCpricepolicyid() { + return cpricepolicyid; + } + + public void setCpricepolicyid(String cpricepolicyid) { + this.cpricepolicyid = cpricepolicyid; + } + + public String getCprolineid() { + return cprolineid; + } + + public void setCprolineid(String cprolineid) { + this.cprolineid = cprolineid; + } + + public String getCproviderid() { + return cproviderid; + } + + public void setCproviderid(String cproviderid) { + this.cproviderid = cproviderid; + } + + public String getCquoteunitid() { + return cquoteunitid; + } + + public void setCquoteunitid(String cquoteunitid) { + this.cquoteunitid = cquoteunitid; + } + + public String getCrecaddrnode() { + return crecaddrnode; + } + + public void setCrecaddrnode(String crecaddrnode) { + this.crecaddrnode = crecaddrnode; + } + + public String getCreccalbodyid() { + return creccalbodyid; + } + + public void setCreccalbodyid(String creccalbodyid) { + this.creccalbodyid = creccalbodyid; + } + + public String getCreceiptareaid() { + return creceiptareaid; + } + + public void setCreceiptareaid(String creceiptareaid) { + this.creceiptareaid = creceiptareaid; + } + + public String getCreceiptcorpid() { + return creceiptcorpid; + } + + public void setCreceiptcorpid(String creceiptcorpid) { + this.creceiptcorpid = creceiptcorpid; + } + + public String getCreceipttype() { + return creceipttype; + } + + public void setCreceipttype(String creceipttype) { + this.creceipttype = creceipttype; + } + + public String getCrecwareid() { + return crecwareid; + } + + public void setCrecwareid(String crecwareid) { + this.crecwareid = crecwareid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCsaleid() { + return csaleid; + } + + public void setCsaleid(String csaleid) { + this.csaleid = csaleid; + } + + public String getCsourcebillbodyid() { + return csourcebillbodyid; + } + + public void setCsourcebillbodyid(String csourcebillbodyid) { + this.csourcebillbodyid = csourcebillbodyid; + } + + public String getCsourcebillid() { + return csourcebillid; + } + + public void setCsourcebillid(String csourcebillid) { + this.csourcebillid = csourcebillid; + } + + public String getCtManagebid() { + return ctManagebid; + } + + public void setCtManagebid(String ctManagebid) { + this.ctManagebid = ctManagebid; + } + + public String getCtManageid() { + return ctManageid; + } + + public void setCtManageid(String ctManageid) { + this.ctManageid = ctManageid; + } + + public String getCunitid() { + return cunitid; + } + + public void setCunitid(String cunitid) { + this.cunitid = cunitid; + } + + public String getDconsigndate() { + return dconsigndate; + } + + public void setDconsigndate(String dconsigndate) { + this.dconsigndate = dconsigndate; + } + + public String getDdeliverdate() { + return ddeliverdate; + } + + public void setDdeliverdate(String ddeliverdate) { + this.ddeliverdate = ddeliverdate; + } + + public Long getDr() { + return dr; + } + + public void setDr(Long dr) { + this.dr = dr; + } + + public Long getFbatchstatus() { + return fbatchstatus; + } + + public void setFbatchstatus(Long fbatchstatus) { + this.fbatchstatus = fbatchstatus; + } + + public String getFrownote() { + return frownote; + } + + public void setFrownote(String frownote) { + this.frownote = frownote; + } + + public Long getFrowstatus() { + return frowstatus; + } + + public void setFrowstatus(Long frowstatus) { + this.frowstatus = frowstatus; + } + + public String getInccontimepoint() { + return inccontimepoint; + } + + public void setInccontimepoint(String inccontimepoint) { + this.inccontimepoint = inccontimepoint; + } + + public String getInccontimepointname() { + return inccontimepointname; + } + + public void setInccontimepointname(String inccontimepointname) { + this.inccontimepointname = inccontimepointname; + } + + public String getIncoconfclose() { + return incoconfclose; + } + + public void setIncoconfclose(String incoconfclose) { + this.incoconfclose = incoconfclose; + } + + public String getNastretprofnum() { + return nastretprofnum; + } + + public void setNastretprofnum(String nastretprofnum) { + this.nastretprofnum = nastretprofnum; + } + + public String getNasttaldcnum() { + return nasttaldcnum; + } + + public void setNasttaldcnum(String nasttaldcnum) { + this.nasttaldcnum = nasttaldcnum; + } + + public String getNdiscountmny() { + return ndiscountmny; + } + + public void setNdiscountmny(String ndiscountmny) { + this.ndiscountmny = ndiscountmny; + } + + public String getNdiscountrate() { + return ndiscountrate; + } + + public void setNdiscountrate(String ndiscountrate) { + this.ndiscountrate = ndiscountrate; + } + + public String getNexchangeotobrate() { + return nexchangeotobrate; + } + + public void setNexchangeotobrate(String nexchangeotobrate) { + this.nexchangeotobrate = nexchangeotobrate; + } + + public String getNitemdiscountrate() { + return nitemdiscountrate; + } + + public void setNitemdiscountrate(String nitemdiscountrate) { + this.nitemdiscountrate = nitemdiscountrate; + } + + public String getNmaxprc() { + return nmaxprc; + } + + public void setNmaxprc(String nmaxprc) { + this.nmaxprc = nmaxprc; + } + + public String getNmny() { + return nmny; + } + + public void setNmny(String nmny) { + this.nmny = nmny; + } + + public String getNnetprice() { + return nnetprice; + } + + public void setNnetprice(String nnetprice) { + this.nnetprice = nnetprice; + } + + public String getNnumber() { + return nnumber; + } + + public void setNnumber(String nnumber) { + this.nnumber = nnumber; + } + + public String getNorgqtnetprc() { + return norgqtnetprc; + } + + public void setNorgqtnetprc(String norgqtnetprc) { + this.norgqtnetprc = norgqtnetprc; + } + + public String getNorgqtprc() { + return norgqtprc; + } + + public void setNorgqtprc(String norgqtprc) { + this.norgqtprc = norgqtprc; + } + + public String getNorgqttaxnetprc() { + return norgqttaxnetprc; + } + + public void setNorgqttaxnetprc(String norgqttaxnetprc) { + this.norgqttaxnetprc = norgqttaxnetprc; + } + + public String getNorgqttaxprc() { + return norgqttaxprc; + } + + public void setNorgqttaxprc(String norgqttaxprc) { + this.norgqttaxprc = norgqttaxprc; + } + + public String getNoriginalcurdiscountmny() { + return noriginalcurdiscountmny; + } + + public void setNoriginalcurdiscountmny(String noriginalcurdiscountmny) { + this.noriginalcurdiscountmny = noriginalcurdiscountmny; + } + + public String getNoriginalcurmny() { + return noriginalcurmny; + } + + public void setNoriginalcurmny(String noriginalcurmny) { + this.noriginalcurmny = noriginalcurmny; + } + + public String getNoriginalcurnetprice() { + return noriginalcurnetprice; + } + + public void setNoriginalcurnetprice(String noriginalcurnetprice) { + this.noriginalcurnetprice = noriginalcurnetprice; + } + + public String getNoriginalcurprice() { + return noriginalcurprice; + } + + public void setNoriginalcurprice(String noriginalcurprice) { + this.noriginalcurprice = noriginalcurprice; + } + + public String getNoriginalcursummny() { + return noriginalcursummny; + } + + public void setNoriginalcursummny(String noriginalcursummny) { + this.noriginalcursummny = noriginalcursummny; + } + + public String getNoriginalcurtaxmny() { + return noriginalcurtaxmny; + } + + public void setNoriginalcurtaxmny(String noriginalcurtaxmny) { + this.noriginalcurtaxmny = noriginalcurtaxmny; + } + + public String getNoriginalcurtaxnetprice() { + return noriginalcurtaxnetprice; + } + + public void setNoriginalcurtaxnetprice(String noriginalcurtaxnetprice) { + this.noriginalcurtaxnetprice = noriginalcurtaxnetprice; + } + + public String getNoriginalcurtaxprice() { + return noriginalcurtaxprice; + } + + public void setNoriginalcurtaxprice(String noriginalcurtaxprice) { + this.noriginalcurtaxprice = noriginalcurtaxprice; + } + + public String getNpacknumber() { + return npacknumber; + } + + public void setNpacknumber(String npacknumber) { + this.npacknumber = npacknumber; + } + + public String getNprice() { + return nprice; + } + + public void setNprice(String nprice) { + this.nprice = nprice; + } + + public String getNqtnetprc() { + return nqtnetprc; + } + + public void setNqtnetprc(String nqtnetprc) { + this.nqtnetprc = nqtnetprc; + } + + public String getNqtorgnetprc() { + return nqtorgnetprc; + } + + public void setNqtorgnetprc(String nqtorgnetprc) { + this.nqtorgnetprc = nqtorgnetprc; + } + + public String getNqtorgprc() { + return nqtorgprc; + } + + public void setNqtorgprc(String nqtorgprc) { + this.nqtorgprc = nqtorgprc; + } + + public String getNqtorgtaxnetprc() { + return nqtorgtaxnetprc; + } + + public void setNqtorgtaxnetprc(String nqtorgtaxnetprc) { + this.nqtorgtaxnetprc = nqtorgtaxnetprc; + } + + public String getNqtorgtaxprc() { + return nqtorgtaxprc; + } + + public void setNqtorgtaxprc(String nqtorgtaxprc) { + this.nqtorgtaxprc = nqtorgtaxprc; + } + + public String getNqtprc() { + return nqtprc; + } + + public void setNqtprc(String nqtprc) { + this.nqtprc = nqtprc; + } + + public String getNqttaxnetprc() { + return nqttaxnetprc; + } + + public void setNqttaxnetprc(String nqttaxnetprc) { + this.nqttaxnetprc = nqttaxnetprc; + } + + public String getNqttaxprc() { + return nqttaxprc; + } + + public void setNqttaxprc(String nqttaxprc) { + this.nqttaxprc = nqttaxprc; + } + + public String getNquoteunitnum() { + return nquoteunitnum; + } + + public void setNquoteunitnum(String nquoteunitnum) { + this.nquoteunitnum = nquoteunitnum; + } + + public String getNquoteunitrate() { + return nquoteunitrate; + } + + public void setNquoteunitrate(String nquoteunitrate) { + this.nquoteunitrate = nquoteunitrate; + } + + public String getNretprofmny() { + return nretprofmny; + } + + public void setNretprofmny(String nretprofmny) { + this.nretprofmny = nretprofmny; + } + + public String getNretprofnum() { + return nretprofnum; + } + + public void setNretprofnum(String nretprofnum) { + this.nretprofnum = nretprofnum; + } + + public String getNreturntaxrate() { + return nreturntaxrate; + } + + public void setNreturntaxrate(String nreturntaxrate) { + this.nreturntaxrate = nreturntaxrate; + } + + public String getNsummny() { + return nsummny; + } + + public void setNsummny(String nsummny) { + this.nsummny = nsummny; + } + + public String getNtaldcmny() { + return ntaldcmny; + } + + public void setNtaldcmny(String ntaldcmny) { + this.ntaldcmny = ntaldcmny; + } + + public String getNtaldcnum() { + return ntaldcnum; + } + + public void setNtaldcnum(String ntaldcnum) { + this.ntaldcnum = ntaldcnum; + } + + public String getNtaxmny() { + return ntaxmny; + } + + public void setNtaxmny(String ntaxmny) { + this.ntaxmny = ntaxmny; + } + + public String getNtaxnetprice() { + return ntaxnetprice; + } + + public void setNtaxnetprice(String ntaxnetprice) { + this.ntaxnetprice = ntaxnetprice; + } + + public String getNtaxprice() { + return ntaxprice; + } + + public void setNtaxprice(String ntaxprice) { + this.ntaxprice = ntaxprice; + } + + public String getNtaxrate() { + return ntaxrate; + } + + public void setNtaxrate(String ntaxrate) { + this.ntaxrate = ntaxrate; + } + + public String getPkCorp() { + return pkCorp; + } + + public void setPkCorp(String pkCorp) { + this.pkCorp = pkCorp; + } + + public String getRefundflag() { + return refundflag; + } + + public void setRefundflag(String refundflag) { + this.refundflag = refundflag; + } + + public String getTconsigntime() { + return tconsigntime; + } + + public void setTconsigntime(String tconsigntime) { + this.tconsigntime = tconsigntime; + } + + public String getTdelivertime() { + return tdelivertime; + } + + public void setTdelivertime(String tdelivertime) { + this.tdelivertime = tdelivertime; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVeditreason() { + return veditreason; + } + + public void setVeditreason(String veditreason) { + this.veditreason = veditreason; + } + + public String getVreceiveaddress() { + return vreceiveaddress; + } + + public void setVreceiveaddress(String vreceiveaddress) { + this.vreceiveaddress = vreceiveaddress; + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleorderBEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleorderBEntity.xml new file mode 100644 index 00000000..cb382bb1 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/SoSaleorderBEntity.xml @@ -0,0 +1,1302 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + alrconfincomny + ,alrconfinconum + ,bbindflag + ,bdericttrans + ,blargessflag + ,boosflag + ,breturnprofit + ,bsafeprice + ,bsupplyflag + ,cadvisecalbodyid + ,cbatchid + ,cbodywarehouseid + ,cbomorderid + ,cchantypeid + ,cconsigncorpid + ,ccurrencytypeid + ,cfactoryid + ,cfreezeid + ,cinvbasdocid + ,cinventoryid + ,cinventoryid1 + ,clargessrowno + ,coperatorid + ,corder_bid + ,cpackunitid + ,cpricecalproc + ,cpriceitemid + ,cpriceitemtable + ,cpricepolicyid + ,cprolineid + ,cproviderid + ,cquoteunitid + ,crecaddrnode + ,creccalbodyid + ,creceiptareaid + ,creceiptcorpid + ,creceipttype + ,crecwareid + ,crowno + ,csaleid + ,csourcebillbodyid + ,csourcebillid + ,ct_managebid + ,ct_manageid + ,cunitid + ,dconsigndate + ,ddeliverdate + ,dr + ,fbatchstatus + ,frownote + ,frowstatus + ,inccontimepoint + ,inccontimepointname + ,incoconfclose + ,nastretprofnum + ,nasttaldcnum + ,ndiscountmny + ,ndiscountrate + ,nexchangeotobrate + ,nitemdiscountrate + ,nmaxprc + ,nmny + ,nnetprice + ,nnumber + ,norgqtnetprc + ,norgqtprc + ,norgqttaxnetprc + ,norgqttaxprc + ,noriginalcurdiscountmny + ,noriginalcurmny + ,noriginalcurnetprice + ,noriginalcurprice + ,noriginalcursummny + ,noriginalcurtaxmny + ,noriginalcurtaxnetprice + ,noriginalcurtaxprice + ,npacknumber + ,nprice + ,nqtnetprc + ,nqtorgnetprc + ,nqtorgprc + ,nqtorgtaxnetprc + ,nqtorgtaxprc + ,nqtprc + ,nqttaxnetprc + ,nqttaxprc + ,nquoteunitnum + ,nquoteunitrate + ,nretprofmny + ,nretprofnum + ,nreturntaxrate + ,nsummny + ,ntaldcmny + ,ntaldcnum + ,ntaxmny + ,ntaxnetprice + ,ntaxprice + ,ntaxrate + ,pk_corp + ,refundflag + ,tconsigntime + ,tdelivertime + ,ts + ,veditreason + ,vreceiveaddress + + + + + + + + + + + + + + + + insert into so_saleorder_b( + + alrconfincomny , + alrconfinconum , + bbindflag , + bdericttrans , + blargessflag , + boosflag , + breturnprofit , + bsafeprice , + bsupplyflag , + cadvisecalbodyid , + cbatchid , + cbodywarehouseid , + cbomorderid , + cchantypeid , + cconsigncorpid , + ccurrencytypeid , + cfactoryid , + cfreezeid , + cinvbasdocid , + cinventoryid , + cinventoryid1 , + clargessrowno , + coperatorid , + corder_bid , + cpackunitid , + cpricecalproc , + cpriceitemid , + cpriceitemtable , + cpricepolicyid , + cprolineid , + cproviderid , + cquoteunitid , + crecaddrnode , + creccalbodyid , + creceiptareaid , + creceiptcorpid , + creceipttype , + crecwareid , + crowno , + csaleid , + csourcebillbodyid , + csourcebillid , + ct_managebid , + ct_manageid , + cunitid , + dconsigndate , + ddeliverdate , + dr , + fbatchstatus , + frownote , + frowstatus , + inccontimepoint , + inccontimepointname , + incoconfclose , + nastretprofnum , + nasttaldcnum , + ndiscountmny , + ndiscountrate , + nexchangeotobrate , + nitemdiscountrate , + nmaxprc , + nmny , + nnetprice , + nnumber , + norgqtnetprc , + norgqtprc , + norgqttaxnetprc , + norgqttaxprc , + noriginalcurdiscountmny , + noriginalcurmny , + noriginalcurnetprice , + noriginalcurprice , + noriginalcursummny , + noriginalcurtaxmny , + noriginalcurtaxnetprice , + noriginalcurtaxprice , + npacknumber , + nprice , + nqtnetprc , + nqtorgnetprc , + nqtorgprc , + nqtorgtaxnetprc , + nqtorgtaxprc , + nqtprc , + nqttaxnetprc , + nqttaxprc , + nquoteunitnum , + nquoteunitrate , + nretprofmny , + nretprofnum , + nreturntaxrate , + nsummny , + ntaldcmny , + ntaldcnum , + ntaxmny , + ntaxnetprice , + ntaxprice , + ntaxrate , + pk_corp , + refundflag , + tconsigntime , + tdelivertime , + ts , + veditreason , + vreceiveaddress , + sorts, + sts, + + )values( + + #{alrconfincomny} , + #{alrconfinconum} , + #{bbindflag} , + #{bdericttrans} , + #{blargessflag} , + #{boosflag} , + #{breturnprofit} , + #{bsafeprice} , + #{bsupplyflag} , + #{cadvisecalbodyid} , + #{cbatchid} , + #{cbodywarehouseid} , + #{cbomorderid} , + #{cchantypeid} , + #{cconsigncorpid} , + #{ccurrencytypeid} , + #{cfactoryid} , + #{cfreezeid} , + #{cinvbasdocid} , + #{cinventoryid} , + #{cinventoryid1} , + #{clargessrowno} , + #{coperatorid} , + #{corderBid} , + #{cpackunitid} , + #{cpricecalproc} , + #{cpriceitemid} , + #{cpriceitemtable} , + #{cpricepolicyid} , + #{cprolineid} , + #{cproviderid} , + #{cquoteunitid} , + #{crecaddrnode} , + #{creccalbodyid} , + #{creceiptareaid} , + #{creceiptcorpid} , + #{creceipttype} , + #{crecwareid} , + #{crowno} , + #{csaleid} , + #{csourcebillbodyid} , + #{csourcebillid} , + #{ctManagebid} , + #{ctManageid} , + #{cunitid} , + #{dconsigndate} , + #{ddeliverdate} , + #{dr} , + #{fbatchstatus} , + #{frownote} , + #{frowstatus} , + #{inccontimepoint} , + #{inccontimepointname} , + #{incoconfclose} , + #{nastretprofnum} , + #{nasttaldcnum} , + #{ndiscountmny} , + #{ndiscountrate} , + #{nexchangeotobrate} , + #{nitemdiscountrate} , + #{nmaxprc} , + #{nmny} , + #{nnetprice} , + #{nnumber} , + #{norgqtnetprc} , + #{norgqtprc} , + #{norgqttaxnetprc} , + #{norgqttaxprc} , + #{noriginalcurdiscountmny} , + #{noriginalcurmny} , + #{noriginalcurnetprice} , + #{noriginalcurprice} , + #{noriginalcursummny} , + #{noriginalcurtaxmny} , + #{noriginalcurtaxnetprice} , + #{noriginalcurtaxprice} , + #{npacknumber} , + #{nprice} , + #{nqtnetprc} , + #{nqtorgnetprc} , + #{nqtorgprc} , + #{nqtorgtaxnetprc} , + #{nqtorgtaxprc} , + #{nqtprc} , + #{nqttaxnetprc} , + #{nqttaxprc} , + #{nquoteunitnum} , + #{nquoteunitrate} , + #{nretprofmny} , + #{nretprofnum} , + #{nreturntaxrate} , + #{nsummny} , + #{ntaldcmny} , + #{ntaldcnum} , + #{ntaxmny} , + #{ntaxnetprice} , + #{ntaxprice} , + #{ntaxrate} , + #{pkCorp} , + #{refundflag} , + #{tconsigntime} , + #{tdelivertime} , + #{ts} , + #{veditreason} , + #{vreceiveaddress} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from so_saleorder_b a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into so_saleorder_b(alrconfincomny, alrconfinconum, bbindflag, bdericttrans, blargessflag, boosflag, breturnprofit, bsafeprice, bsupplyflag, cadvisecalbodyid, cbatchid, cbodywarehouseid, cbomorderid, cchantypeid, cconsigncorpid, ccurrencytypeid, cfactoryid, cfreezeid, cinvbasdocid, cinventoryid, cinventoryid1, clargessrowno, coperatorid, cpackunitid, cpricecalproc, cpriceitemid, cpriceitemtable, cpricepolicyid, cprolineid, cproviderid, cquoteunitid, crecaddrnode, creccalbodyid, creceiptareaid, creceiptcorpid, creceipttype, crecwareid, crowno, csaleid, csourcebillbodyid, csourcebillid, ct_managebid, ct_manageid, cunitid, dconsigndate, ddeliverdate, dr, fbatchstatus, frownote, frowstatus, inccontimepoint, inccontimepointname, incoconfclose, nastretprofnum, nasttaldcnum, ndiscountmny, ndiscountrate, nexchangeotobrate, nitemdiscountrate, nmaxprc, nmny, nnetprice, nnumber, norgqtnetprc, norgqtprc, norgqttaxnetprc, norgqttaxprc, noriginalcurdiscountmny, noriginalcurmny, noriginalcurnetprice, noriginalcurprice, noriginalcursummny, noriginalcurtaxmny, noriginalcurtaxnetprice, noriginalcurtaxprice, npacknumber, nprice, nqtnetprc, nqtorgnetprc, nqtorgprc, nqtorgtaxnetprc, nqtorgtaxprc, nqtprc, nqttaxnetprc, nqttaxprc, nquoteunitnum, nquoteunitrate, nretprofmny, nretprofnum, nreturntaxrate, nsummny, ntaldcmny, ntaldcnum, ntaxmny, ntaxnetprice, ntaxprice, ntaxrate, pk_corp, refundflag, tconsigntime, tdelivertime, ts, veditreason, vreceiveaddress, sts) + values + + (#{entity.alrconfincomny},#{entity.alrconfinconum},#{entity.bbindflag},#{entity.bdericttrans},#{entity.blargessflag},#{entity.boosflag},#{entity.breturnprofit},#{entity.bsafeprice},#{entity.bsupplyflag},#{entity.cadvisecalbodyid},#{entity.cbatchid},#{entity.cbodywarehouseid},#{entity.cbomorderid},#{entity.cchantypeid},#{entity.cconsigncorpid},#{entity.ccurrencytypeid},#{entity.cfactoryid},#{entity.cfreezeid},#{entity.cinvbasdocid},#{entity.cinventoryid},#{entity.cinventoryid1},#{entity.clargessrowno},#{entity.coperatorid},#{entity.cpackunitid},#{entity.cpricecalproc},#{entity.cpriceitemid},#{entity.cpriceitemtable},#{entity.cpricepolicyid},#{entity.cprolineid},#{entity.cproviderid},#{entity.cquoteunitid},#{entity.crecaddrnode},#{entity.creccalbodyid},#{entity.creceiptareaid},#{entity.creceiptcorpid},#{entity.creceipttype},#{entity.crecwareid},#{entity.crowno},#{entity.csaleid},#{entity.csourcebillbodyid},#{entity.csourcebillid},#{entity.ctManagebid},#{entity.ctManageid},#{entity.cunitid},#{entity.dconsigndate},#{entity.ddeliverdate},#{entity.dr},#{entity.fbatchstatus},#{entity.frownote},#{entity.frowstatus},#{entity.inccontimepoint},#{entity.inccontimepointname},#{entity.incoconfclose},#{entity.nastretprofnum},#{entity.nasttaldcnum},#{entity.ndiscountmny},#{entity.ndiscountrate},#{entity.nexchangeotobrate},#{entity.nitemdiscountrate},#{entity.nmaxprc},#{entity.nmny},#{entity.nnetprice},#{entity.nnumber},#{entity.norgqtnetprc},#{entity.norgqtprc},#{entity.norgqttaxnetprc},#{entity.norgqttaxprc},#{entity.noriginalcurdiscountmny},#{entity.noriginalcurmny},#{entity.noriginalcurnetprice},#{entity.noriginalcurprice},#{entity.noriginalcursummny},#{entity.noriginalcurtaxmny},#{entity.noriginalcurtaxnetprice},#{entity.noriginalcurtaxprice},#{entity.npacknumber},#{entity.nprice},#{entity.nqtnetprc},#{entity.nqtorgnetprc},#{entity.nqtorgprc},#{entity.nqtorgtaxnetprc},#{entity.nqtorgtaxprc},#{entity.nqtprc},#{entity.nqttaxnetprc},#{entity.nqttaxprc},#{entity.nquoteunitnum},#{entity.nquoteunitrate},#{entity.nretprofmny},#{entity.nretprofnum},#{entity.nreturntaxrate},#{entity.nsummny},#{entity.ntaldcmny},#{entity.ntaldcnum},#{entity.ntaxmny},#{entity.ntaxnetprice},#{entity.ntaxprice},#{entity.ntaxrate},#{entity.pkCorp},#{entity.refundflag},#{entity.tconsigntime},#{entity.tdelivertime},#{entity.ts},#{entity.veditreason},#{entity.vreceiveaddress}, 'Y') + + + + + insert into so_saleorder_b(alrconfincomny, alrconfinconum, bbindflag, bdericttrans, blargessflag, boosflag, breturnprofit, bsafeprice, bsupplyflag, cadvisecalbodyid, cbatchid, cbodywarehouseid, cbomorderid, cchantypeid, cconsigncorpid, ccurrencytypeid, cfactoryid, cfreezeid, cinvbasdocid, cinventoryid, cinventoryid1, clargessrowno, coperatorid, cpackunitid, cpricecalproc, cpriceitemid, cpriceitemtable, cpricepolicyid, cprolineid, cproviderid, cquoteunitid, crecaddrnode, creccalbodyid, creceiptareaid, creceiptcorpid, creceipttype, crecwareid, crowno, csaleid, csourcebillbodyid, csourcebillid, ct_managebid, ct_manageid, cunitid, dconsigndate, ddeliverdate, dr, fbatchstatus, frownote, frowstatus, inccontimepoint, inccontimepointname, incoconfclose, nastretprofnum, nasttaldcnum, ndiscountmny, ndiscountrate, nexchangeotobrate, nitemdiscountrate, nmaxprc, nmny, nnetprice, nnumber, norgqtnetprc, norgqtprc, norgqttaxnetprc, norgqttaxprc, noriginalcurdiscountmny, noriginalcurmny, noriginalcurnetprice, noriginalcurprice, noriginalcursummny, noriginalcurtaxmny, noriginalcurtaxnetprice, noriginalcurtaxprice, npacknumber, nprice, nqtnetprc, nqtorgnetprc, nqtorgprc, nqtorgtaxnetprc, nqtorgtaxprc, nqtprc, nqttaxnetprc, nqttaxprc, nquoteunitnum, nquoteunitrate, nretprofmny, nretprofnum, nreturntaxrate, nsummny, ntaldcmny, ntaldcnum, ntaxmny, ntaxnetprice, ntaxprice, ntaxrate, pk_corp, refundflag, tconsigntime, tdelivertime, ts, veditreason, vreceiveaddress) + values + + (#{entity.alrconfincomny},#{entity.alrconfinconum},#{entity.bbindflag},#{entity.bdericttrans},#{entity.blargessflag},#{entity.boosflag},#{entity.breturnprofit},#{entity.bsafeprice},#{entity.bsupplyflag},#{entity.cadvisecalbodyid},#{entity.cbatchid},#{entity.cbodywarehouseid},#{entity.cbomorderid},#{entity.cchantypeid},#{entity.cconsigncorpid},#{entity.ccurrencytypeid},#{entity.cfactoryid},#{entity.cfreezeid},#{entity.cinvbasdocid},#{entity.cinventoryid},#{entity.cinventoryid1},#{entity.clargessrowno},#{entity.coperatorid},#{entity.cpackunitid},#{entity.cpricecalproc},#{entity.cpriceitemid},#{entity.cpriceitemtable},#{entity.cpricepolicyid},#{entity.cprolineid},#{entity.cproviderid},#{entity.cquoteunitid},#{entity.crecaddrnode},#{entity.creccalbodyid},#{entity.creceiptareaid},#{entity.creceiptcorpid},#{entity.creceipttype},#{entity.crecwareid},#{entity.crowno},#{entity.csaleid},#{entity.csourcebillbodyid},#{entity.csourcebillid},#{entity.ctManagebid},#{entity.ctManageid},#{entity.cunitid},#{entity.dconsigndate},#{entity.ddeliverdate},#{entity.dr},#{entity.fbatchstatus},#{entity.frownote},#{entity.frowstatus},#{entity.inccontimepoint},#{entity.inccontimepointname},#{entity.incoconfclose},#{entity.nastretprofnum},#{entity.nasttaldcnum},#{entity.ndiscountmny},#{entity.ndiscountrate},#{entity.nexchangeotobrate},#{entity.nitemdiscountrate},#{entity.nmaxprc},#{entity.nmny},#{entity.nnetprice},#{entity.nnumber},#{entity.norgqtnetprc},#{entity.norgqtprc},#{entity.norgqttaxnetprc},#{entity.norgqttaxprc},#{entity.noriginalcurdiscountmny},#{entity.noriginalcurmny},#{entity.noriginalcurnetprice},#{entity.noriginalcurprice},#{entity.noriginalcursummny},#{entity.noriginalcurtaxmny},#{entity.noriginalcurtaxnetprice},#{entity.noriginalcurtaxprice},#{entity.npacknumber},#{entity.nprice},#{entity.nqtnetprc},#{entity.nqtorgnetprc},#{entity.nqtorgprc},#{entity.nqtorgtaxnetprc},#{entity.nqtorgtaxprc},#{entity.nqtprc},#{entity.nqttaxnetprc},#{entity.nqttaxprc},#{entity.nquoteunitnum},#{entity.nquoteunitrate},#{entity.nretprofmny},#{entity.nretprofnum},#{entity.nreturntaxrate},#{entity.nsummny},#{entity.ntaldcmny},#{entity.ntaldcnum},#{entity.ntaxmny},#{entity.ntaxnetprice},#{entity.ntaxprice},#{entity.ntaxrate},#{entity.pkCorp},#{entity.refundflag},#{entity.tconsigntime},#{entity.tdelivertime},#{entity.ts},#{entity.veditreason},#{entity.vreceiveaddress}) + + on duplicate key update + alrconfincomny = values(alrconfincomny), + alrconfinconum = values(alrconfinconum), + bbindflag = values(bbindflag), + bdericttrans = values(bdericttrans), + blargessflag = values(blargessflag), + boosflag = values(boosflag), + breturnprofit = values(breturnprofit), + bsafeprice = values(bsafeprice), + bsupplyflag = values(bsupplyflag), + cadvisecalbodyid = values(cadvisecalbodyid), + cbatchid = values(cbatchid), + cbodywarehouseid = values(cbodywarehouseid), + cbomorderid = values(cbomorderid), + cchantypeid = values(cchantypeid), + cconsigncorpid = values(cconsigncorpid), + ccurrencytypeid = values(ccurrencytypeid), + cfactoryid = values(cfactoryid), + cfreezeid = values(cfreezeid), + cinvbasdocid = values(cinvbasdocid), + cinventoryid = values(cinventoryid), + cinventoryid1 = values(cinventoryid1), + clargessrowno = values(clargessrowno), + coperatorid = values(coperatorid), + cpackunitid = values(cpackunitid), + cpricecalproc = values(cpricecalproc), + cpriceitemid = values(cpriceitemid), + cpriceitemtable = values(cpriceitemtable), + cpricepolicyid = values(cpricepolicyid), + cprolineid = values(cprolineid), + cproviderid = values(cproviderid), + cquoteunitid = values(cquoteunitid), + crecaddrnode = values(crecaddrnode), + creccalbodyid = values(creccalbodyid), + creceiptareaid = values(creceiptareaid), + creceiptcorpid = values(creceiptcorpid), + creceipttype = values(creceipttype), + crecwareid = values(crecwareid), + crowno = values(crowno), + csaleid = values(csaleid), + csourcebillbodyid = values(csourcebillbodyid), + csourcebillid = values(csourcebillid), + ct_managebid = values(ct_managebid), + ct_manageid = values(ct_manageid), + cunitid = values(cunitid), + dconsigndate = values(dconsigndate), + ddeliverdate = values(ddeliverdate), + dr = values(dr), + fbatchstatus = values(fbatchstatus), + frownote = values(frownote), + frowstatus = values(frowstatus), + inccontimepoint = values(inccontimepoint), + inccontimepointname = values(inccontimepointname), + incoconfclose = values(incoconfclose), + nastretprofnum = values(nastretprofnum), + nasttaldcnum = values(nasttaldcnum), + ndiscountmny = values(ndiscountmny), + ndiscountrate = values(ndiscountrate), + nexchangeotobrate = values(nexchangeotobrate), + nitemdiscountrate = values(nitemdiscountrate), + nmaxprc = values(nmaxprc), + nmny = values(nmny), + nnetprice = values(nnetprice), + nnumber = values(nnumber), + norgqtnetprc = values(norgqtnetprc), + norgqtprc = values(norgqtprc), + norgqttaxnetprc = values(norgqttaxnetprc), + norgqttaxprc = values(norgqttaxprc), + noriginalcurdiscountmny = values(noriginalcurdiscountmny), + noriginalcurmny = values(noriginalcurmny), + noriginalcurnetprice = values(noriginalcurnetprice), + noriginalcurprice = values(noriginalcurprice), + noriginalcursummny = values(noriginalcursummny), + noriginalcurtaxmny = values(noriginalcurtaxmny), + noriginalcurtaxnetprice = values(noriginalcurtaxnetprice), + noriginalcurtaxprice = values(noriginalcurtaxprice), + npacknumber = values(npacknumber), + nprice = values(nprice), + nqtnetprc = values(nqtnetprc), + nqtorgnetprc = values(nqtorgnetprc), + nqtorgprc = values(nqtorgprc), + nqtorgtaxnetprc = values(nqtorgtaxnetprc), + nqtorgtaxprc = values(nqtorgtaxprc), + nqtprc = values(nqtprc), + nqttaxnetprc = values(nqttaxnetprc), + nqttaxprc = values(nqttaxprc), + nquoteunitnum = values(nquoteunitnum), + nquoteunitrate = values(nquoteunitrate), + nretprofmny = values(nretprofmny), + nretprofnum = values(nretprofnum), + nreturntaxrate = values(nreturntaxrate), + nsummny = values(nsummny), + ntaldcmny = values(ntaldcmny), + ntaldcnum = values(ntaldcnum), + ntaxmny = values(ntaxmny), + ntaxnetprice = values(ntaxnetprice), + ntaxprice = values(ntaxprice), + ntaxrate = values(ntaxrate), + pk_corp = values(pk_corp), + refundflag = values(refundflag), + tconsigntime = values(tconsigntime), + tdelivertime = values(tdelivertime), + ts = values(ts), + veditreason = values(veditreason), + vreceiveaddress = values(vreceiveaddress) + + +update so_saleorder_b set + + alrconfincomny = #{alrconfincomny}, + alrconfinconum = #{alrconfinconum}, + bbindflag = #{bbindflag}, + bdericttrans = #{bdericttrans}, + blargessflag = #{blargessflag}, + boosflag = #{boosflag}, + breturnprofit = #{breturnprofit}, + bsafeprice = #{bsafeprice}, + bsupplyflag = #{bsupplyflag}, + cadvisecalbodyid = #{cadvisecalbodyid}, + cbatchid = #{cbatchid}, + cbodywarehouseid = #{cbodywarehouseid}, + cbomorderid = #{cbomorderid}, + cchantypeid = #{cchantypeid}, + cconsigncorpid = #{cconsigncorpid}, + ccurrencytypeid = #{ccurrencytypeid}, + cfactoryid = #{cfactoryid}, + cfreezeid = #{cfreezeid}, + cinvbasdocid = #{cinvbasdocid}, + cinventoryid = #{cinventoryid}, + cinventoryid1 = #{cinventoryid1}, + clargessrowno = #{clargessrowno}, + coperatorid = #{coperatorid}, + cpackunitid = #{cpackunitid}, + cpricecalproc = #{cpricecalproc}, + cpriceitemid = #{cpriceitemid}, + cpriceitemtable = #{cpriceitemtable}, + cpricepolicyid = #{cpricepolicyid}, + cprolineid = #{cprolineid}, + cproviderid = #{cproviderid}, + cquoteunitid = #{cquoteunitid}, + crecaddrnode = #{crecaddrnode}, + creccalbodyid = #{creccalbodyid}, + creceiptareaid = #{creceiptareaid}, + creceiptcorpid = #{creceiptcorpid}, + creceipttype = #{creceipttype}, + crecwareid = #{crecwareid}, + crowno = #{crowno}, + csaleid = #{csaleid}, + csourcebillbodyid = #{csourcebillbodyid}, + csourcebillid = #{csourcebillid}, + ct_managebid = #{ctManagebid}, + ct_manageid = #{ctManageid}, + cunitid = #{cunitid}, + dconsigndate = #{dconsigndate}, + ddeliverdate = #{ddeliverdate}, + dr = #{dr}, + fbatchstatus = #{fbatchstatus}, + frownote = #{frownote}, + frowstatus = #{frowstatus}, + inccontimepoint = #{inccontimepoint}, + inccontimepointname = #{inccontimepointname}, + incoconfclose = #{incoconfclose}, + nastretprofnum = #{nastretprofnum}, + nasttaldcnum = #{nasttaldcnum}, + ndiscountmny = #{ndiscountmny}, + ndiscountrate = #{ndiscountrate}, + nexchangeotobrate = #{nexchangeotobrate}, + nitemdiscountrate = #{nitemdiscountrate}, + nmaxprc = #{nmaxprc}, + nmny = #{nmny}, + nnetprice = #{nnetprice}, + nnumber = #{nnumber}, + norgqtnetprc = #{norgqtnetprc}, + norgqtprc = #{norgqtprc}, + norgqttaxnetprc = #{norgqttaxnetprc}, + norgqttaxprc = #{norgqttaxprc}, + noriginalcurdiscountmny = #{noriginalcurdiscountmny}, + noriginalcurmny = #{noriginalcurmny}, + noriginalcurnetprice = #{noriginalcurnetprice}, + noriginalcurprice = #{noriginalcurprice}, + noriginalcursummny = #{noriginalcursummny}, + noriginalcurtaxmny = #{noriginalcurtaxmny}, + noriginalcurtaxnetprice = #{noriginalcurtaxnetprice}, + noriginalcurtaxprice = #{noriginalcurtaxprice}, + npacknumber = #{npacknumber}, + nprice = #{nprice}, + nqtnetprc = #{nqtnetprc}, + nqtorgnetprc = #{nqtorgnetprc}, + nqtorgprc = #{nqtorgprc}, + nqtorgtaxnetprc = #{nqtorgtaxnetprc}, + nqtorgtaxprc = #{nqtorgtaxprc}, + nqtprc = #{nqtprc}, + nqttaxnetprc = #{nqttaxnetprc}, + nqttaxprc = #{nqttaxprc}, + nquoteunitnum = #{nquoteunitnum}, + nquoteunitrate = #{nquoteunitrate}, + nretprofmny = #{nretprofmny}, + nretprofnum = #{nretprofnum}, + nreturntaxrate = #{nreturntaxrate}, + nsummny = #{nsummny}, + ntaldcmny = #{ntaldcmny}, + ntaldcnum = #{ntaldcnum}, + ntaxmny = #{ntaxmny}, + ntaxnetprice = #{ntaxnetprice}, + ntaxprice = #{ntaxprice}, + ntaxrate = #{ntaxrate}, + pk_corp = #{pkCorp}, + refundflag = #{refundflag}, + tconsigntime = #{tconsigntime}, + tdelivertime = #{tdelivertime}, + ts = #{ts}, + veditreason = #{veditreason}, + vreceiveaddress = #{vreceiveaddress}, + +where corder_bid = #{corderBid} + + + +update so_saleorder_b set sts= 'N' +where corder_bid = #{corderBid} + + + +update so_saleorder_b set sts= 'N' + + and alrconfincomny = #{alrconfincomny} + and alrconfinconum = #{alrconfinconum} + and bbindflag = #{bbindflag} + and bdericttrans = #{bdericttrans} + and blargessflag = #{blargessflag} + and boosflag = #{boosflag} + and breturnprofit = #{breturnprofit} + and bsafeprice = #{bsafeprice} + and bsupplyflag = #{bsupplyflag} + and cadvisecalbodyid = #{cadvisecalbodyid} + and cbatchid = #{cbatchid} + and cbodywarehouseid = #{cbodywarehouseid} + and cbomorderid = #{cbomorderid} + and cchantypeid = #{cchantypeid} + and cconsigncorpid = #{cconsigncorpid} + and ccurrencytypeid = #{ccurrencytypeid} + and cfactoryid = #{cfactoryid} + and cfreezeid = #{cfreezeid} + and cinvbasdocid = #{cinvbasdocid} + and cinventoryid = #{cinventoryid} + and cinventoryid1 = #{cinventoryid1} + and clargessrowno = #{clargessrowno} + and coperatorid = #{coperatorid} + and corder_bid = #{corderBid} + and cpackunitid = #{cpackunitid} + and cpricecalproc = #{cpricecalproc} + and cpriceitemid = #{cpriceitemid} + and cpriceitemtable = #{cpriceitemtable} + and cpricepolicyid = #{cpricepolicyid} + and cprolineid = #{cprolineid} + and cproviderid = #{cproviderid} + and cquoteunitid = #{cquoteunitid} + and crecaddrnode = #{crecaddrnode} + and creccalbodyid = #{creccalbodyid} + and creceiptareaid = #{creceiptareaid} + and creceiptcorpid = #{creceiptcorpid} + and creceipttype = #{creceipttype} + and crecwareid = #{crecwareid} + and crowno = #{crowno} + and csaleid = #{csaleid} + and csourcebillbodyid = #{csourcebillbodyid} + and csourcebillid = #{csourcebillid} + and ct_managebid = #{ctManagebid} + and ct_manageid = #{ctManageid} + and cunitid = #{cunitid} + and dconsigndate = #{dconsigndate} + and ddeliverdate = #{ddeliverdate} + and dr = #{dr} + and fbatchstatus = #{fbatchstatus} + and frownote = #{frownote} + and frowstatus = #{frowstatus} + and inccontimepoint = #{inccontimepoint} + and inccontimepointname = #{inccontimepointname} + and incoconfclose = #{incoconfclose} + and nastretprofnum = #{nastretprofnum} + and nasttaldcnum = #{nasttaldcnum} + and ndiscountmny = #{ndiscountmny} + and ndiscountrate = #{ndiscountrate} + and nexchangeotobrate = #{nexchangeotobrate} + and nitemdiscountrate = #{nitemdiscountrate} + and nmaxprc = #{nmaxprc} + and nmny = #{nmny} + and nnetprice = #{nnetprice} + and nnumber = #{nnumber} + and norgqtnetprc = #{norgqtnetprc} + and norgqtprc = #{norgqtprc} + and norgqttaxnetprc = #{norgqttaxnetprc} + and norgqttaxprc = #{norgqttaxprc} + and noriginalcurdiscountmny = #{noriginalcurdiscountmny} + and noriginalcurmny = #{noriginalcurmny} + and noriginalcurnetprice = #{noriginalcurnetprice} + and noriginalcurprice = #{noriginalcurprice} + and noriginalcursummny = #{noriginalcursummny} + and noriginalcurtaxmny = #{noriginalcurtaxmny} + and noriginalcurtaxnetprice = #{noriginalcurtaxnetprice} + and noriginalcurtaxprice = #{noriginalcurtaxprice} + and npacknumber = #{npacknumber} + and nprice = #{nprice} + and nqtnetprc = #{nqtnetprc} + and nqtorgnetprc = #{nqtorgnetprc} + and nqtorgprc = #{nqtorgprc} + and nqtorgtaxnetprc = #{nqtorgtaxnetprc} + and nqtorgtaxprc = #{nqtorgtaxprc} + and nqtprc = #{nqtprc} + and nqttaxnetprc = #{nqttaxnetprc} + and nqttaxprc = #{nqttaxprc} + and nquoteunitnum = #{nquoteunitnum} + and nquoteunitrate = #{nquoteunitrate} + and nretprofmny = #{nretprofmny} + and nretprofnum = #{nretprofnum} + and nreturntaxrate = #{nreturntaxrate} + and nsummny = #{nsummny} + and ntaldcmny = #{ntaldcmny} + and ntaldcnum = #{ntaldcnum} + and ntaxmny = #{ntaxmny} + and ntaxnetprice = #{ntaxnetprice} + and ntaxprice = #{ntaxprice} + and ntaxrate = #{ntaxrate} + and pk_corp = #{pkCorp} + and refundflag = #{refundflag} + and tconsigntime = #{tconsigntime} + and tdelivertime = #{tdelivertime} + and ts = #{ts} + and veditreason = #{veditreason} + and vreceiveaddress = #{vreceiveaddress} + + + + + delete from so_saleorder_b where corder_bid = #{corderBid} + + + + + + + + + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillBEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillBEntity.java new file mode 100644 index 00000000..c8423867 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillBEntity.java @@ -0,0 +1,1680 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; +/** + * (ToBillB)实体类 + * + * @author makejava + * @since 2023-11-21 10:42:22 + */ +public class ToBillBEntity extends BaseEntity { + + private String barrangedflag; + private String boutendflag; + private String bretractflag; + private String bsendendflag; + private String bsettleendflag; + private String btakesettleendflag; + private String carrangepersonid; + private String castunitid; + private String cbillBid; + private String cbillid; + private String cbilltype; + private String cbiztypeid; + private String cclosemakerid; + private String ccorrectbillBid; + private String cdeletemakerid; + private String cfirstbid; + private String cfirstid; + private String cfirsttypecode; + private String cincbid; + private String cincorpid; + private String cindeptid; + private String cininvid; + private String cinpsnid; + private String cinspaceid; + private String cinvbasid; + private String cinwhid; + private String coutcbid; + private String coutcorpid; + private String coutdeptid; + private String coutendmakerid; + private String coutinvid; + private String coutpsnid; + private String coutspaceid; + private String coutwhid; + private String cprojectid; + private String cprojectphase; + private String cquoteunitid; + private String creceieveid; + private String creceiverbasid; + private String crelationBid; + private String crelationid; + private String crowno; + private String csendendmakerid; + private String csourcebid; + private String csourceid; + private String csourcetypecode; + private String ctakeoutcbid; + private String ctakeoutcorpid; + private String ctakeoutdeptid; + private String ctakeoutinvid; + private String ctakeoutpsnid; + private String ctakeoutspaceid; + private String ctakeoutwhid; + private String ctakerelationBid; + private String ctakerelationid; + private String ctypecode; + private String cvendorbasid; + private String cvendorid; + private String cworkcenterid; + private String dplanarrivedate; + private String dplanoutdate; + private String dproducedate; + private Integer dr; + private String drequiredate; + private String dvalidate; + private Integer fallocflag; + private String flargess; + private Integer frowstatuflag; + private Integer ftaxtypeflag; + private Double naddpricerate; + private Double narrangeassnum; + private Double narrangemonum; + private Double narrangenum; + private Double narrangepoapplynum; + private Double narrangepoordernum; + private Double narrangescornum; + private Double narrangetoornum; + private Double nasknotaxprice; + private Double naskprice; + private Double nassistnum; + private Double nchangerate; + private Double nfeedbacknum; + private Double nmny; + private Double nnotaxmny; + private Double nnotaxprice; + private Double nnum; + private Double norderbackassnum; + private Double norderbacknum; + private Double norderinassnum; + private Double norderinnum; + private Double norderinoutmny; + private Double norderinoutnum; + private Double norderoutassnum; + private Double norderoutnum; + private Double nordersendassnum; + private Double nordersendnum; + private Double nordershouldinnum; + private Double nordershouldoutnum; + private Double nordersignassnum; + private Double nordersignnum; + private Double nordertakemny; + private Double nordertakenum; + private Double norderwaylossassnum; + private Double norderwaylossnum; + private Double norgqtnetprc; + private Double norgqttaxnetprc; + private Double noutsumnum; + private Double nprice; + private Double nquoteunitnum; + private Double nquoteunitrate; + private Double nsafetystocknum; + private Double ntaxrate; + private Double ntranpoassnum; + private Double ntranponum; + private Double ntranstopraynum; + private String pkAreacl; + private String pkArrivearea; + private String pkDefdoc1; + private String pkDefdoc10; + private String pkDefdoc11; + private String pkDefdoc12; + private String pkDefdoc13; + private String pkDefdoc14; + private String pkDefdoc15; + private String pkDefdoc16; + private String pkDefdoc17; + private String pkDefdoc18; + private String pkDefdoc19; + private String pkDefdoc2; + private String pkDefdoc20; + private String pkDefdoc3; + private String pkDefdoc4; + private String pkDefdoc5; + private String pkDefdoc6; + private String pkDefdoc7; + private String pkDefdoc8; + private String pkDefdoc9; + private String pkRtBid; + private String pkSendtype; + private String pkTldid; + private String tlastarrangetime; + private String tplanarrivetime; + private String tplanouttime; + private String trequiretime; + private String ts; + private String tsclose; + private String tsdelete; + private String tsoutend; + private String tssendend; + private String vbatch; + private String vbdef1; + private String vbdef10; + private String vbdef11; + private String vbdef12; + private String vbdef13; + private String vbdef14; + private String vbdef15; + private String vbdef16; + private String vbdef17; + private String vbdef18; + private String vbdef19; + private String vbdef2; + private String vbdef20; + private String vbdef3; + private String vbdef4; + private String vbdef5; + private String vbdef6; + private String vbdef7; + private String vbdef8; + private String vbdef9; + private String vbomcode; + private String vbrevisereason; + private String vcode; + private String vfirstcode; + private String vfirstrowno; + private String vfree1; + private String vfree2; + private String vfree3; + private String vfree4; + private String vfree5; + private String vnote; + private String vproducebatch; + private String vreceiveaddress; + private String vsourcecode; + private String vsourcerowno; + + + public String getBarrangedflag() { + return barrangedflag; + } + + public void setBarrangedflag(String barrangedflag) { + this.barrangedflag = barrangedflag; + } + + public String getBoutendflag() { + return boutendflag; + } + + public void setBoutendflag(String boutendflag) { + this.boutendflag = boutendflag; + } + + public String getBretractflag() { + return bretractflag; + } + + public void setBretractflag(String bretractflag) { + this.bretractflag = bretractflag; + } + + public String getBsendendflag() { + return bsendendflag; + } + + public void setBsendendflag(String bsendendflag) { + this.bsendendflag = bsendendflag; + } + + public String getBsettleendflag() { + return bsettleendflag; + } + + public void setBsettleendflag(String bsettleendflag) { + this.bsettleendflag = bsettleendflag; + } + + public String getBtakesettleendflag() { + return btakesettleendflag; + } + + public void setBtakesettleendflag(String btakesettleendflag) { + this.btakesettleendflag = btakesettleendflag; + } + + public String getCarrangepersonid() { + return carrangepersonid; + } + + public void setCarrangepersonid(String carrangepersonid) { + this.carrangepersonid = carrangepersonid; + } + + public String getCastunitid() { + return castunitid; + } + + public void setCastunitid(String castunitid) { + this.castunitid = castunitid; + } + + public String getCbillBid() { + return cbillBid; + } + + public void setCbillBid(String cbillBid) { + this.cbillBid = cbillBid; + } + + public String getCbillid() { + return cbillid; + } + + public void setCbillid(String cbillid) { + this.cbillid = cbillid; + } + + public String getCbilltype() { + return cbilltype; + } + + public void setCbilltype(String cbilltype) { + this.cbilltype = cbilltype; + } + + public String getCbiztypeid() { + return cbiztypeid; + } + + public void setCbiztypeid(String cbiztypeid) { + this.cbiztypeid = cbiztypeid; + } + + public String getCclosemakerid() { + return cclosemakerid; + } + + public void setCclosemakerid(String cclosemakerid) { + this.cclosemakerid = cclosemakerid; + } + + public String getCcorrectbillBid() { + return ccorrectbillBid; + } + + public void setCcorrectbillBid(String ccorrectbillBid) { + this.ccorrectbillBid = ccorrectbillBid; + } + + public String getCdeletemakerid() { + return cdeletemakerid; + } + + public void setCdeletemakerid(String cdeletemakerid) { + this.cdeletemakerid = cdeletemakerid; + } + + public String getCfirstbid() { + return cfirstbid; + } + + public void setCfirstbid(String cfirstbid) { + this.cfirstbid = cfirstbid; + } + + public String getCfirstid() { + return cfirstid; + } + + public void setCfirstid(String cfirstid) { + this.cfirstid = cfirstid; + } + + public String getCfirsttypecode() { + return cfirsttypecode; + } + + public void setCfirsttypecode(String cfirsttypecode) { + this.cfirsttypecode = cfirsttypecode; + } + + public String getCincbid() { + return cincbid; + } + + public void setCincbid(String cincbid) { + this.cincbid = cincbid; + } + + public String getCincorpid() { + return cincorpid; + } + + public void setCincorpid(String cincorpid) { + this.cincorpid = cincorpid; + } + + public String getCindeptid() { + return cindeptid; + } + + public void setCindeptid(String cindeptid) { + this.cindeptid = cindeptid; + } + + public String getCininvid() { + return cininvid; + } + + public void setCininvid(String cininvid) { + this.cininvid = cininvid; + } + + public String getCinpsnid() { + return cinpsnid; + } + + public void setCinpsnid(String cinpsnid) { + this.cinpsnid = cinpsnid; + } + + public String getCinspaceid() { + return cinspaceid; + } + + public void setCinspaceid(String cinspaceid) { + this.cinspaceid = cinspaceid; + } + + public String getCinvbasid() { + return cinvbasid; + } + + public void setCinvbasid(String cinvbasid) { + this.cinvbasid = cinvbasid; + } + + public String getCinwhid() { + return cinwhid; + } + + public void setCinwhid(String cinwhid) { + this.cinwhid = cinwhid; + } + + public String getCoutcbid() { + return coutcbid; + } + + public void setCoutcbid(String coutcbid) { + this.coutcbid = coutcbid; + } + + public String getCoutcorpid() { + return coutcorpid; + } + + public void setCoutcorpid(String coutcorpid) { + this.coutcorpid = coutcorpid; + } + + public String getCoutdeptid() { + return coutdeptid; + } + + public void setCoutdeptid(String coutdeptid) { + this.coutdeptid = coutdeptid; + } + + public String getCoutendmakerid() { + return coutendmakerid; + } + + public void setCoutendmakerid(String coutendmakerid) { + this.coutendmakerid = coutendmakerid; + } + + public String getCoutinvid() { + return coutinvid; + } + + public void setCoutinvid(String coutinvid) { + this.coutinvid = coutinvid; + } + + public String getCoutpsnid() { + return coutpsnid; + } + + public void setCoutpsnid(String coutpsnid) { + this.coutpsnid = coutpsnid; + } + + public String getCoutspaceid() { + return coutspaceid; + } + + public void setCoutspaceid(String coutspaceid) { + this.coutspaceid = coutspaceid; + } + + public String getCoutwhid() { + return coutwhid; + } + + public void setCoutwhid(String coutwhid) { + this.coutwhid = coutwhid; + } + + public String getCprojectid() { + return cprojectid; + } + + public void setCprojectid(String cprojectid) { + this.cprojectid = cprojectid; + } + + public String getCprojectphase() { + return cprojectphase; + } + + public void setCprojectphase(String cprojectphase) { + this.cprojectphase = cprojectphase; + } + + public String getCquoteunitid() { + return cquoteunitid; + } + + public void setCquoteunitid(String cquoteunitid) { + this.cquoteunitid = cquoteunitid; + } + + public String getCreceieveid() { + return creceieveid; + } + + public void setCreceieveid(String creceieveid) { + this.creceieveid = creceieveid; + } + + public String getCreceiverbasid() { + return creceiverbasid; + } + + public void setCreceiverbasid(String creceiverbasid) { + this.creceiverbasid = creceiverbasid; + } + + public String getCrelationBid() { + return crelationBid; + } + + public void setCrelationBid(String crelationBid) { + this.crelationBid = crelationBid; + } + + public String getCrelationid() { + return crelationid; + } + + public void setCrelationid(String crelationid) { + this.crelationid = crelationid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCsendendmakerid() { + return csendendmakerid; + } + + public void setCsendendmakerid(String csendendmakerid) { + this.csendendmakerid = csendendmakerid; + } + + public String getCsourcebid() { + return csourcebid; + } + + public void setCsourcebid(String csourcebid) { + this.csourcebid = csourcebid; + } + + public String getCsourceid() { + return csourceid; + } + + public void setCsourceid(String csourceid) { + this.csourceid = csourceid; + } + + public String getCsourcetypecode() { + return csourcetypecode; + } + + public void setCsourcetypecode(String csourcetypecode) { + this.csourcetypecode = csourcetypecode; + } + + public String getCtakeoutcbid() { + return ctakeoutcbid; + } + + public void setCtakeoutcbid(String ctakeoutcbid) { + this.ctakeoutcbid = ctakeoutcbid; + } + + public String getCtakeoutcorpid() { + return ctakeoutcorpid; + } + + public void setCtakeoutcorpid(String ctakeoutcorpid) { + this.ctakeoutcorpid = ctakeoutcorpid; + } + + public String getCtakeoutdeptid() { + return ctakeoutdeptid; + } + + public void setCtakeoutdeptid(String ctakeoutdeptid) { + this.ctakeoutdeptid = ctakeoutdeptid; + } + + public String getCtakeoutinvid() { + return ctakeoutinvid; + } + + public void setCtakeoutinvid(String ctakeoutinvid) { + this.ctakeoutinvid = ctakeoutinvid; + } + + public String getCtakeoutpsnid() { + return ctakeoutpsnid; + } + + public void setCtakeoutpsnid(String ctakeoutpsnid) { + this.ctakeoutpsnid = ctakeoutpsnid; + } + + public String getCtakeoutspaceid() { + return ctakeoutspaceid; + } + + public void setCtakeoutspaceid(String ctakeoutspaceid) { + this.ctakeoutspaceid = ctakeoutspaceid; + } + + public String getCtakeoutwhid() { + return ctakeoutwhid; + } + + public void setCtakeoutwhid(String ctakeoutwhid) { + this.ctakeoutwhid = ctakeoutwhid; + } + + public String getCtakerelationBid() { + return ctakerelationBid; + } + + public void setCtakerelationBid(String ctakerelationBid) { + this.ctakerelationBid = ctakerelationBid; + } + + public String getCtakerelationid() { + return ctakerelationid; + } + + public void setCtakerelationid(String ctakerelationid) { + this.ctakerelationid = ctakerelationid; + } + + public String getCtypecode() { + return ctypecode; + } + + public void setCtypecode(String ctypecode) { + this.ctypecode = ctypecode; + } + + public String getCvendorbasid() { + return cvendorbasid; + } + + public void setCvendorbasid(String cvendorbasid) { + this.cvendorbasid = cvendorbasid; + } + + public String getCvendorid() { + return cvendorid; + } + + public void setCvendorid(String cvendorid) { + this.cvendorid = cvendorid; + } + + public String getCworkcenterid() { + return cworkcenterid; + } + + public void setCworkcenterid(String cworkcenterid) { + this.cworkcenterid = cworkcenterid; + } + + public String getDplanarrivedate() { + return dplanarrivedate; + } + + public void setDplanarrivedate(String dplanarrivedate) { + this.dplanarrivedate = dplanarrivedate; + } + + public String getDplanoutdate() { + return dplanoutdate; + } + + public void setDplanoutdate(String dplanoutdate) { + this.dplanoutdate = dplanoutdate; + } + + public String getDproducedate() { + return dproducedate; + } + + public void setDproducedate(String dproducedate) { + this.dproducedate = dproducedate; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getDrequiredate() { + return drequiredate; + } + + public void setDrequiredate(String drequiredate) { + this.drequiredate = drequiredate; + } + + public String getDvalidate() { + return dvalidate; + } + + public void setDvalidate(String dvalidate) { + this.dvalidate = dvalidate; + } + + public Integer getFallocflag() { + return fallocflag; + } + + public void setFallocflag(Integer fallocflag) { + this.fallocflag = fallocflag; + } + + public String getFlargess() { + return flargess; + } + + public void setFlargess(String flargess) { + this.flargess = flargess; + } + + public Integer getFrowstatuflag() { + return frowstatuflag; + } + + public void setFrowstatuflag(Integer frowstatuflag) { + this.frowstatuflag = frowstatuflag; + } + + public Integer getFtaxtypeflag() { + return ftaxtypeflag; + } + + public void setFtaxtypeflag(Integer ftaxtypeflag) { + this.ftaxtypeflag = ftaxtypeflag; + } + + public Double getNaddpricerate() { + return naddpricerate; + } + + public void setNaddpricerate(Double naddpricerate) { + this.naddpricerate = naddpricerate; + } + + public Double getNarrangeassnum() { + return narrangeassnum; + } + + public void setNarrangeassnum(Double narrangeassnum) { + this.narrangeassnum = narrangeassnum; + } + + public Double getNarrangemonum() { + return narrangemonum; + } + + public void setNarrangemonum(Double narrangemonum) { + this.narrangemonum = narrangemonum; + } + + public Double getNarrangenum() { + return narrangenum; + } + + public void setNarrangenum(Double narrangenum) { + this.narrangenum = narrangenum; + } + + public Double getNarrangepoapplynum() { + return narrangepoapplynum; + } + + public void setNarrangepoapplynum(Double narrangepoapplynum) { + this.narrangepoapplynum = narrangepoapplynum; + } + + public Double getNarrangepoordernum() { + return narrangepoordernum; + } + + public void setNarrangepoordernum(Double narrangepoordernum) { + this.narrangepoordernum = narrangepoordernum; + } + + public Double getNarrangescornum() { + return narrangescornum; + } + + public void setNarrangescornum(Double narrangescornum) { + this.narrangescornum = narrangescornum; + } + + public Double getNarrangetoornum() { + return narrangetoornum; + } + + public void setNarrangetoornum(Double narrangetoornum) { + this.narrangetoornum = narrangetoornum; + } + + public Double getNasknotaxprice() { + return nasknotaxprice; + } + + public void setNasknotaxprice(Double nasknotaxprice) { + this.nasknotaxprice = nasknotaxprice; + } + + public Double getNaskprice() { + return naskprice; + } + + public void setNaskprice(Double naskprice) { + this.naskprice = naskprice; + } + + public Double getNassistnum() { + return nassistnum; + } + + public void setNassistnum(Double nassistnum) { + this.nassistnum = nassistnum; + } + + public Double getNchangerate() { + return nchangerate; + } + + public void setNchangerate(Double nchangerate) { + this.nchangerate = nchangerate; + } + + public Double getNfeedbacknum() { + return nfeedbacknum; + } + + public void setNfeedbacknum(Double nfeedbacknum) { + this.nfeedbacknum = nfeedbacknum; + } + + public Double getNmny() { + return nmny; + } + + public void setNmny(Double nmny) { + this.nmny = nmny; + } + + public Double getNnotaxmny() { + return nnotaxmny; + } + + public void setNnotaxmny(Double nnotaxmny) { + this.nnotaxmny = nnotaxmny; + } + + public Double getNnotaxprice() { + return nnotaxprice; + } + + public void setNnotaxprice(Double nnotaxprice) { + this.nnotaxprice = nnotaxprice; + } + + public Double getNnum() { + return nnum; + } + + public void setNnum(Double nnum) { + this.nnum = nnum; + } + + public Double getNorderbackassnum() { + return norderbackassnum; + } + + public void setNorderbackassnum(Double norderbackassnum) { + this.norderbackassnum = norderbackassnum; + } + + public Double getNorderbacknum() { + return norderbacknum; + } + + public void setNorderbacknum(Double norderbacknum) { + this.norderbacknum = norderbacknum; + } + + public Double getNorderinassnum() { + return norderinassnum; + } + + public void setNorderinassnum(Double norderinassnum) { + this.norderinassnum = norderinassnum; + } + + public Double getNorderinnum() { + return norderinnum; + } + + public void setNorderinnum(Double norderinnum) { + this.norderinnum = norderinnum; + } + + public Double getNorderinoutmny() { + return norderinoutmny; + } + + public void setNorderinoutmny(Double norderinoutmny) { + this.norderinoutmny = norderinoutmny; + } + + public Double getNorderinoutnum() { + return norderinoutnum; + } + + public void setNorderinoutnum(Double norderinoutnum) { + this.norderinoutnum = norderinoutnum; + } + + public Double getNorderoutassnum() { + return norderoutassnum; + } + + public void setNorderoutassnum(Double norderoutassnum) { + this.norderoutassnum = norderoutassnum; + } + + public Double getNorderoutnum() { + return norderoutnum; + } + + public void setNorderoutnum(Double norderoutnum) { + this.norderoutnum = norderoutnum; + } + + public Double getNordersendassnum() { + return nordersendassnum; + } + + public void setNordersendassnum(Double nordersendassnum) { + this.nordersendassnum = nordersendassnum; + } + + public Double getNordersendnum() { + return nordersendnum; + } + + public void setNordersendnum(Double nordersendnum) { + this.nordersendnum = nordersendnum; + } + + public Double getNordershouldinnum() { + return nordershouldinnum; + } + + public void setNordershouldinnum(Double nordershouldinnum) { + this.nordershouldinnum = nordershouldinnum; + } + + public Double getNordershouldoutnum() { + return nordershouldoutnum; + } + + public void setNordershouldoutnum(Double nordershouldoutnum) { + this.nordershouldoutnum = nordershouldoutnum; + } + + public Double getNordersignassnum() { + return nordersignassnum; + } + + public void setNordersignassnum(Double nordersignassnum) { + this.nordersignassnum = nordersignassnum; + } + + public Double getNordersignnum() { + return nordersignnum; + } + + public void setNordersignnum(Double nordersignnum) { + this.nordersignnum = nordersignnum; + } + + public Double getNordertakemny() { + return nordertakemny; + } + + public void setNordertakemny(Double nordertakemny) { + this.nordertakemny = nordertakemny; + } + + public Double getNordertakenum() { + return nordertakenum; + } + + public void setNordertakenum(Double nordertakenum) { + this.nordertakenum = nordertakenum; + } + + public Double getNorderwaylossassnum() { + return norderwaylossassnum; + } + + public void setNorderwaylossassnum(Double norderwaylossassnum) { + this.norderwaylossassnum = norderwaylossassnum; + } + + public Double getNorderwaylossnum() { + return norderwaylossnum; + } + + public void setNorderwaylossnum(Double norderwaylossnum) { + this.norderwaylossnum = norderwaylossnum; + } + + public Double getNorgqtnetprc() { + return norgqtnetprc; + } + + public void setNorgqtnetprc(Double norgqtnetprc) { + this.norgqtnetprc = norgqtnetprc; + } + + public Double getNorgqttaxnetprc() { + return norgqttaxnetprc; + } + + public void setNorgqttaxnetprc(Double norgqttaxnetprc) { + this.norgqttaxnetprc = norgqttaxnetprc; + } + + public Double getNoutsumnum() { + return noutsumnum; + } + + public void setNoutsumnum(Double noutsumnum) { + this.noutsumnum = noutsumnum; + } + + public Double getNprice() { + return nprice; + } + + public void setNprice(Double nprice) { + this.nprice = nprice; + } + + public Double getNquoteunitnum() { + return nquoteunitnum; + } + + public void setNquoteunitnum(Double nquoteunitnum) { + this.nquoteunitnum = nquoteunitnum; + } + + public Double getNquoteunitrate() { + return nquoteunitrate; + } + + public void setNquoteunitrate(Double nquoteunitrate) { + this.nquoteunitrate = nquoteunitrate; + } + + public Double getNsafetystocknum() { + return nsafetystocknum; + } + + public void setNsafetystocknum(Double nsafetystocknum) { + this.nsafetystocknum = nsafetystocknum; + } + + public Double getNtaxrate() { + return ntaxrate; + } + + public void setNtaxrate(Double ntaxrate) { + this.ntaxrate = ntaxrate; + } + + public Double getNtranpoassnum() { + return ntranpoassnum; + } + + public void setNtranpoassnum(Double ntranpoassnum) { + this.ntranpoassnum = ntranpoassnum; + } + + public Double getNtranponum() { + return ntranponum; + } + + public void setNtranponum(Double ntranponum) { + this.ntranponum = ntranponum; + } + + public Double getNtranstopraynum() { + return ntranstopraynum; + } + + public void setNtranstopraynum(Double ntranstopraynum) { + this.ntranstopraynum = ntranstopraynum; + } + + public String getPkAreacl() { + return pkAreacl; + } + + public void setPkAreacl(String pkAreacl) { + this.pkAreacl = pkAreacl; + } + + public String getPkArrivearea() { + return pkArrivearea; + } + + public void setPkArrivearea(String pkArrivearea) { + this.pkArrivearea = pkArrivearea; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoc10() { + return pkDefdoc10; + } + + public void setPkDefdoc10(String pkDefdoc10) { + this.pkDefdoc10 = pkDefdoc10; + } + + public String getPkDefdoc11() { + return pkDefdoc11; + } + + public void setPkDefdoc11(String pkDefdoc11) { + this.pkDefdoc11 = pkDefdoc11; + } + + public String getPkDefdoc12() { + return pkDefdoc12; + } + + public void setPkDefdoc12(String pkDefdoc12) { + this.pkDefdoc12 = pkDefdoc12; + } + + public String getPkDefdoc13() { + return pkDefdoc13; + } + + public void setPkDefdoc13(String pkDefdoc13) { + this.pkDefdoc13 = pkDefdoc13; + } + + public String getPkDefdoc14() { + return pkDefdoc14; + } + + public void setPkDefdoc14(String pkDefdoc14) { + this.pkDefdoc14 = pkDefdoc14; + } + + public String getPkDefdoc15() { + return pkDefdoc15; + } + + public void setPkDefdoc15(String pkDefdoc15) { + this.pkDefdoc15 = pkDefdoc15; + } + + public String getPkDefdoc16() { + return pkDefdoc16; + } + + public void setPkDefdoc16(String pkDefdoc16) { + this.pkDefdoc16 = pkDefdoc16; + } + + public String getPkDefdoc17() { + return pkDefdoc17; + } + + public void setPkDefdoc17(String pkDefdoc17) { + this.pkDefdoc17 = pkDefdoc17; + } + + public String getPkDefdoc18() { + return pkDefdoc18; + } + + public void setPkDefdoc18(String pkDefdoc18) { + this.pkDefdoc18 = pkDefdoc18; + } + + public String getPkDefdoc19() { + return pkDefdoc19; + } + + public void setPkDefdoc19(String pkDefdoc19) { + this.pkDefdoc19 = pkDefdoc19; + } + + public String getPkDefdoc2() { + return pkDefdoc2; + } + + public void setPkDefdoc2(String pkDefdoc2) { + this.pkDefdoc2 = pkDefdoc2; + } + + public String getPkDefdoc20() { + return pkDefdoc20; + } + + public void setPkDefdoc20(String pkDefdoc20) { + this.pkDefdoc20 = pkDefdoc20; + } + + public String getPkDefdoc3() { + return pkDefdoc3; + } + + public void setPkDefdoc3(String pkDefdoc3) { + this.pkDefdoc3 = pkDefdoc3; + } + + public String getPkDefdoc4() { + return pkDefdoc4; + } + + public void setPkDefdoc4(String pkDefdoc4) { + this.pkDefdoc4 = pkDefdoc4; + } + + public String getPkDefdoc5() { + return pkDefdoc5; + } + + public void setPkDefdoc5(String pkDefdoc5) { + this.pkDefdoc5 = pkDefdoc5; + } + + public String getPkDefdoc6() { + return pkDefdoc6; + } + + public void setPkDefdoc6(String pkDefdoc6) { + this.pkDefdoc6 = pkDefdoc6; + } + + public String getPkDefdoc7() { + return pkDefdoc7; + } + + public void setPkDefdoc7(String pkDefdoc7) { + this.pkDefdoc7 = pkDefdoc7; + } + + public String getPkDefdoc8() { + return pkDefdoc8; + } + + public void setPkDefdoc8(String pkDefdoc8) { + this.pkDefdoc8 = pkDefdoc8; + } + + public String getPkDefdoc9() { + return pkDefdoc9; + } + + public void setPkDefdoc9(String pkDefdoc9) { + this.pkDefdoc9 = pkDefdoc9; + } + + public String getPkRtBid() { + return pkRtBid; + } + + public void setPkRtBid(String pkRtBid) { + this.pkRtBid = pkRtBid; + } + + public String getPkSendtype() { + return pkSendtype; + } + + public void setPkSendtype(String pkSendtype) { + this.pkSendtype = pkSendtype; + } + + public String getPkTldid() { + return pkTldid; + } + + public void setPkTldid(String pkTldid) { + this.pkTldid = pkTldid; + } + + public String getTlastarrangetime() { + return tlastarrangetime; + } + + public void setTlastarrangetime(String tlastarrangetime) { + this.tlastarrangetime = tlastarrangetime; + } + + public String getTplanarrivetime() { + return tplanarrivetime; + } + + public void setTplanarrivetime(String tplanarrivetime) { + this.tplanarrivetime = tplanarrivetime; + } + + public String getTplanouttime() { + return tplanouttime; + } + + public void setTplanouttime(String tplanouttime) { + this.tplanouttime = tplanouttime; + } + + public String getTrequiretime() { + return trequiretime; + } + + public void setTrequiretime(String trequiretime) { + this.trequiretime = trequiretime; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getTsclose() { + return tsclose; + } + + public void setTsclose(String tsclose) { + this.tsclose = tsclose; + } + + public String getTsdelete() { + return tsdelete; + } + + public void setTsdelete(String tsdelete) { + this.tsdelete = tsdelete; + } + + public String getTsoutend() { + return tsoutend; + } + + public void setTsoutend(String tsoutend) { + this.tsoutend = tsoutend; + } + + public String getTssendend() { + return tssendend; + } + + public void setTssendend(String tssendend) { + this.tssendend = tssendend; + } + + public String getVbatch() { + return vbatch; + } + + public void setVbatch(String vbatch) { + this.vbatch = vbatch; + } + + public String getVbdef1() { + return vbdef1; + } + + public void setVbdef1(String vbdef1) { + this.vbdef1 = vbdef1; + } + + public String getVbdef10() { + return vbdef10; + } + + public void setVbdef10(String vbdef10) { + this.vbdef10 = vbdef10; + } + + public String getVbdef11() { + return vbdef11; + } + + public void setVbdef11(String vbdef11) { + this.vbdef11 = vbdef11; + } + + public String getVbdef12() { + return vbdef12; + } + + public void setVbdef12(String vbdef12) { + this.vbdef12 = vbdef12; + } + + public String getVbdef13() { + return vbdef13; + } + + public void setVbdef13(String vbdef13) { + this.vbdef13 = vbdef13; + } + + public String getVbdef14() { + return vbdef14; + } + + public void setVbdef14(String vbdef14) { + this.vbdef14 = vbdef14; + } + + public String getVbdef15() { + return vbdef15; + } + + public void setVbdef15(String vbdef15) { + this.vbdef15 = vbdef15; + } + + public String getVbdef16() { + return vbdef16; + } + + public void setVbdef16(String vbdef16) { + this.vbdef16 = vbdef16; + } + + public String getVbdef17() { + return vbdef17; + } + + public void setVbdef17(String vbdef17) { + this.vbdef17 = vbdef17; + } + + public String getVbdef18() { + return vbdef18; + } + + public void setVbdef18(String vbdef18) { + this.vbdef18 = vbdef18; + } + + public String getVbdef19() { + return vbdef19; + } + + public void setVbdef19(String vbdef19) { + this.vbdef19 = vbdef19; + } + + public String getVbdef2() { + return vbdef2; + } + + public void setVbdef2(String vbdef2) { + this.vbdef2 = vbdef2; + } + + public String getVbdef20() { + return vbdef20; + } + + public void setVbdef20(String vbdef20) { + this.vbdef20 = vbdef20; + } + + public String getVbdef3() { + return vbdef3; + } + + public void setVbdef3(String vbdef3) { + this.vbdef3 = vbdef3; + } + + public String getVbdef4() { + return vbdef4; + } + + public void setVbdef4(String vbdef4) { + this.vbdef4 = vbdef4; + } + + public String getVbdef5() { + return vbdef5; + } + + public void setVbdef5(String vbdef5) { + this.vbdef5 = vbdef5; + } + + public String getVbdef6() { + return vbdef6; + } + + public void setVbdef6(String vbdef6) { + this.vbdef6 = vbdef6; + } + + public String getVbdef7() { + return vbdef7; + } + + public void setVbdef7(String vbdef7) { + this.vbdef7 = vbdef7; + } + + public String getVbdef8() { + return vbdef8; + } + + public void setVbdef8(String vbdef8) { + this.vbdef8 = vbdef8; + } + + public String getVbdef9() { + return vbdef9; + } + + public void setVbdef9(String vbdef9) { + this.vbdef9 = vbdef9; + } + + public String getVbomcode() { + return vbomcode; + } + + public void setVbomcode(String vbomcode) { + this.vbomcode = vbomcode; + } + + public String getVbrevisereason() { + return vbrevisereason; + } + + public void setVbrevisereason(String vbrevisereason) { + this.vbrevisereason = vbrevisereason; + } + + public String getVcode() { + return vcode; + } + + public void setVcode(String vcode) { + this.vcode = vcode; + } + + public String getVfirstcode() { + return vfirstcode; + } + + public void setVfirstcode(String vfirstcode) { + this.vfirstcode = vfirstcode; + } + + public String getVfirstrowno() { + return vfirstrowno; + } + + public void setVfirstrowno(String vfirstrowno) { + this.vfirstrowno = vfirstrowno; + } + + public String getVfree1() { + return vfree1; + } + + public void setVfree1(String vfree1) { + this.vfree1 = vfree1; + } + + public String getVfree2() { + return vfree2; + } + + public void setVfree2(String vfree2) { + this.vfree2 = vfree2; + } + + public String getVfree3() { + return vfree3; + } + + public void setVfree3(String vfree3) { + this.vfree3 = vfree3; + } + + public String getVfree4() { + return vfree4; + } + + public void setVfree4(String vfree4) { + this.vfree4 = vfree4; + } + + public String getVfree5() { + return vfree5; + } + + public void setVfree5(String vfree5) { + this.vfree5 = vfree5; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVproducebatch() { + return vproducebatch; + } + + public void setVproducebatch(String vproducebatch) { + this.vproducebatch = vproducebatch; + } + + public String getVreceiveaddress() { + return vreceiveaddress; + } + + public void setVreceiveaddress(String vreceiveaddress) { + this.vreceiveaddress = vreceiveaddress; + } + + public String getVsourcecode() { + return vsourcecode; + } + + public void setVsourcecode(String vsourcecode) { + this.vsourcecode = vsourcecode; + } + + public String getVsourcerowno() { + return vsourcerowno; + } + + public void setVsourcerowno(String vsourcerowno) { + this.vsourcerowno = vsourcerowno; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillBEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillBEntity.xml new file mode 100644 index 00000000..9361e4c9 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillBEntity.xml @@ -0,0 +1,2310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + barrangedflag + ,boutendflag + ,bretractflag + ,bsendendflag + ,bsettleendflag + ,btakesettleendflag + ,carrangepersonid + ,castunitid + ,cbill_bid + ,cbillid + ,cbilltype + ,cbiztypeid + ,cclosemakerid + ,ccorrectbill_bid + ,cdeletemakerid + ,cfirstbid + ,cfirstid + ,cfirsttypecode + ,cincbid + ,cincorpid + ,cindeptid + ,cininvid + ,cinpsnid + ,cinspaceid + ,cinvbasid + ,cinwhid + ,coutcbid + ,coutcorpid + ,coutdeptid + ,coutendmakerid + ,coutinvid + ,coutpsnid + ,coutspaceid + ,coutwhid + ,cprojectid + ,cprojectphase + ,cquoteunitid + ,creceieveid + ,creceiverbasid + ,crelation_bid + ,crelationid + ,crowno + ,csendendmakerid + ,csourcebid + ,csourceid + ,csourcetypecode + ,ctakeoutcbid + ,ctakeoutcorpid + ,ctakeoutdeptid + ,ctakeoutinvid + ,ctakeoutpsnid + ,ctakeoutspaceid + ,ctakeoutwhid + ,ctakerelation_bid + ,ctakerelationid + ,ctypecode + ,cvendorbasid + ,cvendorid + ,cworkcenterid + ,dplanarrivedate + ,dplanoutdate + ,dproducedate + ,dr + ,drequiredate + ,dvalidate + ,fallocflag + ,flargess + ,frowstatuflag + ,ftaxtypeflag + ,naddpricerate + ,narrangeassnum + ,narrangemonum + ,narrangenum + ,narrangepoapplynum + ,narrangepoordernum + ,narrangescornum + ,narrangetoornum + ,nasknotaxprice + ,naskprice + ,nassistnum + ,nchangerate + ,nfeedbacknum + ,nmny + ,nnotaxmny + ,nnotaxprice + ,nnum + ,norderbackassnum + ,norderbacknum + ,norderinassnum + ,norderinnum + ,norderinoutmny + ,norderinoutnum + ,norderoutassnum + ,norderoutnum + ,nordersendassnum + ,nordersendnum + ,nordershouldinnum + ,nordershouldoutnum + ,nordersignassnum + ,nordersignnum + ,nordertakemny + ,nordertakenum + ,norderwaylossassnum + ,norderwaylossnum + ,norgqtnetprc + ,norgqttaxnetprc + ,noutsumnum + ,nprice + ,nquoteunitnum + ,nquoteunitrate + ,nsafetystocknum + ,ntaxrate + ,ntranpoassnum + ,ntranponum + ,ntranstopraynum + ,pk_areacl + ,pk_arrivearea + ,pk_defdoc1 + ,pk_defdoc10 + ,pk_defdoc11 + ,pk_defdoc12 + ,pk_defdoc13 + ,pk_defdoc14 + ,pk_defdoc15 + ,pk_defdoc16 + ,pk_defdoc17 + ,pk_defdoc18 + ,pk_defdoc19 + ,pk_defdoc2 + ,pk_defdoc20 + ,pk_defdoc3 + ,pk_defdoc4 + ,pk_defdoc5 + ,pk_defdoc6 + ,pk_defdoc7 + ,pk_defdoc8 + ,pk_defdoc9 + ,pk_rt_bid + ,pk_sendtype + ,pk_tldid + ,tlastarrangetime + ,tplanarrivetime + ,tplanouttime + ,trequiretime + ,ts + ,tsclose + ,tsdelete + ,tsoutend + ,tssendend + ,vbatch + ,vbdef1 + ,vbdef10 + ,vbdef11 + ,vbdef12 + ,vbdef13 + ,vbdef14 + ,vbdef15 + ,vbdef16 + ,vbdef17 + ,vbdef18 + ,vbdef19 + ,vbdef2 + ,vbdef20 + ,vbdef3 + ,vbdef4 + ,vbdef5 + ,vbdef6 + ,vbdef7 + ,vbdef8 + ,vbdef9 + ,vbomcode + ,vbrevisereason + ,vcode + ,vfirstcode + ,vfirstrowno + ,vfree1 + ,vfree2 + ,vfree3 + ,vfree4 + ,vfree5 + ,vnote + ,vproducebatch + ,vreceiveaddress + ,vsourcecode + ,vsourcerowno + + + + + + + + + + + + + + + + insert into to_bill_b( + + barrangedflag , + boutendflag , + bretractflag , + bsendendflag , + bsettleendflag , + btakesettleendflag , + carrangepersonid , + castunitid , + cbill_bid , + cbillid , + cbilltype , + cbiztypeid , + cclosemakerid , + ccorrectbill_bid , + cdeletemakerid , + cfirstbid , + cfirstid , + cfirsttypecode , + cincbid , + cincorpid , + cindeptid , + cininvid , + cinpsnid , + cinspaceid , + cinvbasid , + cinwhid , + coutcbid , + coutcorpid , + coutdeptid , + coutendmakerid , + coutinvid , + coutpsnid , + coutspaceid , + coutwhid , + cprojectid , + cprojectphase , + cquoteunitid , + creceieveid , + creceiverbasid , + crelation_bid , + crelationid , + crowno , + csendendmakerid , + csourcebid , + csourceid , + csourcetypecode , + ctakeoutcbid , + ctakeoutcorpid , + ctakeoutdeptid , + ctakeoutinvid , + ctakeoutpsnid , + ctakeoutspaceid , + ctakeoutwhid , + ctakerelation_bid , + ctakerelationid , + ctypecode , + cvendorbasid , + cvendorid , + cworkcenterid , + dplanarrivedate , + dplanoutdate , + dproducedate , + dr , + drequiredate , + dvalidate , + fallocflag , + flargess , + frowstatuflag , + ftaxtypeflag , + naddpricerate , + narrangeassnum , + narrangemonum , + narrangenum , + narrangepoapplynum , + narrangepoordernum , + narrangescornum , + narrangetoornum , + nasknotaxprice , + naskprice , + nassistnum , + nchangerate , + nfeedbacknum , + nmny , + nnotaxmny , + nnotaxprice , + nnum , + norderbackassnum , + norderbacknum , + norderinassnum , + norderinnum , + norderinoutmny , + norderinoutnum , + norderoutassnum , + norderoutnum , + nordersendassnum , + nordersendnum , + nordershouldinnum , + nordershouldoutnum , + nordersignassnum , + nordersignnum , + nordertakemny , + nordertakenum , + norderwaylossassnum , + norderwaylossnum , + norgqtnetprc , + norgqttaxnetprc , + noutsumnum , + nprice , + nquoteunitnum , + nquoteunitrate , + nsafetystocknum , + ntaxrate , + ntranpoassnum , + ntranponum , + ntranstopraynum , + pk_areacl , + pk_arrivearea , + pk_defdoc1 , + pk_defdoc10 , + pk_defdoc11 , + pk_defdoc12 , + pk_defdoc13 , + pk_defdoc14 , + pk_defdoc15 , + pk_defdoc16 , + pk_defdoc17 , + pk_defdoc18 , + pk_defdoc19 , + pk_defdoc2 , + pk_defdoc20 , + pk_defdoc3 , + pk_defdoc4 , + pk_defdoc5 , + pk_defdoc6 , + pk_defdoc7 , + pk_defdoc8 , + pk_defdoc9 , + pk_rt_bid , + pk_sendtype , + pk_tldid , + tlastarrangetime , + tplanarrivetime , + tplanouttime , + trequiretime , + ts , + tsclose , + tsdelete , + tsoutend , + tssendend , + vbatch , + vbdef1 , + vbdef10 , + vbdef11 , + vbdef12 , + vbdef13 , + vbdef14 , + vbdef15 , + vbdef16 , + vbdef17 , + vbdef18 , + vbdef19 , + vbdef2 , + vbdef20 , + vbdef3 , + vbdef4 , + vbdef5 , + vbdef6 , + vbdef7 , + vbdef8 , + vbdef9 , + vbomcode , + vbrevisereason , + vcode , + vfirstcode , + vfirstrowno , + vfree1 , + vfree2 , + vfree3 , + vfree4 , + vfree5 , + vnote , + vproducebatch , + vreceiveaddress , + vsourcecode , + vsourcerowno , + sorts, + sts, + + )values( + + #{barrangedflag} , + #{boutendflag} , + #{bretractflag} , + #{bsendendflag} , + #{bsettleendflag} , + #{btakesettleendflag} , + #{carrangepersonid} , + #{castunitid} , + #{cbillBid} , + #{cbillid} , + #{cbilltype} , + #{cbiztypeid} , + #{cclosemakerid} , + #{ccorrectbillBid} , + #{cdeletemakerid} , + #{cfirstbid} , + #{cfirstid} , + #{cfirsttypecode} , + #{cincbid} , + #{cincorpid} , + #{cindeptid} , + #{cininvid} , + #{cinpsnid} , + #{cinspaceid} , + #{cinvbasid} , + #{cinwhid} , + #{coutcbid} , + #{coutcorpid} , + #{coutdeptid} , + #{coutendmakerid} , + #{coutinvid} , + #{coutpsnid} , + #{coutspaceid} , + #{coutwhid} , + #{cprojectid} , + #{cprojectphase} , + #{cquoteunitid} , + #{creceieveid} , + #{creceiverbasid} , + #{crelationBid} , + #{crelationid} , + #{crowno} , + #{csendendmakerid} , + #{csourcebid} , + #{csourceid} , + #{csourcetypecode} , + #{ctakeoutcbid} , + #{ctakeoutcorpid} , + #{ctakeoutdeptid} , + #{ctakeoutinvid} , + #{ctakeoutpsnid} , + #{ctakeoutspaceid} , + #{ctakeoutwhid} , + #{ctakerelationBid} , + #{ctakerelationid} , + #{ctypecode} , + #{cvendorbasid} , + #{cvendorid} , + #{cworkcenterid} , + #{dplanarrivedate} , + #{dplanoutdate} , + #{dproducedate} , + #{dr} , + #{drequiredate} , + #{dvalidate} , + #{fallocflag} , + #{flargess} , + #{frowstatuflag} , + #{ftaxtypeflag} , + #{naddpricerate} , + #{narrangeassnum} , + #{narrangemonum} , + #{narrangenum} , + #{narrangepoapplynum} , + #{narrangepoordernum} , + #{narrangescornum} , + #{narrangetoornum} , + #{nasknotaxprice} , + #{naskprice} , + #{nassistnum} , + #{nchangerate} , + #{nfeedbacknum} , + #{nmny} , + #{nnotaxmny} , + #{nnotaxprice} , + #{nnum} , + #{norderbackassnum} , + #{norderbacknum} , + #{norderinassnum} , + #{norderinnum} , + #{norderinoutmny} , + #{norderinoutnum} , + #{norderoutassnum} , + #{norderoutnum} , + #{nordersendassnum} , + #{nordersendnum} , + #{nordershouldinnum} , + #{nordershouldoutnum} , + #{nordersignassnum} , + #{nordersignnum} , + #{nordertakemny} , + #{nordertakenum} , + #{norderwaylossassnum} , + #{norderwaylossnum} , + #{norgqtnetprc} , + #{norgqttaxnetprc} , + #{noutsumnum} , + #{nprice} , + #{nquoteunitnum} , + #{nquoteunitrate} , + #{nsafetystocknum} , + #{ntaxrate} , + #{ntranpoassnum} , + #{ntranponum} , + #{ntranstopraynum} , + #{pkAreacl} , + #{pkArrivearea} , + #{pkDefdoc1} , + #{pkDefdoc10} , + #{pkDefdoc11} , + #{pkDefdoc12} , + #{pkDefdoc13} , + #{pkDefdoc14} , + #{pkDefdoc15} , + #{pkDefdoc16} , + #{pkDefdoc17} , + #{pkDefdoc18} , + #{pkDefdoc19} , + #{pkDefdoc2} , + #{pkDefdoc20} , + #{pkDefdoc3} , + #{pkDefdoc4} , + #{pkDefdoc5} , + #{pkDefdoc6} , + #{pkDefdoc7} , + #{pkDefdoc8} , + #{pkDefdoc9} , + #{pkRtBid} , + #{pkSendtype} , + #{pkTldid} , + #{tlastarrangetime} , + #{tplanarrivetime} , + #{tplanouttime} , + #{trequiretime} , + #{ts} , + #{tsclose} , + #{tsdelete} , + #{tsoutend} , + #{tssendend} , + #{vbatch} , + #{vbdef1} , + #{vbdef10} , + #{vbdef11} , + #{vbdef12} , + #{vbdef13} , + #{vbdef14} , + #{vbdef15} , + #{vbdef16} , + #{vbdef17} , + #{vbdef18} , + #{vbdef19} , + #{vbdef2} , + #{vbdef20} , + #{vbdef3} , + #{vbdef4} , + #{vbdef5} , + #{vbdef6} , + #{vbdef7} , + #{vbdef8} , + #{vbdef9} , + #{vbomcode} , + #{vbrevisereason} , + #{vcode} , + #{vfirstcode} , + #{vfirstrowno} , + #{vfree1} , + #{vfree2} , + #{vfree3} , + #{vfree4} , + #{vfree5} , + #{vnote} , + #{vproducebatch} , + #{vreceiveaddress} , + #{vsourcecode} , + #{vsourcerowno} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from to_bill_b a WHERE a.sts = 'Y' + ), + + 'Y', + + ) + + + + insert into to_bill_b(barrangedflag, boutendflag, bretractflag, bsendendflag, bsettleendflag, + btakesettleendflag, carrangepersonid, castunitid, cbillid, cbilltype, cbiztypeid, cclosemakerid, + ccorrectbill_bid, cdeletemakerid, cfirstbid, cfirstid, cfirsttypecode, cincbid, cincorpid, cindeptid, cininvid, + cinpsnid, cinspaceid, cinvbasid, cinwhid, coutcbid, coutcorpid, coutdeptid, coutendmakerid, coutinvid, + coutpsnid, coutspaceid, coutwhid, cprojectid, cprojectphase, cquoteunitid, creceieveid, creceiverbasid, + crelation_bid, crelationid, crowno, csendendmakerid, csourcebid, csourceid, csourcetypecode, ctakeoutcbid, + ctakeoutcorpid, ctakeoutdeptid, ctakeoutinvid, ctakeoutpsnid, ctakeoutspaceid, ctakeoutwhid, ctakerelation_bid, + ctakerelationid, ctypecode, cvendorbasid, cvendorid, cworkcenterid, dplanarrivedate, dplanoutdate, dproducedate, + dr, drequiredate, dvalidate, fallocflag, flargess, frowstatuflag, ftaxtypeflag, naddpricerate, narrangeassnum, + narrangemonum, narrangenum, narrangepoapplynum, narrangepoordernum, narrangescornum, narrangetoornum, + nasknotaxprice, naskprice, nassistnum, nchangerate, nfeedbacknum, nmny, nnotaxmny, nnotaxprice, nnum, + norderbackassnum, norderbacknum, norderinassnum, norderinnum, norderinoutmny, norderinoutnum, norderoutassnum, + norderoutnum, nordersendassnum, nordersendnum, nordershouldinnum, nordershouldoutnum, nordersignassnum, + nordersignnum, nordertakemny, nordertakenum, norderwaylossassnum, norderwaylossnum, norgqtnetprc, + norgqttaxnetprc, noutsumnum, nprice, nquoteunitnum, nquoteunitrate, nsafetystocknum, ntaxrate, ntranpoassnum, + ntranponum, ntranstopraynum, pk_areacl, pk_arrivearea, pk_defdoc1, pk_defdoc10, pk_defdoc11, pk_defdoc12, + pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, pk_defdoc19, pk_defdoc2, + pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, pk_defdoc9, pk_rt_bid, + pk_sendtype, pk_tldid, tlastarrangetime, tplanarrivetime, tplanouttime, trequiretime, ts, tsclose, tsdelete, + tsoutend, tssendend, vbatch, vbdef1, vbdef10, vbdef11, vbdef12, vbdef13, vbdef14, vbdef15, vbdef16, vbdef17, + vbdef18, vbdef19, vbdef2, vbdef20, vbdef3, vbdef4, vbdef5, vbdef6, vbdef7, vbdef8, vbdef9, vbomcode, + vbrevisereason, vcode, vfirstcode, vfirstrowno, vfree1, vfree2, vfree3, vfree4, vfree5, vnote, vproducebatch, + vreceiveaddress, vsourcecode, vsourcerowno, sts) + values + + (#{entity.barrangedflag},#{entity.boutendflag},#{entity.bretractflag},#{entity.bsendendflag},#{entity.bsettleendflag},#{entity.btakesettleendflag},#{entity.carrangepersonid},#{entity.castunitid},#{entity.cbillid},#{entity.cbilltype},#{entity.cbiztypeid},#{entity.cclosemakerid},#{entity.ccorrectbillBid},#{entity.cdeletemakerid},#{entity.cfirstbid},#{entity.cfirstid},#{entity.cfirsttypecode},#{entity.cincbid},#{entity.cincorpid},#{entity.cindeptid},#{entity.cininvid},#{entity.cinpsnid},#{entity.cinspaceid},#{entity.cinvbasid},#{entity.cinwhid},#{entity.coutcbid},#{entity.coutcorpid},#{entity.coutdeptid},#{entity.coutendmakerid},#{entity.coutinvid},#{entity.coutpsnid},#{entity.coutspaceid},#{entity.coutwhid},#{entity.cprojectid},#{entity.cprojectphase},#{entity.cquoteunitid},#{entity.creceieveid},#{entity.creceiverbasid},#{entity.crelationBid},#{entity.crelationid},#{entity.crowno},#{entity.csendendmakerid},#{entity.csourcebid},#{entity.csourceid},#{entity.csourcetypecode},#{entity.ctakeoutcbid},#{entity.ctakeoutcorpid},#{entity.ctakeoutdeptid},#{entity.ctakeoutinvid},#{entity.ctakeoutpsnid},#{entity.ctakeoutspaceid},#{entity.ctakeoutwhid},#{entity.ctakerelationBid},#{entity.ctakerelationid},#{entity.ctypecode},#{entity.cvendorbasid},#{entity.cvendorid},#{entity.cworkcenterid},#{entity.dplanarrivedate},#{entity.dplanoutdate},#{entity.dproducedate},#{entity.dr},#{entity.drequiredate},#{entity.dvalidate},#{entity.fallocflag},#{entity.flargess},#{entity.frowstatuflag},#{entity.ftaxtypeflag},#{entity.naddpricerate},#{entity.narrangeassnum},#{entity.narrangemonum},#{entity.narrangenum},#{entity.narrangepoapplynum},#{entity.narrangepoordernum},#{entity.narrangescornum},#{entity.narrangetoornum},#{entity.nasknotaxprice},#{entity.naskprice},#{entity.nassistnum},#{entity.nchangerate},#{entity.nfeedbacknum},#{entity.nmny},#{entity.nnotaxmny},#{entity.nnotaxprice},#{entity.nnum},#{entity.norderbackassnum},#{entity.norderbacknum},#{entity.norderinassnum},#{entity.norderinnum},#{entity.norderinoutmny},#{entity.norderinoutnum},#{entity.norderoutassnum},#{entity.norderoutnum},#{entity.nordersendassnum},#{entity.nordersendnum},#{entity.nordershouldinnum},#{entity.nordershouldoutnum},#{entity.nordersignassnum},#{entity.nordersignnum},#{entity.nordertakemny},#{entity.nordertakenum},#{entity.norderwaylossassnum},#{entity.norderwaylossnum},#{entity.norgqtnetprc},#{entity.norgqttaxnetprc},#{entity.noutsumnum},#{entity.nprice},#{entity.nquoteunitnum},#{entity.nquoteunitrate},#{entity.nsafetystocknum},#{entity.ntaxrate},#{entity.ntranpoassnum},#{entity.ntranponum},#{entity.ntranstopraynum},#{entity.pkAreacl},#{entity.pkArrivearea},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.pkRtBid},#{entity.pkSendtype},#{entity.pkTldid},#{entity.tlastarrangetime},#{entity.tplanarrivetime},#{entity.tplanouttime},#{entity.trequiretime},#{entity.ts},#{entity.tsclose},#{entity.tsdelete},#{entity.tsoutend},#{entity.tssendend},#{entity.vbatch},#{entity.vbdef1},#{entity.vbdef10},#{entity.vbdef11},#{entity.vbdef12},#{entity.vbdef13},#{entity.vbdef14},#{entity.vbdef15},#{entity.vbdef16},#{entity.vbdef17},#{entity.vbdef18},#{entity.vbdef19},#{entity.vbdef2},#{entity.vbdef20},#{entity.vbdef3},#{entity.vbdef4},#{entity.vbdef5},#{entity.vbdef6},#{entity.vbdef7},#{entity.vbdef8},#{entity.vbdef9},#{entity.vbomcode},#{entity.vbrevisereason},#{entity.vcode},#{entity.vfirstcode},#{entity.vfirstrowno},#{entity.vfree1},#{entity.vfree2},#{entity.vfree3},#{entity.vfree4},#{entity.vfree5},#{entity.vnote},#{entity.vproducebatch},#{entity.vreceiveaddress},#{entity.vsourcecode},#{entity.vsourcerowno}, + 'Y') + + + + + insert into to_bill_b(barrangedflag, boutendflag, bretractflag, bsendendflag, bsettleendflag, + btakesettleendflag, carrangepersonid, castunitid, cbillid, cbilltype, cbiztypeid, cclosemakerid, + ccorrectbill_bid, cdeletemakerid, cfirstbid, cfirstid, cfirsttypecode, cincbid, cincorpid, cindeptid, cininvid, + cinpsnid, cinspaceid, cinvbasid, cinwhid, coutcbid, coutcorpid, coutdeptid, coutendmakerid, coutinvid, + coutpsnid, coutspaceid, coutwhid, cprojectid, cprojectphase, cquoteunitid, creceieveid, creceiverbasid, + crelation_bid, crelationid, crowno, csendendmakerid, csourcebid, csourceid, csourcetypecode, ctakeoutcbid, + ctakeoutcorpid, ctakeoutdeptid, ctakeoutinvid, ctakeoutpsnid, ctakeoutspaceid, ctakeoutwhid, ctakerelation_bid, + ctakerelationid, ctypecode, cvendorbasid, cvendorid, cworkcenterid, dplanarrivedate, dplanoutdate, dproducedate, + dr, drequiredate, dvalidate, fallocflag, flargess, frowstatuflag, ftaxtypeflag, naddpricerate, narrangeassnum, + narrangemonum, narrangenum, narrangepoapplynum, narrangepoordernum, narrangescornum, narrangetoornum, + nasknotaxprice, naskprice, nassistnum, nchangerate, nfeedbacknum, nmny, nnotaxmny, nnotaxprice, nnum, + norderbackassnum, norderbacknum, norderinassnum, norderinnum, norderinoutmny, norderinoutnum, norderoutassnum, + norderoutnum, nordersendassnum, nordersendnum, nordershouldinnum, nordershouldoutnum, nordersignassnum, + nordersignnum, nordertakemny, nordertakenum, norderwaylossassnum, norderwaylossnum, norgqtnetprc, + norgqttaxnetprc, noutsumnum, nprice, nquoteunitnum, nquoteunitrate, nsafetystocknum, ntaxrate, ntranpoassnum, + ntranponum, ntranstopraynum, pk_areacl, pk_arrivearea, pk_defdoc1, pk_defdoc10, pk_defdoc11, pk_defdoc12, + pk_defdoc13, pk_defdoc14, pk_defdoc15, pk_defdoc16, pk_defdoc17, pk_defdoc18, pk_defdoc19, pk_defdoc2, + pk_defdoc20, pk_defdoc3, pk_defdoc4, pk_defdoc5, pk_defdoc6, pk_defdoc7, pk_defdoc8, pk_defdoc9, pk_rt_bid, + pk_sendtype, pk_tldid, tlastarrangetime, tplanarrivetime, tplanouttime, trequiretime, ts, tsclose, tsdelete, + tsoutend, tssendend, vbatch, vbdef1, vbdef10, vbdef11, vbdef12, vbdef13, vbdef14, vbdef15, vbdef16, vbdef17, + vbdef18, vbdef19, vbdef2, vbdef20, vbdef3, vbdef4, vbdef5, vbdef6, vbdef7, vbdef8, vbdef9, vbomcode, + vbrevisereason, vcode, vfirstcode, vfirstrowno, vfree1, vfree2, vfree3, vfree4, vfree5, vnote, vproducebatch, + vreceiveaddress, vsourcecode, vsourcerowno) + values + + (#{entity.barrangedflag},#{entity.boutendflag},#{entity.bretractflag},#{entity.bsendendflag},#{entity.bsettleendflag},#{entity.btakesettleendflag},#{entity.carrangepersonid},#{entity.castunitid},#{entity.cbillid},#{entity.cbilltype},#{entity.cbiztypeid},#{entity.cclosemakerid},#{entity.ccorrectbillBid},#{entity.cdeletemakerid},#{entity.cfirstbid},#{entity.cfirstid},#{entity.cfirsttypecode},#{entity.cincbid},#{entity.cincorpid},#{entity.cindeptid},#{entity.cininvid},#{entity.cinpsnid},#{entity.cinspaceid},#{entity.cinvbasid},#{entity.cinwhid},#{entity.coutcbid},#{entity.coutcorpid},#{entity.coutdeptid},#{entity.coutendmakerid},#{entity.coutinvid},#{entity.coutpsnid},#{entity.coutspaceid},#{entity.coutwhid},#{entity.cprojectid},#{entity.cprojectphase},#{entity.cquoteunitid},#{entity.creceieveid},#{entity.creceiverbasid},#{entity.crelationBid},#{entity.crelationid},#{entity.crowno},#{entity.csendendmakerid},#{entity.csourcebid},#{entity.csourceid},#{entity.csourcetypecode},#{entity.ctakeoutcbid},#{entity.ctakeoutcorpid},#{entity.ctakeoutdeptid},#{entity.ctakeoutinvid},#{entity.ctakeoutpsnid},#{entity.ctakeoutspaceid},#{entity.ctakeoutwhid},#{entity.ctakerelationBid},#{entity.ctakerelationid},#{entity.ctypecode},#{entity.cvendorbasid},#{entity.cvendorid},#{entity.cworkcenterid},#{entity.dplanarrivedate},#{entity.dplanoutdate},#{entity.dproducedate},#{entity.dr},#{entity.drequiredate},#{entity.dvalidate},#{entity.fallocflag},#{entity.flargess},#{entity.frowstatuflag},#{entity.ftaxtypeflag},#{entity.naddpricerate},#{entity.narrangeassnum},#{entity.narrangemonum},#{entity.narrangenum},#{entity.narrangepoapplynum},#{entity.narrangepoordernum},#{entity.narrangescornum},#{entity.narrangetoornum},#{entity.nasknotaxprice},#{entity.naskprice},#{entity.nassistnum},#{entity.nchangerate},#{entity.nfeedbacknum},#{entity.nmny},#{entity.nnotaxmny},#{entity.nnotaxprice},#{entity.nnum},#{entity.norderbackassnum},#{entity.norderbacknum},#{entity.norderinassnum},#{entity.norderinnum},#{entity.norderinoutmny},#{entity.norderinoutnum},#{entity.norderoutassnum},#{entity.norderoutnum},#{entity.nordersendassnum},#{entity.nordersendnum},#{entity.nordershouldinnum},#{entity.nordershouldoutnum},#{entity.nordersignassnum},#{entity.nordersignnum},#{entity.nordertakemny},#{entity.nordertakenum},#{entity.norderwaylossassnum},#{entity.norderwaylossnum},#{entity.norgqtnetprc},#{entity.norgqttaxnetprc},#{entity.noutsumnum},#{entity.nprice},#{entity.nquoteunitnum},#{entity.nquoteunitrate},#{entity.nsafetystocknum},#{entity.ntaxrate},#{entity.ntranpoassnum},#{entity.ntranponum},#{entity.ntranstopraynum},#{entity.pkAreacl},#{entity.pkArrivearea},#{entity.pkDefdoc1},#{entity.pkDefdoc10},#{entity.pkDefdoc11},#{entity.pkDefdoc12},#{entity.pkDefdoc13},#{entity.pkDefdoc14},#{entity.pkDefdoc15},#{entity.pkDefdoc16},#{entity.pkDefdoc17},#{entity.pkDefdoc18},#{entity.pkDefdoc19},#{entity.pkDefdoc2},#{entity.pkDefdoc20},#{entity.pkDefdoc3},#{entity.pkDefdoc4},#{entity.pkDefdoc5},#{entity.pkDefdoc6},#{entity.pkDefdoc7},#{entity.pkDefdoc8},#{entity.pkDefdoc9},#{entity.pkRtBid},#{entity.pkSendtype},#{entity.pkTldid},#{entity.tlastarrangetime},#{entity.tplanarrivetime},#{entity.tplanouttime},#{entity.trequiretime},#{entity.ts},#{entity.tsclose},#{entity.tsdelete},#{entity.tsoutend},#{entity.tssendend},#{entity.vbatch},#{entity.vbdef1},#{entity.vbdef10},#{entity.vbdef11},#{entity.vbdef12},#{entity.vbdef13},#{entity.vbdef14},#{entity.vbdef15},#{entity.vbdef16},#{entity.vbdef17},#{entity.vbdef18},#{entity.vbdef19},#{entity.vbdef2},#{entity.vbdef20},#{entity.vbdef3},#{entity.vbdef4},#{entity.vbdef5},#{entity.vbdef6},#{entity.vbdef7},#{entity.vbdef8},#{entity.vbdef9},#{entity.vbomcode},#{entity.vbrevisereason},#{entity.vcode},#{entity.vfirstcode},#{entity.vfirstrowno},#{entity.vfree1},#{entity.vfree2},#{entity.vfree3},#{entity.vfree4},#{entity.vfree5},#{entity.vnote},#{entity.vproducebatch},#{entity.vreceiveaddress},#{entity.vsourcecode},#{entity.vsourcerowno}) + + on duplicate key update + barrangedflag = values(barrangedflag), + boutendflag = values(boutendflag), + bretractflag = values(bretractflag), + bsendendflag = values(bsendendflag), + bsettleendflag = values(bsettleendflag), + btakesettleendflag = values(btakesettleendflag), + carrangepersonid = values(carrangepersonid), + castunitid = values(castunitid), + cbillid = values(cbillid), + cbilltype = values(cbilltype), + cbiztypeid = values(cbiztypeid), + cclosemakerid = values(cclosemakerid), + ccorrectbill_bid = values(ccorrectbill_bid), + cdeletemakerid = values(cdeletemakerid), + cfirstbid = values(cfirstbid), + cfirstid = values(cfirstid), + cfirsttypecode = values(cfirsttypecode), + cincbid = values(cincbid), + cincorpid = values(cincorpid), + cindeptid = values(cindeptid), + cininvid = values(cininvid), + cinpsnid = values(cinpsnid), + cinspaceid = values(cinspaceid), + cinvbasid = values(cinvbasid), + cinwhid = values(cinwhid), + coutcbid = values(coutcbid), + coutcorpid = values(coutcorpid), + coutdeptid = values(coutdeptid), + coutendmakerid = values(coutendmakerid), + coutinvid = values(coutinvid), + coutpsnid = values(coutpsnid), + coutspaceid = values(coutspaceid), + coutwhid = values(coutwhid), + cprojectid = values(cprojectid), + cprojectphase = values(cprojectphase), + cquoteunitid = values(cquoteunitid), + creceieveid = values(creceieveid), + creceiverbasid = values(creceiverbasid), + crelation_bid = values(crelation_bid), + crelationid = values(crelationid), + crowno = values(crowno), + csendendmakerid = values(csendendmakerid), + csourcebid = values(csourcebid), + csourceid = values(csourceid), + csourcetypecode = values(csourcetypecode), + ctakeoutcbid = values(ctakeoutcbid), + ctakeoutcorpid = values(ctakeoutcorpid), + ctakeoutdeptid = values(ctakeoutdeptid), + ctakeoutinvid = values(ctakeoutinvid), + ctakeoutpsnid = values(ctakeoutpsnid), + ctakeoutspaceid = values(ctakeoutspaceid), + ctakeoutwhid = values(ctakeoutwhid), + ctakerelation_bid = values(ctakerelation_bid), + ctakerelationid = values(ctakerelationid), + ctypecode = values(ctypecode), + cvendorbasid = values(cvendorbasid), + cvendorid = values(cvendorid), + cworkcenterid = values(cworkcenterid), + dplanarrivedate = values(dplanarrivedate), + dplanoutdate = values(dplanoutdate), + dproducedate = values(dproducedate), + dr = values(dr), + drequiredate = values(drequiredate), + dvalidate = values(dvalidate), + fallocflag = values(fallocflag), + flargess = values(flargess), + frowstatuflag = values(frowstatuflag), + ftaxtypeflag = values(ftaxtypeflag), + naddpricerate = values(naddpricerate), + narrangeassnum = values(narrangeassnum), + narrangemonum = values(narrangemonum), + narrangenum = values(narrangenum), + narrangepoapplynum = values(narrangepoapplynum), + narrangepoordernum = values(narrangepoordernum), + narrangescornum = values(narrangescornum), + narrangetoornum = values(narrangetoornum), + nasknotaxprice = values(nasknotaxprice), + naskprice = values(naskprice), + nassistnum = values(nassistnum), + nchangerate = values(nchangerate), + nfeedbacknum = values(nfeedbacknum), + nmny = values(nmny), + nnotaxmny = values(nnotaxmny), + nnotaxprice = values(nnotaxprice), + nnum = values(nnum), + norderbackassnum = values(norderbackassnum), + norderbacknum = values(norderbacknum), + norderinassnum = values(norderinassnum), + norderinnum = values(norderinnum), + norderinoutmny = values(norderinoutmny), + norderinoutnum = values(norderinoutnum), + norderoutassnum = values(norderoutassnum), + norderoutnum = values(norderoutnum), + nordersendassnum = values(nordersendassnum), + nordersendnum = values(nordersendnum), + nordershouldinnum = values(nordershouldinnum), + nordershouldoutnum = values(nordershouldoutnum), + nordersignassnum = values(nordersignassnum), + nordersignnum = values(nordersignnum), + nordertakemny = values(nordertakemny), + nordertakenum = values(nordertakenum), + norderwaylossassnum = values(norderwaylossassnum), + norderwaylossnum = values(norderwaylossnum), + norgqtnetprc = values(norgqtnetprc), + norgqttaxnetprc = values(norgqttaxnetprc), + noutsumnum = values(noutsumnum), + nprice = values(nprice), + nquoteunitnum = values(nquoteunitnum), + nquoteunitrate = values(nquoteunitrate), + nsafetystocknum = values(nsafetystocknum), + ntaxrate = values(ntaxrate), + ntranpoassnum = values(ntranpoassnum), + ntranponum = values(ntranponum), + ntranstopraynum = values(ntranstopraynum), + pk_areacl = values(pk_areacl), + pk_arrivearea = values(pk_arrivearea), + pk_defdoc1 = values(pk_defdoc1), + pk_defdoc10 = values(pk_defdoc10), + pk_defdoc11 = values(pk_defdoc11), + pk_defdoc12 = values(pk_defdoc12), + pk_defdoc13 = values(pk_defdoc13), + pk_defdoc14 = values(pk_defdoc14), + pk_defdoc15 = values(pk_defdoc15), + pk_defdoc16 = values(pk_defdoc16), + pk_defdoc17 = values(pk_defdoc17), + pk_defdoc18 = values(pk_defdoc18), + pk_defdoc19 = values(pk_defdoc19), + pk_defdoc2 = values(pk_defdoc2), + pk_defdoc20 = values(pk_defdoc20), + pk_defdoc3 = values(pk_defdoc3), + pk_defdoc4 = values(pk_defdoc4), + pk_defdoc5 = values(pk_defdoc5), + pk_defdoc6 = values(pk_defdoc6), + pk_defdoc7 = values(pk_defdoc7), + pk_defdoc8 = values(pk_defdoc8), + pk_defdoc9 = values(pk_defdoc9), + pk_rt_bid = values(pk_rt_bid), + pk_sendtype = values(pk_sendtype), + pk_tldid = values(pk_tldid), + tlastarrangetime = values(tlastarrangetime), + tplanarrivetime = values(tplanarrivetime), + tplanouttime = values(tplanouttime), + trequiretime = values(trequiretime), + ts = values(ts), + tsclose = values(tsclose), + tsdelete = values(tsdelete), + tsoutend = values(tsoutend), + tssendend = values(tssendend), + vbatch = values(vbatch), + vbdef1 = values(vbdef1), + vbdef10 = values(vbdef10), + vbdef11 = values(vbdef11), + vbdef12 = values(vbdef12), + vbdef13 = values(vbdef13), + vbdef14 = values(vbdef14), + vbdef15 = values(vbdef15), + vbdef16 = values(vbdef16), + vbdef17 = values(vbdef17), + vbdef18 = values(vbdef18), + vbdef19 = values(vbdef19), + vbdef2 = values(vbdef2), + vbdef20 = values(vbdef20), + vbdef3 = values(vbdef3), + vbdef4 = values(vbdef4), + vbdef5 = values(vbdef5), + vbdef6 = values(vbdef6), + vbdef7 = values(vbdef7), + vbdef8 = values(vbdef8), + vbdef9 = values(vbdef9), + vbomcode = values(vbomcode), + vbrevisereason = values(vbrevisereason), + vcode = values(vcode), + vfirstcode = values(vfirstcode), + vfirstrowno = values(vfirstrowno), + vfree1 = values(vfree1), + vfree2 = values(vfree2), + vfree3 = values(vfree3), + vfree4 = values(vfree4), + vfree5 = values(vfree5), + vnote = values(vnote), + vproducebatch = values(vproducebatch), + vreceiveaddress = values(vreceiveaddress), + vsourcecode = values(vsourcecode), + vsourcerowno = values(vsourcerowno) + + + + update to_bill_b set + + barrangedflag = #{barrangedflag}, + boutendflag = #{boutendflag}, + bretractflag = #{bretractflag}, + bsendendflag = #{bsendendflag}, + bsettleendflag = #{bsettleendflag}, + btakesettleendflag = + #{btakesettleendflag}, + + carrangepersonid = #{carrangepersonid}, + castunitid = #{castunitid}, + cbillid = #{cbillid}, + cbilltype = #{cbilltype}, + cbiztypeid = #{cbiztypeid}, + cclosemakerid = #{cclosemakerid}, + ccorrectbill_bid = #{ccorrectbillBid}, + cdeletemakerid = #{cdeletemakerid}, + cfirstbid = #{cfirstbid}, + cfirstid = #{cfirstid}, + cfirsttypecode = #{cfirsttypecode}, + cincbid = #{cincbid}, + cincorpid = #{cincorpid}, + cindeptid = #{cindeptid}, + cininvid = #{cininvid}, + cinpsnid = #{cinpsnid}, + cinspaceid = #{cinspaceid}, + cinvbasid = #{cinvbasid}, + cinwhid = #{cinwhid}, + coutcbid = #{coutcbid}, + coutcorpid = #{coutcorpid}, + coutdeptid = #{coutdeptid}, + coutendmakerid = #{coutendmakerid}, + coutinvid = #{coutinvid}, + coutpsnid = #{coutpsnid}, + coutspaceid = #{coutspaceid}, + coutwhid = #{coutwhid}, + cprojectid = #{cprojectid}, + cprojectphase = #{cprojectphase}, + cquoteunitid = #{cquoteunitid}, + creceieveid = #{creceieveid}, + creceiverbasid = #{creceiverbasid}, + crelation_bid = #{crelationBid}, + crelationid = #{crelationid}, + crowno = #{crowno}, + csendendmakerid = #{csendendmakerid}, + csourcebid = #{csourcebid}, + csourceid = #{csourceid}, + csourcetypecode = #{csourcetypecode}, + ctakeoutcbid = #{ctakeoutcbid}, + ctakeoutcorpid = #{ctakeoutcorpid}, + ctakeoutdeptid = #{ctakeoutdeptid}, + ctakeoutinvid = #{ctakeoutinvid}, + ctakeoutpsnid = #{ctakeoutpsnid}, + ctakeoutspaceid = #{ctakeoutspaceid}, + ctakeoutwhid = #{ctakeoutwhid}, + ctakerelation_bid = #{ctakerelationBid}, + ctakerelationid = #{ctakerelationid}, + ctypecode = #{ctypecode}, + cvendorbasid = #{cvendorbasid}, + cvendorid = #{cvendorid}, + cworkcenterid = #{cworkcenterid}, + dplanarrivedate = #{dplanarrivedate}, + dplanoutdate = #{dplanoutdate}, + dproducedate = #{dproducedate}, + dr = #{dr}, + drequiredate = #{drequiredate}, + dvalidate = #{dvalidate}, + fallocflag = #{fallocflag}, + flargess = #{flargess}, + frowstatuflag = #{frowstatuflag}, + ftaxtypeflag = #{ftaxtypeflag}, + naddpricerate = #{naddpricerate}, + narrangeassnum = #{narrangeassnum}, + narrangemonum = #{narrangemonum}, + narrangenum = #{narrangenum}, + narrangepoapplynum = #{narrangepoapplynum}, + narrangepoordernum = #{narrangepoordernum}, + narrangescornum = #{narrangescornum}, + narrangetoornum = #{narrangetoornum}, + nasknotaxprice = #{nasknotaxprice}, + naskprice = #{naskprice}, + nassistnum = #{nassistnum}, + nchangerate = #{nchangerate}, + nfeedbacknum = #{nfeedbacknum}, + nmny = #{nmny}, + nnotaxmny = #{nnotaxmny}, + nnotaxprice = #{nnotaxprice}, + nnum = #{nnum}, + norderbackassnum = #{norderbackassnum}, + norderbacknum = #{norderbacknum}, + norderinassnum = #{norderinassnum}, + norderinnum = #{norderinnum}, + norderinoutmny = #{norderinoutmny}, + norderinoutnum = #{norderinoutnum}, + norderoutassnum = #{norderoutassnum}, + norderoutnum = #{norderoutnum}, + nordersendassnum = #{nordersendassnum}, + nordersendnum = #{nordersendnum}, + nordershouldinnum = #{nordershouldinnum}, + nordershouldoutnum = #{nordershouldoutnum}, + nordersignassnum = #{nordersignassnum}, + nordersignnum = #{nordersignnum}, + nordertakemny = #{nordertakemny}, + nordertakenum = #{nordertakenum}, + norderwaylossassnum = #{norderwaylossassnum}, + norderwaylossnum = #{norderwaylossnum}, + norgqtnetprc = #{norgqtnetprc}, + norgqttaxnetprc = #{norgqttaxnetprc}, + noutsumnum = #{noutsumnum}, + nprice = #{nprice}, + nquoteunitnum = #{nquoteunitnum}, + nquoteunitrate = #{nquoteunitrate}, + nsafetystocknum = #{nsafetystocknum}, + ntaxrate = #{ntaxrate}, + ntranpoassnum = #{ntranpoassnum}, + ntranponum = #{ntranponum}, + ntranstopraynum = #{ntranstopraynum}, + pk_areacl = #{pkAreacl}, + pk_arrivearea = #{pkArrivearea}, + pk_defdoc1 = #{pkDefdoc1}, + pk_defdoc10 = #{pkDefdoc10}, + pk_defdoc11 = #{pkDefdoc11}, + pk_defdoc12 = #{pkDefdoc12}, + pk_defdoc13 = #{pkDefdoc13}, + pk_defdoc14 = #{pkDefdoc14}, + pk_defdoc15 = #{pkDefdoc15}, + pk_defdoc16 = #{pkDefdoc16}, + pk_defdoc17 = #{pkDefdoc17}, + pk_defdoc18 = #{pkDefdoc18}, + pk_defdoc19 = #{pkDefdoc19}, + pk_defdoc2 = #{pkDefdoc2}, + pk_defdoc20 = #{pkDefdoc20}, + pk_defdoc3 = #{pkDefdoc3}, + pk_defdoc4 = #{pkDefdoc4}, + pk_defdoc5 = #{pkDefdoc5}, + pk_defdoc6 = #{pkDefdoc6}, + pk_defdoc7 = #{pkDefdoc7}, + pk_defdoc8 = #{pkDefdoc8}, + pk_defdoc9 = #{pkDefdoc9}, + pk_rt_bid = #{pkRtBid}, + pk_sendtype = #{pkSendtype}, + pk_tldid = #{pkTldid}, + tlastarrangetime = #{tlastarrangetime}, + tplanarrivetime = #{tplanarrivetime}, + tplanouttime = #{tplanouttime}, + trequiretime = #{trequiretime}, + ts = #{ts}, + tsclose = #{tsclose}, + tsdelete = #{tsdelete}, + tsoutend = #{tsoutend}, + tssendend = #{tssendend}, + vbatch = #{vbatch}, + vbdef1 = #{vbdef1}, + vbdef10 = #{vbdef10}, + vbdef11 = #{vbdef11}, + vbdef12 = #{vbdef12}, + vbdef13 = #{vbdef13}, + vbdef14 = #{vbdef14}, + vbdef15 = #{vbdef15}, + vbdef16 = #{vbdef16}, + vbdef17 = #{vbdef17}, + vbdef18 = #{vbdef18}, + vbdef19 = #{vbdef19}, + vbdef2 = #{vbdef2}, + vbdef20 = #{vbdef20}, + vbdef3 = #{vbdef3}, + vbdef4 = #{vbdef4}, + vbdef5 = #{vbdef5}, + vbdef6 = #{vbdef6}, + vbdef7 = #{vbdef7}, + vbdef8 = #{vbdef8}, + vbdef9 = #{vbdef9}, + vbomcode = #{vbomcode}, + vbrevisereason = #{vbrevisereason}, + vcode = #{vcode}, + vfirstcode = #{vfirstcode}, + vfirstrowno = #{vfirstrowno}, + vfree1 = #{vfree1}, + vfree2 = #{vfree2}, + vfree3 = #{vfree3}, + vfree4 = #{vfree4}, + vfree5 = #{vfree5}, + vnote = #{vnote}, + vproducebatch = #{vproducebatch}, + vreceiveaddress = #{vreceiveaddress}, + vsourcecode = #{vsourcecode}, + vsourcerowno = #{vsourcerowno}, + + where cbill_bid = #{cbillBid} + + + + update to_bill_b + set sts= 'N', + modify_time = #{modify_time}, + modify_user_id = #{modify_user_id} + where cbill_bid = #{cbillBid} + + + + update to_bill_b set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and barrangedflag = #{barrangedflag} + and boutendflag = #{boutendflag} + and bretractflag = #{bretractflag} + and bsendendflag = #{bsendendflag} + and bsettleendflag = #{bsettleendflag} + and btakesettleendflag = + #{btakesettleendflag} + + and carrangepersonid = #{carrangepersonid} + + and castunitid = #{castunitid} + and cbill_bid = #{cbillBid} + and cbillid = #{cbillid} + and cbilltype = #{cbilltype} + and cbiztypeid = #{cbiztypeid} + and cclosemakerid = #{cclosemakerid} + and ccorrectbill_bid = #{ccorrectbillBid} + and cdeletemakerid = #{cdeletemakerid} + and cfirstbid = #{cfirstbid} + and cfirstid = #{cfirstid} + and cfirsttypecode = #{cfirsttypecode} + and cincbid = #{cincbid} + and cincorpid = #{cincorpid} + and cindeptid = #{cindeptid} + and cininvid = #{cininvid} + and cinpsnid = #{cinpsnid} + and cinspaceid = #{cinspaceid} + and cinvbasid = #{cinvbasid} + and cinwhid = #{cinwhid} + and coutcbid = #{coutcbid} + and coutcorpid = #{coutcorpid} + and coutdeptid = #{coutdeptid} + and coutendmakerid = #{coutendmakerid} + and coutinvid = #{coutinvid} + and coutpsnid = #{coutpsnid} + and coutspaceid = #{coutspaceid} + and coutwhid = #{coutwhid} + and cprojectid = #{cprojectid} + and cprojectphase = #{cprojectphase} + and cquoteunitid = #{cquoteunitid} + and creceieveid = #{creceieveid} + and creceiverbasid = #{creceiverbasid} + and crelation_bid = #{crelationBid} + and crelationid = #{crelationid} + and crowno = #{crowno} + and csendendmakerid = #{csendendmakerid} + and csourcebid = #{csourcebid} + and csourceid = #{csourceid} + and csourcetypecode = #{csourcetypecode} + and ctakeoutcbid = #{ctakeoutcbid} + and ctakeoutcorpid = #{ctakeoutcorpid} + and ctakeoutdeptid = #{ctakeoutdeptid} + and ctakeoutinvid = #{ctakeoutinvid} + and ctakeoutpsnid = #{ctakeoutpsnid} + and ctakeoutspaceid = #{ctakeoutspaceid} + and ctakeoutwhid = #{ctakeoutwhid} + and ctakerelation_bid = #{ctakerelationBid} + + and ctakerelationid = #{ctakerelationid} + and ctypecode = #{ctypecode} + and cvendorbasid = #{cvendorbasid} + and cvendorid = #{cvendorid} + and cworkcenterid = #{cworkcenterid} + and dplanarrivedate = #{dplanarrivedate} + and dplanoutdate = #{dplanoutdate} + and dproducedate = #{dproducedate} + and dr = #{dr} + and drequiredate = #{drequiredate} + and dvalidate = #{dvalidate} + and fallocflag = #{fallocflag} + and flargess = #{flargess} + and frowstatuflag = #{frowstatuflag} + and ftaxtypeflag = #{ftaxtypeflag} + and naddpricerate = #{naddpricerate} + and narrangeassnum = #{narrangeassnum} + and narrangemonum = #{narrangemonum} + and narrangenum = #{narrangenum} + and narrangepoapplynum = #{narrangepoapplynum} + and narrangepoordernum = #{narrangepoordernum} + and narrangescornum = #{narrangescornum} + and narrangetoornum = #{narrangetoornum} + and nasknotaxprice = #{nasknotaxprice} + and naskprice = #{naskprice} + and nassistnum = #{nassistnum} + and nchangerate = #{nchangerate} + and nfeedbacknum = #{nfeedbacknum} + and nmny = #{nmny} + and nnotaxmny = #{nnotaxmny} + and nnotaxprice = #{nnotaxprice} + and nnum = #{nnum} + and norderbackassnum = #{norderbackassnum} + and norderbacknum = #{norderbacknum} + and norderinassnum = #{norderinassnum} + and norderinnum = #{norderinnum} + and norderinoutmny = #{norderinoutmny} + and norderinoutnum = #{norderinoutnum} + and norderoutassnum = #{norderoutassnum} + and norderoutnum = #{norderoutnum} + and nordersendassnum = #{nordersendassnum} + and nordersendnum = #{nordersendnum} + and nordershouldinnum = #{nordershouldinnum} + and nordershouldoutnum = #{nordershouldoutnum} + and nordersignassnum = #{nordersignassnum} + and nordersignnum = #{nordersignnum} + and nordertakemny = #{nordertakemny} + and nordertakenum = #{nordertakenum} + and norderwaylossassnum = #{norderwaylossassnum} + and norderwaylossnum = #{norderwaylossnum} + and norgqtnetprc = #{norgqtnetprc} + and norgqttaxnetprc = #{norgqttaxnetprc} + and noutsumnum = #{noutsumnum} + and nprice = #{nprice} + and nquoteunitnum = #{nquoteunitnum} + and nquoteunitrate = #{nquoteunitrate} + and nsafetystocknum = #{nsafetystocknum} + and ntaxrate = #{ntaxrate} + and ntranpoassnum = #{ntranpoassnum} + and ntranponum = #{ntranponum} + and ntranstopraynum = #{ntranstopraynum} + and pk_areacl = #{pkAreacl} + and pk_arrivearea = #{pkArrivearea} + and pk_defdoc1 = #{pkDefdoc1} + and pk_defdoc10 = #{pkDefdoc10} + and pk_defdoc11 = #{pkDefdoc11} + and pk_defdoc12 = #{pkDefdoc12} + and pk_defdoc13 = #{pkDefdoc13} + and pk_defdoc14 = #{pkDefdoc14} + and pk_defdoc15 = #{pkDefdoc15} + and pk_defdoc16 = #{pkDefdoc16} + and pk_defdoc17 = #{pkDefdoc17} + and pk_defdoc18 = #{pkDefdoc18} + and pk_defdoc19 = #{pkDefdoc19} + and pk_defdoc2 = #{pkDefdoc2} + and pk_defdoc20 = #{pkDefdoc20} + and pk_defdoc3 = #{pkDefdoc3} + and pk_defdoc4 = #{pkDefdoc4} + and pk_defdoc5 = #{pkDefdoc5} + and pk_defdoc6 = #{pkDefdoc6} + and pk_defdoc7 = #{pkDefdoc7} + and pk_defdoc8 = #{pkDefdoc8} + and pk_defdoc9 = #{pkDefdoc9} + and pk_rt_bid = #{pkRtBid} + and pk_sendtype = #{pkSendtype} + and pk_tldid = #{pkTldid} + and tlastarrangetime = #{tlastarrangetime} + + and tplanarrivetime = #{tplanarrivetime} + and tplanouttime = #{tplanouttime} + and trequiretime = #{trequiretime} + and ts = #{ts} + and tsclose = #{tsclose} + and tsdelete = #{tsdelete} + and tsoutend = #{tsoutend} + and tssendend = #{tssendend} + and vbatch = #{vbatch} + and vbdef1 = #{vbdef1} + and vbdef10 = #{vbdef10} + and vbdef11 = #{vbdef11} + and vbdef12 = #{vbdef12} + and vbdef13 = #{vbdef13} + and vbdef14 = #{vbdef14} + and vbdef15 = #{vbdef15} + and vbdef16 = #{vbdef16} + and vbdef17 = #{vbdef17} + and vbdef18 = #{vbdef18} + and vbdef19 = #{vbdef19} + and vbdef2 = #{vbdef2} + and vbdef20 = #{vbdef20} + and vbdef3 = #{vbdef3} + and vbdef4 = #{vbdef4} + and vbdef5 = #{vbdef5} + and vbdef6 = #{vbdef6} + and vbdef7 = #{vbdef7} + and vbdef8 = #{vbdef8} + and vbdef9 = #{vbdef9} + and vbomcode = #{vbomcode} + and vbrevisereason = #{vbrevisereason} + and vcode = #{vcode} + and vfirstcode = #{vfirstcode} + and vfirstrowno = #{vfirstrowno} + and vfree1 = #{vfree1} + and vfree2 = #{vfree2} + and vfree3 = #{vfree3} + and vfree4 = #{vfree4} + and vfree5 = #{vfree5} + and vnote = #{vnote} + and vproducebatch = #{vproducebatch} + and vreceiveaddress = #{vreceiveaddress} + and vsourcecode = #{vsourcecode} + and vsourcerowno = #{vsourcerowno} + and sts='Y' + + + + + delete + from to_bill_b + where cbill_bid = #{cbillBid} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillEntity.java new file mode 100644 index 00000000..d78a45d7 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillEntity.java @@ -0,0 +1,834 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * (ToBill)实体类 + * + * @author makejava + * @since 2023-11-21 10:41:19 + */ +public class ToBillEntity extends BaseEntity { + + private String baddplanflag; + private String bdrictflag; + private String blatest; + private String bpushbysoflag; + private String cauditorid; + private String cbillid; + private String cbilltype; + private String cbiztypeid; + private String ccorrectbillid; + private String cemployeeid; + private String cincbid; + private String cincorpid; + private String cinwhid; + private String clastmodifierid; + private String coperatorid; + private String coutcbid; + private String coutcorpid; + private String coutcurrtype; + private String coutwhid; + private String cprojectid; + private String creviser; + private String csettlepathid; + private String csourcemodulename; + private String ctakeoutcbid; + private String ctakeoutcorpid; + private String ctypecode; + private String dauditdate; + private String dbilldate; + private String dplanbindate; + private String dplanenddate; + private Integer dr; + private String drevisetime; + private Integer fallocflag; + private Integer foiwastpartflag; + private Integer fotwastpartflag; + private Integer fstatusflag; + private Integer iprintcount; + private Integer iversion; + private Double nexchangeotoarate; + private Double nexchangeotobrate; + private Double ntotalmny; + private Double ntotalnum; + private String pkDefdoc1; + private String pkDefdoc10; + private String pkDefdoc11; + private String pkDefdoc12; + private String pkDefdoc13; + private String pkDefdoc14; + private String pkDefdoc15; + private String pkDefdoc16; + private String pkDefdoc17; + private String pkDefdoc18; + private String pkDefdoc19; + private String pkDefdoc2; + private String pkDefdoc20; + private String pkDefdoc3; + private String pkDefdoc4; + private String pkDefdoc5; + private String pkDefdoc6; + private String pkDefdoc7; + private String pkDefdoc8; + private String pkDefdoc9; + private String taudittime; + private String tlastmodifytime; + private String tmaketime; + private String ts; + private String vcode; + private String vdef1; + private String vdef10; + private String vdef11; + private String vdef12; + private String vdef13; + private String vdef14; + private String vdef15; + private String vdef16; + private String vdef17; + private String vdef18; + private String vdef19; + private String vdef2; + private String vdef20; + private String vdef3; + private String vdef4; + private String vdef5; + private String vdef6; + private String vdef7; + private String vdef8; + private String vdef9; + private String vnote; + private String vrevisereasonH; + private String start_time_dbilldate; + private String end_time_dbilldate; + + + public String getBaddplanflag() { + return baddplanflag; + } + + public void setBaddplanflag(String baddplanflag) { + this.baddplanflag = baddplanflag; + } + + public String getBdrictflag() { + return bdrictflag; + } + + public void setBdrictflag(String bdrictflag) { + this.bdrictflag = bdrictflag; + } + + public String getBlatest() { + return blatest; + } + + public void setBlatest(String blatest) { + this.blatest = blatest; + } + + public String getBpushbysoflag() { + return bpushbysoflag; + } + + public void setBpushbysoflag(String bpushbysoflag) { + this.bpushbysoflag = bpushbysoflag; + } + + public String getCauditorid() { + return cauditorid; + } + + public void setCauditorid(String cauditorid) { + this.cauditorid = cauditorid; + } + + public String getCbillid() { + return cbillid; + } + + public void setCbillid(String cbillid) { + this.cbillid = cbillid; + } + + public String getCbilltype() { + return cbilltype; + } + + public void setCbilltype(String cbilltype) { + this.cbilltype = cbilltype; + } + + public String getCbiztypeid() { + return cbiztypeid; + } + + public void setCbiztypeid(String cbiztypeid) { + this.cbiztypeid = cbiztypeid; + } + + public String getCcorrectbillid() { + return ccorrectbillid; + } + + public void setCcorrectbillid(String ccorrectbillid) { + this.ccorrectbillid = ccorrectbillid; + } + + public String getCemployeeid() { + return cemployeeid; + } + + public void setCemployeeid(String cemployeeid) { + this.cemployeeid = cemployeeid; + } + + public String getCincbid() { + return cincbid; + } + + public void setCincbid(String cincbid) { + this.cincbid = cincbid; + } + + public String getCincorpid() { + return cincorpid; + } + + public void setCincorpid(String cincorpid) { + this.cincorpid = cincorpid; + } + + public String getCinwhid() { + return cinwhid; + } + + public void setCinwhid(String cinwhid) { + this.cinwhid = cinwhid; + } + + public String getClastmodifierid() { + return clastmodifierid; + } + + public void setClastmodifierid(String clastmodifierid) { + this.clastmodifierid = clastmodifierid; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCoutcbid() { + return coutcbid; + } + + public void setCoutcbid(String coutcbid) { + this.coutcbid = coutcbid; + } + + public String getCoutcorpid() { + return coutcorpid; + } + + public void setCoutcorpid(String coutcorpid) { + this.coutcorpid = coutcorpid; + } + + public String getCoutcurrtype() { + return coutcurrtype; + } + + public void setCoutcurrtype(String coutcurrtype) { + this.coutcurrtype = coutcurrtype; + } + + public String getCoutwhid() { + return coutwhid; + } + + public void setCoutwhid(String coutwhid) { + this.coutwhid = coutwhid; + } + + public String getCprojectid() { + return cprojectid; + } + + public void setCprojectid(String cprojectid) { + this.cprojectid = cprojectid; + } + + public String getCreviser() { + return creviser; + } + + public void setCreviser(String creviser) { + this.creviser = creviser; + } + + public String getCsettlepathid() { + return csettlepathid; + } + + public void setCsettlepathid(String csettlepathid) { + this.csettlepathid = csettlepathid; + } + + public String getCsourcemodulename() { + return csourcemodulename; + } + + public void setCsourcemodulename(String csourcemodulename) { + this.csourcemodulename = csourcemodulename; + } + + public String getCtakeoutcbid() { + return ctakeoutcbid; + } + + public void setCtakeoutcbid(String ctakeoutcbid) { + this.ctakeoutcbid = ctakeoutcbid; + } + + public String getCtakeoutcorpid() { + return ctakeoutcorpid; + } + + public void setCtakeoutcorpid(String ctakeoutcorpid) { + this.ctakeoutcorpid = ctakeoutcorpid; + } + + public String getCtypecode() { + return ctypecode; + } + + public void setCtypecode(String ctypecode) { + this.ctypecode = ctypecode; + } + + public String getDauditdate() { + return dauditdate; + } + + public void setDauditdate(String dauditdate) { + this.dauditdate = dauditdate; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getDplanbindate() { + return dplanbindate; + } + + public void setDplanbindate(String dplanbindate) { + this.dplanbindate = dplanbindate; + } + + public String getDplanenddate() { + return dplanenddate; + } + + public void setDplanenddate(String dplanenddate) { + this.dplanenddate = dplanenddate; + } + + public Integer getDr() { + return dr; + } + + public void setDr(Integer dr) { + this.dr = dr; + } + + public String getDrevisetime() { + return drevisetime; + } + + public void setDrevisetime(String drevisetime) { + this.drevisetime = drevisetime; + } + + public Integer getFallocflag() { + return fallocflag; + } + + public void setFallocflag(Integer fallocflag) { + this.fallocflag = fallocflag; + } + + public Integer getFoiwastpartflag() { + return foiwastpartflag; + } + + public void setFoiwastpartflag(Integer foiwastpartflag) { + this.foiwastpartflag = foiwastpartflag; + } + + public Integer getFotwastpartflag() { + return fotwastpartflag; + } + + public void setFotwastpartflag(Integer fotwastpartflag) { + this.fotwastpartflag = fotwastpartflag; + } + + public Integer getFstatusflag() { + return fstatusflag; + } + + public void setFstatusflag(Integer fstatusflag) { + this.fstatusflag = fstatusflag; + } + + public Integer getIprintcount() { + return iprintcount; + } + + public void setIprintcount(Integer iprintcount) { + this.iprintcount = iprintcount; + } + + public Integer getIversion() { + return iversion; + } + + public void setIversion(Integer iversion) { + this.iversion = iversion; + } + + public Double getNexchangeotoarate() { + return nexchangeotoarate; + } + + public void setNexchangeotoarate(Double nexchangeotoarate) { + this.nexchangeotoarate = nexchangeotoarate; + } + + public Double getNexchangeotobrate() { + return nexchangeotobrate; + } + + public void setNexchangeotobrate(Double nexchangeotobrate) { + this.nexchangeotobrate = nexchangeotobrate; + } + + public Double getNtotalmny() { + return ntotalmny; + } + + public void setNtotalmny(Double ntotalmny) { + this.ntotalmny = ntotalmny; + } + + public Double getNtotalnum() { + return ntotalnum; + } + + public void setNtotalnum(Double ntotalnum) { + this.ntotalnum = ntotalnum; + } + + public String getPkDefdoc1() { + return pkDefdoc1; + } + + public void setPkDefdoc1(String pkDefdoc1) { + this.pkDefdoc1 = pkDefdoc1; + } + + public String getPkDefdoc10() { + return pkDefdoc10; + } + + public void setPkDefdoc10(String pkDefdoc10) { + this.pkDefdoc10 = pkDefdoc10; + } + + public String getPkDefdoc11() { + return pkDefdoc11; + } + + public void setPkDefdoc11(String pkDefdoc11) { + this.pkDefdoc11 = pkDefdoc11; + } + + public String getPkDefdoc12() { + return pkDefdoc12; + } + + public void setPkDefdoc12(String pkDefdoc12) { + this.pkDefdoc12 = pkDefdoc12; + } + + public String getPkDefdoc13() { + return pkDefdoc13; + } + + public void setPkDefdoc13(String pkDefdoc13) { + this.pkDefdoc13 = pkDefdoc13; + } + + public String getPkDefdoc14() { + return pkDefdoc14; + } + + public void setPkDefdoc14(String pkDefdoc14) { + this.pkDefdoc14 = pkDefdoc14; + } + + public String getPkDefdoc15() { + return pkDefdoc15; + } + + public void setPkDefdoc15(String pkDefdoc15) { + this.pkDefdoc15 = pkDefdoc15; + } + + public String getPkDefdoc16() { + return pkDefdoc16; + } + + public void setPkDefdoc16(String pkDefdoc16) { + this.pkDefdoc16 = pkDefdoc16; + } + + public String getPkDefdoc17() { + return pkDefdoc17; + } + + public void setPkDefdoc17(String pkDefdoc17) { + this.pkDefdoc17 = pkDefdoc17; + } + + public String getPkDefdoc18() { + return pkDefdoc18; + } + + public void setPkDefdoc18(String pkDefdoc18) { + this.pkDefdoc18 = pkDefdoc18; + } + + public String getPkDefdoc19() { + return pkDefdoc19; + } + + public void setPkDefdoc19(String pkDefdoc19) { + this.pkDefdoc19 = pkDefdoc19; + } + + public String getPkDefdoc2() { + return pkDefdoc2; + } + + public void setPkDefdoc2(String pkDefdoc2) { + this.pkDefdoc2 = pkDefdoc2; + } + + public String getPkDefdoc20() { + return pkDefdoc20; + } + + public void setPkDefdoc20(String pkDefdoc20) { + this.pkDefdoc20 = pkDefdoc20; + } + + public String getPkDefdoc3() { + return pkDefdoc3; + } + + public void setPkDefdoc3(String pkDefdoc3) { + this.pkDefdoc3 = pkDefdoc3; + } + + public String getPkDefdoc4() { + return pkDefdoc4; + } + + public void setPkDefdoc4(String pkDefdoc4) { + this.pkDefdoc4 = pkDefdoc4; + } + + public String getPkDefdoc5() { + return pkDefdoc5; + } + + public void setPkDefdoc5(String pkDefdoc5) { + this.pkDefdoc5 = pkDefdoc5; + } + + public String getPkDefdoc6() { + return pkDefdoc6; + } + + public void setPkDefdoc6(String pkDefdoc6) { + this.pkDefdoc6 = pkDefdoc6; + } + + public String getPkDefdoc7() { + return pkDefdoc7; + } + + public void setPkDefdoc7(String pkDefdoc7) { + this.pkDefdoc7 = pkDefdoc7; + } + + public String getPkDefdoc8() { + return pkDefdoc8; + } + + public void setPkDefdoc8(String pkDefdoc8) { + this.pkDefdoc8 = pkDefdoc8; + } + + public String getPkDefdoc9() { + return pkDefdoc9; + } + + public void setPkDefdoc9(String pkDefdoc9) { + this.pkDefdoc9 = pkDefdoc9; + } + + public String getTaudittime() { + return taudittime; + } + + public void setTaudittime(String taudittime) { + this.taudittime = taudittime; + } + + public String getTlastmodifytime() { + return tlastmodifytime; + } + + public void setTlastmodifytime(String tlastmodifytime) { + this.tlastmodifytime = tlastmodifytime; + } + + public String getTmaketime() { + return tmaketime; + } + + public void setTmaketime(String tmaketime) { + this.tmaketime = tmaketime; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVcode() { + return vcode; + } + + public void setVcode(String vcode) { + this.vcode = vcode; + } + + public String getVdef1() { + return vdef1; + } + + public void setVdef1(String vdef1) { + this.vdef1 = vdef1; + } + + public String getVdef10() { + return vdef10; + } + + public void setVdef10(String vdef10) { + this.vdef10 = vdef10; + } + + public String getVdef11() { + return vdef11; + } + + public void setVdef11(String vdef11) { + this.vdef11 = vdef11; + } + + public String getVdef12() { + return vdef12; + } + + public void setVdef12(String vdef12) { + this.vdef12 = vdef12; + } + + public String getVdef13() { + return vdef13; + } + + public void setVdef13(String vdef13) { + this.vdef13 = vdef13; + } + + public String getVdef14() { + return vdef14; + } + + public void setVdef14(String vdef14) { + this.vdef14 = vdef14; + } + + public String getVdef15() { + return vdef15; + } + + public void setVdef15(String vdef15) { + this.vdef15 = vdef15; + } + + public String getVdef16() { + return vdef16; + } + + public void setVdef16(String vdef16) { + this.vdef16 = vdef16; + } + + public String getVdef17() { + return vdef17; + } + + public void setVdef17(String vdef17) { + this.vdef17 = vdef17; + } + + public String getVdef18() { + return vdef18; + } + + public void setVdef18(String vdef18) { + this.vdef18 = vdef18; + } + + public String getVdef19() { + return vdef19; + } + + public void setVdef19(String vdef19) { + this.vdef19 = vdef19; + } + + public String getVdef2() { + return vdef2; + } + + public void setVdef2(String vdef2) { + this.vdef2 = vdef2; + } + + public String getVdef20() { + return vdef20; + } + + public void setVdef20(String vdef20) { + this.vdef20 = vdef20; + } + + public String getVdef3() { + return vdef3; + } + + public void setVdef3(String vdef3) { + this.vdef3 = vdef3; + } + + public String getVdef4() { + return vdef4; + } + + public void setVdef4(String vdef4) { + this.vdef4 = vdef4; + } + + public String getVdef5() { + return vdef5; + } + + public void setVdef5(String vdef5) { + this.vdef5 = vdef5; + } + + public String getVdef6() { + return vdef6; + } + + public void setVdef6(String vdef6) { + this.vdef6 = vdef6; + } + + public String getVdef7() { + return vdef7; + } + + public void setVdef7(String vdef7) { + this.vdef7 = vdef7; + } + + public String getVdef8() { + return vdef8; + } + + public void setVdef8(String vdef8) { + this.vdef8 = vdef8; + } + + public String getVdef9() { + return vdef9; + } + + public void setVdef9(String vdef9) { + this.vdef9 = vdef9; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVrevisereasonH() { + return vrevisereasonH; + } + + public void setVrevisereasonH(String vrevisereasonH) { + this.vrevisereasonH = vrevisereasonH; + } + + public String getStart_time_dbilldate() { + return start_time_dbilldate; + } + + public void setStart_time_dbilldate(String start_time_dbilldate) { + this.start_time_dbilldate = start_time_dbilldate; + } + + public String getEnd_time_dbilldate() { + return end_time_dbilldate; + } + + public void setEnd_time_dbilldate(String end_time_dbilldate) { + this.end_time_dbilldate = end_time_dbilldate; + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillEntity.xml new file mode 100644 index 00000000..ed423f77 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/ToBillEntity.xml @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + baddplanflag + ,bdrictflag + ,blatest + ,bpushbysoflag + ,cauditorid + ,cbillid + ,cbilltype + ,cbiztypeid + ,ccorrectbillid + ,cemployeeid + ,cincbid + ,cincorpid + ,cinwhid + ,clastmodifierid + ,coperatorid + ,coutcbid + ,coutcorpid + ,coutcurrtype + ,coutwhid + ,cprojectid + ,creviser + ,csettlepathid + ,csourcemodulename + ,ctakeoutcbid + ,ctakeoutcorpid + ,ctypecode + ,dauditdate + ,dbilldate + ,dplanbindate + ,dplanenddate + ,dr + ,drevisetime + ,fallocflag + ,foiwastpartflag + ,fotwastpartflag + ,fstatusflag + ,iprintcount + ,iversion + ,nexchangeotoarate + ,nexchangeotobrate + ,ntotalmny + ,ntotalnum + ,pk_defdoc1 + ,pk_defdoc10 + ,pk_defdoc11 + ,pk_defdoc12 + ,pk_defdoc13 + ,pk_defdoc14 + ,pk_defdoc15 + ,pk_defdoc16 + ,pk_defdoc17 + ,pk_defdoc18 + ,pk_defdoc19 + ,pk_defdoc2 + ,pk_defdoc20 + ,pk_defdoc3 + ,pk_defdoc4 + ,pk_defdoc5 + ,pk_defdoc6 + ,pk_defdoc7 + ,pk_defdoc8 + ,pk_defdoc9 + ,taudittime + ,tlastmodifytime + ,tmaketime + ,ts + ,vcode + ,vdef1 + ,vdef10 + ,vdef11 + ,vdef12 + ,vdef13 + ,vdef14 + ,vdef15 + ,vdef16 + ,vdef17 + ,vdef18 + ,vdef19 + ,vdef2 + ,vdef20 + ,vdef3 + ,vdef4 + ,vdef5 + ,vdef6 + ,vdef7 + ,vdef8 + ,vdef9 + ,vnote + ,vrevisereason_h + + + + + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/UpdateLogisticsNoEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/UpdateLogisticsNoEntity.java new file mode 100644 index 00000000..cafefb99 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/UpdateLogisticsNoEntity.java @@ -0,0 +1,41 @@ +package com.hzya.frame.plugin.lets.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * 更新OA物流单号 + * + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.queryvo + * @Project:kangarooDataCenter + * @name:UpdateLogisticsNoVo + * @Date:2023/11/27 10:41 + * @Filename:UpdateLogisticsNoVo + */ +public class UpdateLogisticsNoEntity extends BaseEntity { + /** + * 物流单号 + */ + private String logistics_no; + + /** + * 销售订单号 + */ + private String field0010; + + public String getLogistics_no() { + return logistics_no; + } + + public void setLogistics_no(String logistics_no) { + this.logistics_no = logistics_no; + } + + public String getField0010() { + return field0010; + } + + public void setField0010(String field0010) { + this.field0010 = field0010; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/UpdateLogisticsNoEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/UpdateLogisticsNoEntity.xml new file mode 100644 index 00000000..9c20c050 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/entity/UpdateLogisticsNoEntity.xml @@ -0,0 +1,23 @@ + + + + + + update formmain_0237 set field0148=CONCAT(COALESCE(field0148, ''),' ', #{logistics_no}) where field0010= #{field0010} + + + + + update formmain_0202 set field0174=CONCAT(COALESCE(field0174, ''),' ', #{logistics_no}) where field0010= #{field0010} + + + + + update formmain_0237 set field0149=CONCAT(COALESCE(field0149, ''),' ', #{logistics_no}) where field0010= #{field0010} + + + + + update formmain_0202 set field0172=CONCAT(COALESCE(field0172, ''),' ', #{logistics_no}) where field0010= #{field0010} + + \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/ITocofsSaleoutDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/ITocofsSaleoutDao.java new file mode 100644 index 00000000..73a2a0a4 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/ITocofsSaleoutDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.ofs.dao; + +import com.hzya.frame.plugin.lets.ofs.entity.TocofsSaleoutEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * root(tocofs_saleout: table)表数据库访问层 + * + * @author makejava + * @since 2024-08-01 17:01:32 + */ +public interface ITocofsSaleoutDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/ITocofsSaleoutDetailedDao.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/ITocofsSaleoutDetailedDao.java new file mode 100644 index 00000000..608352d4 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/ITocofsSaleoutDetailedDao.java @@ -0,0 +1,15 @@ +package com.hzya.frame.plugin.lets.ofs.dao; + +import com.hzya.frame.plugin.lets.ofs.entity.TocofsSaleoutDetailedEntity; +import com.hzya.frame.basedao.dao.IBaseDao; + +/** + * tocofs_saleout_detailed(tocofs_saleout_detailed: table)表数据库访问层 + * + * @author makejava + * @since 2024-08-01 17:01:53 + */ +public interface ITocofsSaleoutDetailedDao extends IBaseDao { + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/impl/TocofsSaleoutDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/impl/TocofsSaleoutDaoImpl.java new file mode 100644 index 00000000..ee9cb98d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/impl/TocofsSaleoutDaoImpl.java @@ -0,0 +1,16 @@ +package com.hzya.frame.plugin.lets.ofs.dao.impl; + +import com.hzya.frame.plugin.lets.ofs.entity.TocofsSaleoutEntity; +import com.hzya.frame.plugin.lets.ofs.dao.ITocofsSaleoutDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * root(TocofsSaleout)表数据库访问层 + * + * @author makejava + * @since 2024-08-01 17:01:32 + */ +public class TocofsSaleoutDaoImpl extends MybatisGenericDao implements ITocofsSaleoutDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/impl/TocofsSaleoutDetailedDaoImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/impl/TocofsSaleoutDetailedDaoImpl.java new file mode 100644 index 00000000..55926238 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/dao/impl/TocofsSaleoutDetailedDaoImpl.java @@ -0,0 +1,16 @@ +package com.hzya.frame.plugin.lets.ofs.dao.impl; + +import com.hzya.frame.plugin.lets.ofs.entity.TocofsSaleoutDetailedEntity; +import com.hzya.frame.plugin.lets.ofs.dao.ITocofsSaleoutDetailedDao; +import org.springframework.stereotype.Repository; +import com.hzya.frame.basedao.dao.MybatisGenericDao; +/** + * tocofs_saleout_detailed(TocofsSaleoutDetailed)表数据库访问层 + * + * @author makejava + * @since 2024-08-01 17:01:53 + */ +public class TocofsSaleoutDetailedDaoImpl extends MybatisGenericDao implements ITocofsSaleoutDetailedDao{ + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutDetailedEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutDetailedEntity.java new file mode 100644 index 00000000..c5449778 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutDetailedEntity.java @@ -0,0 +1,363 @@ +package com.hzya.frame.plugin.lets.ofs.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * tocofs_saleout_detailed(TocofsSaleoutDetailed)实体类 + * + * @author makejava + * @since 2024-08-01 17:01:53 + */ +public class TocofsSaleoutDetailedEntity extends BaseEntity { + /** + * rootId + */ + private Long rootid; + /** + * LETS + */ + private String clientcode; + /** + * COMPANY2022062200000002 + */ + private String companycode; + /** + * FACILITY2022042800000005 + */ + private String facilitycode; + /** + * LETS-SH2024032700000002 + */ + private String shipmentcode; + /** + * 22814582 + */ + private Long reforderid; + /** + * 54604811 + */ + private Long reforderdetailid; + /** + * LETS-SO2024031900000002 + */ + private String refordercode; + /** + * 30766 + */ + private Long allocinvid; + /** + * 6973391732215 + */ + private String skucode; + /** + * INTOYOU心慕与你莓飞色雾四色眼影#02 + */ + private String skuname; + /** + * LETS-SO2024031900000002 + */ + private String sourceordercode; + /** + * AVAILABLE + */ + private String inventorysts; + /** + * 0 + */ + private Long isgift; + /** + * 10 + */ + private Long requestqty; + /** + * 0 + */ + private Long shipqty; + /** + * EA + */ + private String quantityum; + /** + * 64 + */ + private Long listprice; + /** + * 640 + */ + private Long itemtotalamount; + /** + * 640 + */ + private Long totalpayamount; + /** + * 0 + */ + private Long totalweight; + /** + * 0 + */ + private Long totalvolume; + /** + * 0 + */ + private Long totalvolumeweight; + /** + * G + */ + private String weightum; + /** + * CM3 + */ + private String volumeum; + /** + * 2024-03-27 12:03:59 + */ + private String created; + /** + * LETS-ADMIN + */ + private String createdby; + /** + * 2024-03-27 12:03:59 + */ + private String lastupdated; + /** + * LETS-ADMIN + */ + private String lastupdatedby; + + + public Long getRootid() { + return rootid; + } + + public void setRootid(Long rootid) { + this.rootid = rootid; + } + + public String getClientcode() { + return clientcode; + } + + public void setClientcode(String clientcode) { + this.clientcode = clientcode; + } + + public String getCompanycode() { + return companycode; + } + + public void setCompanycode(String companycode) { + this.companycode = companycode; + } + + public String getFacilitycode() { + return facilitycode; + } + + public void setFacilitycode(String facilitycode) { + this.facilitycode = facilitycode; + } + + public String getShipmentcode() { + return shipmentcode; + } + + public void setShipmentcode(String shipmentcode) { + this.shipmentcode = shipmentcode; + } + + public Long getReforderid() { + return reforderid; + } + + public void setReforderid(Long reforderid) { + this.reforderid = reforderid; + } + + public Long getReforderdetailid() { + return reforderdetailid; + } + + public void setReforderdetailid(Long reforderdetailid) { + this.reforderdetailid = reforderdetailid; + } + + public String getRefordercode() { + return refordercode; + } + + public void setRefordercode(String refordercode) { + this.refordercode = refordercode; + } + + public Long getAllocinvid() { + return allocinvid; + } + + public void setAllocinvid(Long allocinvid) { + this.allocinvid = allocinvid; + } + + public String getSkucode() { + return skucode; + } + + public void setSkucode(String skucode) { + this.skucode = skucode; + } + + public String getSkuname() { + return skuname; + } + + public void setSkuname(String skuname) { + this.skuname = skuname; + } + + public String getSourceordercode() { + return sourceordercode; + } + + public void setSourceordercode(String sourceordercode) { + this.sourceordercode = sourceordercode; + } + + public String getInventorysts() { + return inventorysts; + } + + public void setInventorysts(String inventorysts) { + this.inventorysts = inventorysts; + } + + public Long getIsgift() { + return isgift; + } + + public void setIsgift(Long isgift) { + this.isgift = isgift; + } + + public Long getRequestqty() { + return requestqty; + } + + public void setRequestqty(Long requestqty) { + this.requestqty = requestqty; + } + + public Long getShipqty() { + return shipqty; + } + + public void setShipqty(Long shipqty) { + this.shipqty = shipqty; + } + + public String getQuantityum() { + return quantityum; + } + + public void setQuantityum(String quantityum) { + this.quantityum = quantityum; + } + + public Long getListprice() { + return listprice; + } + + public void setListprice(Long listprice) { + this.listprice = listprice; + } + + public Long getItemtotalamount() { + return itemtotalamount; + } + + public void setItemtotalamount(Long itemtotalamount) { + this.itemtotalamount = itemtotalamount; + } + + public Long getTotalpayamount() { + return totalpayamount; + } + + public void setTotalpayamount(Long totalpayamount) { + this.totalpayamount = totalpayamount; + } + + public Long getTotalweight() { + return totalweight; + } + + public void setTotalweight(Long totalweight) { + this.totalweight = totalweight; + } + + public Long getTotalvolume() { + return totalvolume; + } + + public void setTotalvolume(Long totalvolume) { + this.totalvolume = totalvolume; + } + + public Long getTotalvolumeweight() { + return totalvolumeweight; + } + + public void setTotalvolumeweight(Long totalvolumeweight) { + this.totalvolumeweight = totalvolumeweight; + } + + public String getWeightum() { + return weightum; + } + + public void setWeightum(String weightum) { + this.weightum = weightum; + } + + public String getVolumeum() { + return volumeum; + } + + public void setVolumeum(String volumeum) { + this.volumeum = volumeum; + } + + public String getCreated() { + return created; + } + + public void setCreated(String created) { + this.created = created; + } + + public String getCreatedby() { + return createdby; + } + + public void setCreatedby(String createdby) { + this.createdby = createdby; + } + + public String getLastupdated() { + return lastupdated; + } + + public void setLastupdated(String lastupdated) { + this.lastupdated = lastupdated; + } + + public String getLastupdatedby() { + return lastupdatedby; + } + + public void setLastupdatedby(String lastupdatedby) { + this.lastupdatedby = lastupdatedby; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutDetailedEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutDetailedEntity.xml new file mode 100644 index 00000000..d6aec2b4 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutDetailedEntity.xml @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + rootId + ,clientCode + ,companyCode + ,facilityCode + ,shipmentCode + ,refOrderId + ,refOrderDetailId + ,refOrderCode + ,allocInvId + ,skuCode + ,skuName + ,sourceOrderCode + ,inventorySts + ,isGift + ,requestQty + ,shipQty + ,quantityUM + ,listPrice + ,itemTotalAmount + ,totalPayAmount + ,totalWeight + ,totalVolume + ,totalVolumeWeight + ,weightUM + ,volumeUM + ,created + ,createdBy + ,lastUpdated + ,lastUpdatedBy + + + + + + + + + + + + + + + + insert into tocofs_saleout_detailed( + + rootId , + clientCode , + companyCode , + facilityCode , + shipmentCode , + refOrderId , + refOrderDetailId , + refOrderCode , + allocInvId , + skuCode , + skuName , + sourceOrderCode , + inventorySts , + isGift , + requestQty , + shipQty , + quantityUM , + listPrice , + itemTotalAmount , + totalPayAmount , + totalWeight , + totalVolume , + totalVolumeWeight , + weightUM , + volumeUM , + created , + createdBy , + lastUpdated , + lastUpdatedBy , + sorts, + sts, + + )values( + + #{rootid} , + #{clientcode} , + #{companycode} , + #{facilitycode} , + #{shipmentcode} , + #{reforderid} , + #{reforderdetailid} , + #{refordercode} , + #{allocinvid} , + #{skucode} , + #{skuname} , + #{sourceordercode} , + #{inventorysts} , + #{isgift} , + #{requestqty} , + #{shipqty} , + #{quantityum} , + #{listprice} , + #{itemtotalamount} , + #{totalpayamount} , + #{totalweight} , + #{totalvolume} , + #{totalvolumeweight} , + #{weightum} , + #{volumeum} , + #{created} , + #{createdby} , + #{lastupdated} , + #{lastupdatedby} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from tocofs_saleout_detailed a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into tocofs_saleout_detailed(clientCode, companyCode, facilityCode, shipmentCode, refOrderId, refOrderDetailId, refOrderCode, allocInvId, skuCode, skuName, sourceOrderCode, inventorySts, isGift, requestQty, shipQty, quantityUM, listPrice, itemTotalAmount, totalPayAmount, totalWeight, totalVolume, totalVolumeWeight, weightUM, volumeUM, created, createdBy, lastUpdated, lastUpdatedBy, sts) + values + + (#{entity.clientcode},#{entity.companycode},#{entity.facilitycode},#{entity.shipmentcode},#{entity.reforderid},#{entity.reforderdetailid},#{entity.refordercode},#{entity.allocinvid},#{entity.skucode},#{entity.skuname},#{entity.sourceordercode},#{entity.inventorysts},#{entity.isgift},#{entity.requestqty},#{entity.shipqty},#{entity.quantityum},#{entity.listprice},#{entity.itemtotalamount},#{entity.totalpayamount},#{entity.totalweight},#{entity.totalvolume},#{entity.totalvolumeweight},#{entity.weightum},#{entity.volumeum},#{entity.created},#{entity.createdby},#{entity.lastupdated},#{entity.lastupdatedby}, 'Y') + + + + + insert into tocofs_saleout_detailed(clientCode, companyCode, facilityCode, shipmentCode, refOrderId, refOrderDetailId, refOrderCode, allocInvId, skuCode, skuName, sourceOrderCode, inventorySts, isGift, requestQty, shipQty, quantityUM, listPrice, itemTotalAmount, totalPayAmount, totalWeight, totalVolume, totalVolumeWeight, weightUM, volumeUM, created, createdBy, lastUpdated, lastUpdatedBy) + values + + (#{entity.clientcode},#{entity.companycode},#{entity.facilitycode},#{entity.shipmentcode},#{entity.reforderid},#{entity.reforderdetailid},#{entity.refordercode},#{entity.allocinvid},#{entity.skucode},#{entity.skuname},#{entity.sourceordercode},#{entity.inventorysts},#{entity.isgift},#{entity.requestqty},#{entity.shipqty},#{entity.quantityum},#{entity.listprice},#{entity.itemtotalamount},#{entity.totalpayamount},#{entity.totalweight},#{entity.totalvolume},#{entity.totalvolumeweight},#{entity.weightum},#{entity.volumeum},#{entity.created},#{entity.createdby},#{entity.lastupdated},#{entity.lastupdatedby}) + + on duplicate key update + clientCode = values(clientCode), + companyCode = values(companyCode), + facilityCode = values(facilityCode), + shipmentCode = values(shipmentCode), + refOrderId = values(refOrderId), + refOrderDetailId = values(refOrderDetailId), + refOrderCode = values(refOrderCode), + allocInvId = values(allocInvId), + skuCode = values(skuCode), + skuName = values(skuName), + sourceOrderCode = values(sourceOrderCode), + inventorySts = values(inventorySts), + isGift = values(isGift), + requestQty = values(requestQty), + shipQty = values(shipQty), + quantityUM = values(quantityUM), + listPrice = values(listPrice), + itemTotalAmount = values(itemTotalAmount), + totalPayAmount = values(totalPayAmount), + totalWeight = values(totalWeight), + totalVolume = values(totalVolume), + totalVolumeWeight = values(totalVolumeWeight), + weightUM = values(weightUM), + volumeUM = values(volumeUM), + created = values(created), + createdBy = values(createdBy), + lastUpdated = values(lastUpdated), + lastUpdatedBy = values(lastUpdatedBy) + + +update tocofs_saleout_detailed set + + clientCode = #{clientcode}, + companyCode = #{companycode}, + facilityCode = #{facilitycode}, + shipmentCode = #{shipmentcode}, + refOrderId = #{reforderid}, + refOrderDetailId = #{reforderdetailid}, + refOrderCode = #{refordercode}, + allocInvId = #{allocinvid}, + skuCode = #{skucode}, + skuName = #{skuname}, + sourceOrderCode = #{sourceordercode}, + inventorySts = #{inventorysts}, + isGift = #{isgift}, + requestQty = #{requestqty}, + shipQty = #{shipqty}, + quantityUM = #{quantityum}, + listPrice = #{listprice}, + itemTotalAmount = #{itemtotalamount}, + totalPayAmount = #{totalpayamount}, + totalWeight = #{totalweight}, + totalVolume = #{totalvolume}, + totalVolumeWeight = #{totalvolumeweight}, + weightUM = #{weightum}, + volumeUM = #{volumeum}, + created = #{created}, + createdBy = #{createdby}, + lastUpdated = #{lastupdated}, + lastUpdatedBy = #{lastupdatedby}, + +where rootId = #{rootid} + + + +update tocofs_saleout_detailed set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where rootId = #{rootid} + + + +update tocofs_saleout_detailed set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and rootId = #{rootid} + and clientCode = #{clientcode} + and companyCode = #{companycode} + and facilityCode = #{facilitycode} + and shipmentCode = #{shipmentcode} + and refOrderId = #{reforderid} + and refOrderDetailId = #{reforderdetailid} + and refOrderCode = #{refordercode} + and allocInvId = #{allocinvid} + and skuCode = #{skucode} + and skuName = #{skuname} + and sourceOrderCode = #{sourceordercode} + and inventorySts = #{inventorysts} + and isGift = #{isgift} + and requestQty = #{requestqty} + and shipQty = #{shipqty} + and quantityUM = #{quantityum} + and listPrice = #{listprice} + and itemTotalAmount = #{itemtotalamount} + and totalPayAmount = #{totalpayamount} + and totalWeight = #{totalweight} + and totalVolume = #{totalvolume} + and totalVolumeWeight = #{totalvolumeweight} + and weightUM = #{weightum} + and volumeUM = #{volumeum} + and created = #{created} + and createdBy = #{createdby} + and lastUpdated = #{lastupdated} + and lastUpdatedBy = #{lastupdatedby} + and sts='Y' + + + + + delete from tocofs_saleout_detailed where rootId = #{rootid} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutEntity.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutEntity.java new file mode 100644 index 00000000..758a0180 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutEntity.java @@ -0,0 +1,702 @@ +package com.hzya.frame.plugin.lets.ofs.entity; + +import com.hzya.frame.web.entity.BaseEntity; + +/** + * root(TocofsSaleout)实体类 + * + * @author makejava + * @since 2024-08-01 17:01:32 + */ +public class TocofsSaleoutEntity extends BaseEntity { + /** + * LETS + */ + private String clientcode; + /** + * LETS + */ + private String companycode; + /** + * hzz + */ + private String storecode; + /** + * hzz-xs + */ + private String facilitycode; + /** + * LETS-SH2024032700000002 + */ + private String code; + /** + * 22814582 + */ + private Long reforderid; + /** + * LETS-SO2024031900000002 + */ + private String refordercode; + /** + * SALES + */ + private String refordertype; + /** + * 510 + */ + private Long status; + /** + * 0 + */ + private Long consolidated; + /** + * SALES + */ + private String internalinstructiontype; + /** + * B2C + */ + private String bizchannel; + /** + * OFS + */ + private String sourceplatformcode; + /** + * NORMAL + */ + private String processtype; + /** + * 0 + */ + private Long sourceorderid; + /** + * LETS-SO2024031900000002 + */ + private String sourceordercode; + /** + * TB + */ + private String sourceuseraccount; + /** + * 杨 + */ + private String shiptoattentionto; + /** + * AAA + */ + private String shiptoaddress; + /** + * 中国 + */ + private String shiptocountry; + /** + * 950648 + */ + private String shiptostate; + /** + * 950649 + */ + private String shiptocity; + /** + * 950711 + */ + private String shiptodistrict; + /** + * 13909091212 + */ + private String shiptomobile; + /** + * 1 + */ + private Long totallines; + /** + * 10 + */ + private Long totalqty; + /** + * 0 + */ + private Long totalcontainers; + /** + * 0 + */ + private Long totalcases; + /** + * 0 + */ + private Long totalweight; + /** + * 0 + */ + private Long totalvolume; + /** + * 0 + */ + private Long totalvolumeweight; + /** + * G + */ + private String weightum; + /** + * CM3 + */ + private String volumeum; + /** + * 640 + */ + private Long totalamount; + /** + * 640 + */ + private Long totalpayamount; + /** + * 0 + */ + private Long postageamount; + /** + * 640 + */ + private Long itemtotalamount; + /** + * ZTO + */ + private String carriercode; + /** + * 1 + */ + private Long paymentstatus; + /** + * 0 + */ + private String codrequired; + /** + * 0 + */ + private String invoicerequired; + /** + * 2024-03-19 17:08:14 + */ + private String paidat; + private String shipfromattentionto; + private String shipfromaddress; + /** + * 萧山区 + */ + private String shipfromdistrict; + /** + * 杭州市 + */ + private String shipfromcity; + /** + * 浙江省 + */ + private String shipfromstate; + /** + * 中国 + */ + private String shipfromcountry; + private String shipfrompostalcode; + private String shipfromphone; + private String shipfrommobile; + private String shipfromfax; + private String shipfromemail; + /** + * 0 + */ + private Long codamount; + /** + * 0 + */ + private Long tax; + /** + * 1 + */ + private Long taxpaid; + /** + * 上海市 + */ + private String shiptostatename; + /** + * 上海市 + */ + private String shiptocityname; + /** + * 杨浦区 + */ + private String shiptodistrictname; + + + public String getClientcode() { + return clientcode; + } + + public void setClientcode(String clientcode) { + this.clientcode = clientcode; + } + + public String getCompanycode() { + return companycode; + } + + public void setCompanycode(String companycode) { + this.companycode = companycode; + } + + public String getStorecode() { + return storecode; + } + + public void setStorecode(String storecode) { + this.storecode = storecode; + } + + public String getFacilitycode() { + return facilitycode; + } + + public void setFacilitycode(String facilitycode) { + this.facilitycode = facilitycode; + } + + public String getCode() { + return code; + } + + public void setCode(String code) { + this.code = code; + } + + public Long getReforderid() { + return reforderid; + } + + public void setReforderid(Long reforderid) { + this.reforderid = reforderid; + } + + public String getRefordercode() { + return refordercode; + } + + public void setRefordercode(String refordercode) { + this.refordercode = refordercode; + } + + public String getRefordertype() { + return refordertype; + } + + public void setRefordertype(String refordertype) { + this.refordertype = refordertype; + } + + public Long getStatus() { + return status; + } + + public void setStatus(Long status) { + this.status = status; + } + + public Long getConsolidated() { + return consolidated; + } + + public void setConsolidated(Long consolidated) { + this.consolidated = consolidated; + } + + public String getInternalinstructiontype() { + return internalinstructiontype; + } + + public void setInternalinstructiontype(String internalinstructiontype) { + this.internalinstructiontype = internalinstructiontype; + } + + public String getBizchannel() { + return bizchannel; + } + + public void setBizchannel(String bizchannel) { + this.bizchannel = bizchannel; + } + + public String getSourceplatformcode() { + return sourceplatformcode; + } + + public void setSourceplatformcode(String sourceplatformcode) { + this.sourceplatformcode = sourceplatformcode; + } + + public String getProcesstype() { + return processtype; + } + + public void setProcesstype(String processtype) { + this.processtype = processtype; + } + + public Long getSourceorderid() { + return sourceorderid; + } + + public void setSourceorderid(Long sourceorderid) { + this.sourceorderid = sourceorderid; + } + + public String getSourceordercode() { + return sourceordercode; + } + + public void setSourceordercode(String sourceordercode) { + this.sourceordercode = sourceordercode; + } + + public String getSourceuseraccount() { + return sourceuseraccount; + } + + public void setSourceuseraccount(String sourceuseraccount) { + this.sourceuseraccount = sourceuseraccount; + } + + public String getShiptoattentionto() { + return shiptoattentionto; + } + + public void setShiptoattentionto(String shiptoattentionto) { + this.shiptoattentionto = shiptoattentionto; + } + + public String getShiptoaddress() { + return shiptoaddress; + } + + public void setShiptoaddress(String shiptoaddress) { + this.shiptoaddress = shiptoaddress; + } + + public String getShiptocountry() { + return shiptocountry; + } + + public void setShiptocountry(String shiptocountry) { + this.shiptocountry = shiptocountry; + } + + public String getShiptostate() { + return shiptostate; + } + + public void setShiptostate(String shiptostate) { + this.shiptostate = shiptostate; + } + + public String getShiptocity() { + return shiptocity; + } + + public void setShiptocity(String shiptocity) { + this.shiptocity = shiptocity; + } + + public String getShiptodistrict() { + return shiptodistrict; + } + + public void setShiptodistrict(String shiptodistrict) { + this.shiptodistrict = shiptodistrict; + } + + public String getShiptomobile() { + return shiptomobile; + } + + public void setShiptomobile(String shiptomobile) { + this.shiptomobile = shiptomobile; + } + + public Long getTotallines() { + return totallines; + } + + public void setTotallines(Long totallines) { + this.totallines = totallines; + } + + public Long getTotalqty() { + return totalqty; + } + + public void setTotalqty(Long totalqty) { + this.totalqty = totalqty; + } + + public Long getTotalcontainers() { + return totalcontainers; + } + + public void setTotalcontainers(Long totalcontainers) { + this.totalcontainers = totalcontainers; + } + + public Long getTotalcases() { + return totalcases; + } + + public void setTotalcases(Long totalcases) { + this.totalcases = totalcases; + } + + public Long getTotalweight() { + return totalweight; + } + + public void setTotalweight(Long totalweight) { + this.totalweight = totalweight; + } + + public Long getTotalvolume() { + return totalvolume; + } + + public void setTotalvolume(Long totalvolume) { + this.totalvolume = totalvolume; + } + + public Long getTotalvolumeweight() { + return totalvolumeweight; + } + + public void setTotalvolumeweight(Long totalvolumeweight) { + this.totalvolumeweight = totalvolumeweight; + } + + public String getWeightum() { + return weightum; + } + + public void setWeightum(String weightum) { + this.weightum = weightum; + } + + public String getVolumeum() { + return volumeum; + } + + public void setVolumeum(String volumeum) { + this.volumeum = volumeum; + } + + public Long getTotalamount() { + return totalamount; + } + + public void setTotalamount(Long totalamount) { + this.totalamount = totalamount; + } + + public Long getTotalpayamount() { + return totalpayamount; + } + + public void setTotalpayamount(Long totalpayamount) { + this.totalpayamount = totalpayamount; + } + + public Long getPostageamount() { + return postageamount; + } + + public void setPostageamount(Long postageamount) { + this.postageamount = postageamount; + } + + public Long getItemtotalamount() { + return itemtotalamount; + } + + public void setItemtotalamount(Long itemtotalamount) { + this.itemtotalamount = itemtotalamount; + } + + public String getCarriercode() { + return carriercode; + } + + public void setCarriercode(String carriercode) { + this.carriercode = carriercode; + } + + public Long getPaymentstatus() { + return paymentstatus; + } + + public void setPaymentstatus(Long paymentstatus) { + this.paymentstatus = paymentstatus; + } + + public String getCodrequired() { + return codrequired; + } + + public void setCodrequired(String codrequired) { + this.codrequired = codrequired; + } + + public String getInvoicerequired() { + return invoicerequired; + } + + public void setInvoicerequired(String invoicerequired) { + this.invoicerequired = invoicerequired; + } + + public String getPaidat() { + return paidat; + } + + public void setPaidat(String paidat) { + this.paidat = paidat; + } + + public String getShipfromattentionto() { + return shipfromattentionto; + } + + public void setShipfromattentionto(String shipfromattentionto) { + this.shipfromattentionto = shipfromattentionto; + } + + public String getShipfromaddress() { + return shipfromaddress; + } + + public void setShipfromaddress(String shipfromaddress) { + this.shipfromaddress = shipfromaddress; + } + + public String getShipfromdistrict() { + return shipfromdistrict; + } + + public void setShipfromdistrict(String shipfromdistrict) { + this.shipfromdistrict = shipfromdistrict; + } + + public String getShipfromcity() { + return shipfromcity; + } + + public void setShipfromcity(String shipfromcity) { + this.shipfromcity = shipfromcity; + } + + public String getShipfromstate() { + return shipfromstate; + } + + public void setShipfromstate(String shipfromstate) { + this.shipfromstate = shipfromstate; + } + + public String getShipfromcountry() { + return shipfromcountry; + } + + public void setShipfromcountry(String shipfromcountry) { + this.shipfromcountry = shipfromcountry; + } + + public String getShipfrompostalcode() { + return shipfrompostalcode; + } + + public void setShipfrompostalcode(String shipfrompostalcode) { + this.shipfrompostalcode = shipfrompostalcode; + } + + public String getShipfromphone() { + return shipfromphone; + } + + public void setShipfromphone(String shipfromphone) { + this.shipfromphone = shipfromphone; + } + + public String getShipfrommobile() { + return shipfrommobile; + } + + public void setShipfrommobile(String shipfrommobile) { + this.shipfrommobile = shipfrommobile; + } + + public String getShipfromfax() { + return shipfromfax; + } + + public void setShipfromfax(String shipfromfax) { + this.shipfromfax = shipfromfax; + } + + public String getShipfromemail() { + return shipfromemail; + } + + public void setShipfromemail(String shipfromemail) { + this.shipfromemail = shipfromemail; + } + + public Long getCodamount() { + return codamount; + } + + public void setCodamount(Long codamount) { + this.codamount = codamount; + } + + public Long getTax() { + return tax; + } + + public void setTax(Long tax) { + this.tax = tax; + } + + public Long getTaxpaid() { + return taxpaid; + } + + public void setTaxpaid(Long taxpaid) { + this.taxpaid = taxpaid; + } + + public String getShiptostatename() { + return shiptostatename; + } + + public void setShiptostatename(String shiptostatename) { + this.shiptostatename = shiptostatename; + } + + public String getShiptocityname() { + return shiptocityname; + } + + public void setShiptocityname(String shiptocityname) { + this.shiptocityname = shiptocityname; + } + + public String getShiptodistrictname() { + return shiptodistrictname; + } + + public void setShiptodistrictname(String shiptodistrictname) { + this.shiptodistrictname = shiptodistrictname; + } + +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutEntity.xml b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutEntity.xml new file mode 100644 index 00000000..f930bc02 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/entity/TocofsSaleoutEntity.xml @@ -0,0 +1,769 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id + ,clientCode + ,companyCode + ,storeCode + ,facilityCode + ,code + ,refOrderId + ,refOrderCode + ,refOrderType + ,status + ,consolidated + ,internalInstructionType + ,bizChannel + ,sourcePlatformCode + ,processType + ,sourceOrderId + ,sourceOrderCode + ,sourceUserAccount + ,shipToAttentionTo + ,shipToAddress + ,shipToCountry + ,shipToState + ,shipToCity + ,shipToDistrict + ,shipToMobile + ,totalLines + ,totalQty + ,totalContainers + ,totalCases + ,totalWeight + ,totalVolume + ,totalVolumeWeight + ,weightUM + ,volumeUM + ,totalAmount + ,totalPayAmount + ,postageAmount + ,itemTotalAmount + ,carrierCode + ,paymentStatus + ,codRequired + ,invoiceRequired + ,paidAt + ,shipFromAttentionTo + ,shipFromAddress + ,shipFromDistrict + ,shipFromCity + ,shipFromState + ,shipFromCountry + ,shipFromPostalCode + ,shipFromPhone + ,shipFromMobile + ,shipFromFax + ,shipFromEmail + ,codAmount + ,tax + ,taxPaid + ,shipToStateName + ,shipToCityName + ,shipToDistrictName + + + + + + + + + + + + + + + + insert into tocofs_saleout( + + id , + clientCode , + companyCode , + storeCode , + facilityCode , + code , + refOrderId , + refOrderCode , + refOrderType , + status , + consolidated , + internalInstructionType , + bizChannel , + sourcePlatformCode , + processType , + sourceOrderId , + sourceOrderCode , + sourceUserAccount , + shipToAttentionTo , + shipToAddress , + shipToCountry , + shipToState , + shipToCity , + shipToDistrict , + shipToMobile , + totalLines , + totalQty , + totalContainers , + totalCases , + totalWeight , + totalVolume , + totalVolumeWeight , + weightUM , + volumeUM , + totalAmount , + totalPayAmount , + postageAmount , + itemTotalAmount , + carrierCode , + paymentStatus , + codRequired , + invoiceRequired , + paidAt , + shipFromAttentionTo , + shipFromAddress , + shipFromDistrict , + shipFromCity , + shipFromState , + shipFromCountry , + shipFromPostalCode , + shipFromPhone , + shipFromMobile , + shipFromFax , + shipFromEmail , + codAmount , + tax , + taxPaid , + shipToStateName , + shipToCityName , + shipToDistrictName , + sorts, + sts, + + )values( + + #{id} , + #{clientcode} , + #{companycode} , + #{storecode} , + #{facilitycode} , + #{code} , + #{reforderid} , + #{refordercode} , + #{refordertype} , + #{status} , + #{consolidated} , + #{internalinstructiontype} , + #{bizchannel} , + #{sourceplatformcode} , + #{processtype} , + #{sourceorderid} , + #{sourceordercode} , + #{sourceuseraccount} , + #{shiptoattentionto} , + #{shiptoaddress} , + #{shiptocountry} , + #{shiptostate} , + #{shiptocity} , + #{shiptodistrict} , + #{shiptomobile} , + #{totallines} , + #{totalqty} , + #{totalcontainers} , + #{totalcases} , + #{totalweight} , + #{totalvolume} , + #{totalvolumeweight} , + #{weightum} , + #{volumeum} , + #{totalamount} , + #{totalpayamount} , + #{postageamount} , + #{itemtotalamount} , + #{carriercode} , + #{paymentstatus} , + #{codrequired} , + #{invoicerequired} , + #{paidat} , + #{shipfromattentionto} , + #{shipfromaddress} , + #{shipfromdistrict} , + #{shipfromcity} , + #{shipfromstate} , + #{shipfromcountry} , + #{shipfrompostalcode} , + #{shipfromphone} , + #{shipfrommobile} , + #{shipfromfax} , + #{shipfromemail} , + #{codamount} , + #{tax} , + #{taxpaid} , + #{shiptostatename} , + #{shiptocityname} , + #{shiptodistrictname} , + (select (max(IFNULL( a.sorts, 0 )) + 1) as sort from tocofs_saleout a WHERE a.sts = 'Y' ), + 'Y', + + ) + + + + insert into tocofs_saleout(clientCode, companyCode, storeCode, facilityCode, code, refOrderId, refOrderCode, refOrderType, status, consolidated, internalInstructionType, bizChannel, sourcePlatformCode, processType, sourceOrderId, sourceOrderCode, sourceUserAccount, shipToAttentionTo, shipToAddress, shipToCountry, shipToState, shipToCity, shipToDistrict, shipToMobile, totalLines, totalQty, totalContainers, totalCases, totalWeight, totalVolume, totalVolumeWeight, weightUM, volumeUM, totalAmount, totalPayAmount, postageAmount, itemTotalAmount, carrierCode, paymentStatus, codRequired, invoiceRequired, paidAt, shipFromAttentionTo, shipFromAddress, shipFromDistrict, shipFromCity, shipFromState, shipFromCountry, shipFromPostalCode, shipFromPhone, shipFromMobile, shipFromFax, shipFromEmail, codAmount, tax, taxPaid, shipToStateName, shipToCityName, shipToDistrictName, sts) + values + + (#{entity.clientcode},#{entity.companycode},#{entity.storecode},#{entity.facilitycode},#{entity.code},#{entity.reforderid},#{entity.refordercode},#{entity.refordertype},#{entity.status},#{entity.consolidated},#{entity.internalinstructiontype},#{entity.bizchannel},#{entity.sourceplatformcode},#{entity.processtype},#{entity.sourceorderid},#{entity.sourceordercode},#{entity.sourceuseraccount},#{entity.shiptoattentionto},#{entity.shiptoaddress},#{entity.shiptocountry},#{entity.shiptostate},#{entity.shiptocity},#{entity.shiptodistrict},#{entity.shiptomobile},#{entity.totallines},#{entity.totalqty},#{entity.totalcontainers},#{entity.totalcases},#{entity.totalweight},#{entity.totalvolume},#{entity.totalvolumeweight},#{entity.weightum},#{entity.volumeum},#{entity.totalamount},#{entity.totalpayamount},#{entity.postageamount},#{entity.itemtotalamount},#{entity.carriercode},#{entity.paymentstatus},#{entity.codrequired},#{entity.invoicerequired},#{entity.paidat},#{entity.shipfromattentionto},#{entity.shipfromaddress},#{entity.shipfromdistrict},#{entity.shipfromcity},#{entity.shipfromstate},#{entity.shipfromcountry},#{entity.shipfrompostalcode},#{entity.shipfromphone},#{entity.shipfrommobile},#{entity.shipfromfax},#{entity.shipfromemail},#{entity.codamount},#{entity.tax},#{entity.taxpaid},#{entity.shiptostatename},#{entity.shiptocityname},#{entity.shiptodistrictname}, 'Y') + + + + + insert into tocofs_saleout(clientCode, companyCode, storeCode, facilityCode, code, refOrderId, refOrderCode, refOrderType, status, consolidated, internalInstructionType, bizChannel, sourcePlatformCode, processType, sourceOrderId, sourceOrderCode, sourceUserAccount, shipToAttentionTo, shipToAddress, shipToCountry, shipToState, shipToCity, shipToDistrict, shipToMobile, totalLines, totalQty, totalContainers, totalCases, totalWeight, totalVolume, totalVolumeWeight, weightUM, volumeUM, totalAmount, totalPayAmount, postageAmount, itemTotalAmount, carrierCode, paymentStatus, codRequired, invoiceRequired, paidAt, shipFromAttentionTo, shipFromAddress, shipFromDistrict, shipFromCity, shipFromState, shipFromCountry, shipFromPostalCode, shipFromPhone, shipFromMobile, shipFromFax, shipFromEmail, codAmount, tax, taxPaid, shipToStateName, shipToCityName, shipToDistrictName) + values + + (#{entity.clientcode},#{entity.companycode},#{entity.storecode},#{entity.facilitycode},#{entity.code},#{entity.reforderid},#{entity.refordercode},#{entity.refordertype},#{entity.status},#{entity.consolidated},#{entity.internalinstructiontype},#{entity.bizchannel},#{entity.sourceplatformcode},#{entity.processtype},#{entity.sourceorderid},#{entity.sourceordercode},#{entity.sourceuseraccount},#{entity.shiptoattentionto},#{entity.shiptoaddress},#{entity.shiptocountry},#{entity.shiptostate},#{entity.shiptocity},#{entity.shiptodistrict},#{entity.shiptomobile},#{entity.totallines},#{entity.totalqty},#{entity.totalcontainers},#{entity.totalcases},#{entity.totalweight},#{entity.totalvolume},#{entity.totalvolumeweight},#{entity.weightum},#{entity.volumeum},#{entity.totalamount},#{entity.totalpayamount},#{entity.postageamount},#{entity.itemtotalamount},#{entity.carriercode},#{entity.paymentstatus},#{entity.codrequired},#{entity.invoicerequired},#{entity.paidat},#{entity.shipfromattentionto},#{entity.shipfromaddress},#{entity.shipfromdistrict},#{entity.shipfromcity},#{entity.shipfromstate},#{entity.shipfromcountry},#{entity.shipfrompostalcode},#{entity.shipfromphone},#{entity.shipfrommobile},#{entity.shipfromfax},#{entity.shipfromemail},#{entity.codamount},#{entity.tax},#{entity.taxpaid},#{entity.shiptostatename},#{entity.shiptocityname},#{entity.shiptodistrictname}) + + on duplicate key update + clientCode = values(clientCode), + companyCode = values(companyCode), + storeCode = values(storeCode), + facilityCode = values(facilityCode), + code = values(code), + refOrderId = values(refOrderId), + refOrderCode = values(refOrderCode), + refOrderType = values(refOrderType), + status = values(status), + consolidated = values(consolidated), + internalInstructionType = values(internalInstructionType), + bizChannel = values(bizChannel), + sourcePlatformCode = values(sourcePlatformCode), + processType = values(processType), + sourceOrderId = values(sourceOrderId), + sourceOrderCode = values(sourceOrderCode), + sourceUserAccount = values(sourceUserAccount), + shipToAttentionTo = values(shipToAttentionTo), + shipToAddress = values(shipToAddress), + shipToCountry = values(shipToCountry), + shipToState = values(shipToState), + shipToCity = values(shipToCity), + shipToDistrict = values(shipToDistrict), + shipToMobile = values(shipToMobile), + totalLines = values(totalLines), + totalQty = values(totalQty), + totalContainers = values(totalContainers), + totalCases = values(totalCases), + totalWeight = values(totalWeight), + totalVolume = values(totalVolume), + totalVolumeWeight = values(totalVolumeWeight), + weightUM = values(weightUM), + volumeUM = values(volumeUM), + totalAmount = values(totalAmount), + totalPayAmount = values(totalPayAmount), + postageAmount = values(postageAmount), + itemTotalAmount = values(itemTotalAmount), + carrierCode = values(carrierCode), + paymentStatus = values(paymentStatus), + codRequired = values(codRequired), + invoiceRequired = values(invoiceRequired), + paidAt = values(paidAt), + shipFromAttentionTo = values(shipFromAttentionTo), + shipFromAddress = values(shipFromAddress), + shipFromDistrict = values(shipFromDistrict), + shipFromCity = values(shipFromCity), + shipFromState = values(shipFromState), + shipFromCountry = values(shipFromCountry), + shipFromPostalCode = values(shipFromPostalCode), + shipFromPhone = values(shipFromPhone), + shipFromMobile = values(shipFromMobile), + shipFromFax = values(shipFromFax), + shipFromEmail = values(shipFromEmail), + codAmount = values(codAmount), + tax = values(tax), + taxPaid = values(taxPaid), + shipToStateName = values(shipToStateName), + shipToCityName = values(shipToCityName), + shipToDistrictName = values(shipToDistrictName) + + +update tocofs_saleout set + + clientCode = #{clientcode}, + companyCode = #{companycode}, + storeCode = #{storecode}, + facilityCode = #{facilitycode}, + code = #{code}, + refOrderId = #{reforderid}, + refOrderCode = #{refordercode}, + refOrderType = #{refordertype}, + status = #{status}, + consolidated = #{consolidated}, + internalInstructionType = #{internalinstructiontype}, + bizChannel = #{bizchannel}, + sourcePlatformCode = #{sourceplatformcode}, + processType = #{processtype}, + sourceOrderId = #{sourceorderid}, + sourceOrderCode = #{sourceordercode}, + sourceUserAccount = #{sourceuseraccount}, + shipToAttentionTo = #{shiptoattentionto}, + shipToAddress = #{shiptoaddress}, + shipToCountry = #{shiptocountry}, + shipToState = #{shiptostate}, + shipToCity = #{shiptocity}, + shipToDistrict = #{shiptodistrict}, + shipToMobile = #{shiptomobile}, + totalLines = #{totallines}, + totalQty = #{totalqty}, + totalContainers = #{totalcontainers}, + totalCases = #{totalcases}, + totalWeight = #{totalweight}, + totalVolume = #{totalvolume}, + totalVolumeWeight = #{totalvolumeweight}, + weightUM = #{weightum}, + volumeUM = #{volumeum}, + totalAmount = #{totalamount}, + totalPayAmount = #{totalpayamount}, + postageAmount = #{postageamount}, + itemTotalAmount = #{itemtotalamount}, + carrierCode = #{carriercode}, + paymentStatus = #{paymentstatus}, + codRequired = #{codrequired}, + invoiceRequired = #{invoicerequired}, + paidAt = #{paidat}, + shipFromAttentionTo = #{shipfromattentionto}, + shipFromAddress = #{shipfromaddress}, + shipFromDistrict = #{shipfromdistrict}, + shipFromCity = #{shipfromcity}, + shipFromState = #{shipfromstate}, + shipFromCountry = #{shipfromcountry}, + shipFromPostalCode = #{shipfrompostalcode}, + shipFromPhone = #{shipfromphone}, + shipFromMobile = #{shipfrommobile}, + shipFromFax = #{shipfromfax}, + shipFromEmail = #{shipfromemail}, + codAmount = #{codamount}, + tax = #{tax}, + taxPaid = #{taxpaid}, + shipToStateName = #{shiptostatename}, + shipToCityName = #{shiptocityname}, + shipToDistrictName = #{shiptodistrictname}, + +where id = #{id} + + + +update tocofs_saleout set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} +where id = #{id} + + + +update tocofs_saleout set sts= 'N' ,modify_time = #{modify_time},modify_user_id = #{modify_user_id} + + and id = #{id} + and clientCode = #{clientcode} + and companyCode = #{companycode} + and storeCode = #{storecode} + and facilityCode = #{facilitycode} + and code = #{code} + and refOrderId = #{reforderid} + and refOrderCode = #{refordercode} + and refOrderType = #{refordertype} + and status = #{status} + and consolidated = #{consolidated} + and internalInstructionType = #{internalinstructiontype} + and bizChannel = #{bizchannel} + and sourcePlatformCode = #{sourceplatformcode} + and processType = #{processtype} + and sourceOrderId = #{sourceorderid} + and sourceOrderCode = #{sourceordercode} + and sourceUserAccount = #{sourceuseraccount} + and shipToAttentionTo = #{shiptoattentionto} + and shipToAddress = #{shiptoaddress} + and shipToCountry = #{shiptocountry} + and shipToState = #{shiptostate} + and shipToCity = #{shiptocity} + and shipToDistrict = #{shiptodistrict} + and shipToMobile = #{shiptomobile} + and totalLines = #{totallines} + and totalQty = #{totalqty} + and totalContainers = #{totalcontainers} + and totalCases = #{totalcases} + and totalWeight = #{totalweight} + and totalVolume = #{totalvolume} + and totalVolumeWeight = #{totalvolumeweight} + and weightUM = #{weightum} + and volumeUM = #{volumeum} + and totalAmount = #{totalamount} + and totalPayAmount = #{totalpayamount} + and postageAmount = #{postageamount} + and itemTotalAmount = #{itemtotalamount} + and carrierCode = #{carriercode} + and paymentStatus = #{paymentstatus} + and codRequired = #{codrequired} + and invoiceRequired = #{invoicerequired} + and paidAt = #{paidat} + and shipFromAttentionTo = #{shipfromattentionto} + and shipFromAddress = #{shipfromaddress} + and shipFromDistrict = #{shipfromdistrict} + and shipFromCity = #{shipfromcity} + and shipFromState = #{shipfromstate} + and shipFromCountry = #{shipfromcountry} + and shipFromPostalCode = #{shipfrompostalcode} + and shipFromPhone = #{shipfromphone} + and shipFromMobile = #{shipfrommobile} + and shipFromFax = #{shipfromfax} + and shipFromEmail = #{shipfromemail} + and codAmount = #{codamount} + and tax = #{tax} + and taxPaid = #{taxpaid} + and shipToStateName = #{shiptostatename} + and shipToCityName = #{shiptocityname} + and shipToDistrictName = #{shiptodistrictname} + and sts='Y' + + + + + delete from tocofs_saleout where id = #{id} + + + + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/ITocofsSaleoutDetailedService.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/ITocofsSaleoutDetailedService.java new file mode 100644 index 00000000..932d7814 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/ITocofsSaleoutDetailedService.java @@ -0,0 +1,12 @@ +package com.hzya.frame.plugin.lets.ofs.service; + +import com.hzya.frame.plugin.lets.ofs.entity.TocofsSaleoutDetailedEntity; +import com.hzya.frame.basedao.service.IBaseService; +/** + * tocofs_saleout_detailed(TocofsSaleoutDetailed)表服务接口 + * + * @author makejava + * @since 2024-08-01 17:01:53 + */ +public interface ITocofsSaleoutDetailedService extends IBaseService{ +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/ITocofsSaleoutService.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/ITocofsSaleoutService.java new file mode 100644 index 00000000..9546770a --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/ITocofsSaleoutService.java @@ -0,0 +1,12 @@ +package com.hzya.frame.plugin.lets.ofs.service; + +import com.hzya.frame.plugin.lets.ofs.entity.TocofsSaleoutEntity; +import com.hzya.frame.basedao.service.IBaseService; +/** + * root(TocofsSaleout)表服务接口 + * + * @author makejava + * @since 2024-08-01 17:01:32 + */ +public interface ITocofsSaleoutService extends IBaseService{ +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/impl/TocofsSaleoutDetailedServiceImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/impl/TocofsSaleoutDetailedServiceImpl.java new file mode 100644 index 00000000..8d755511 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/impl/TocofsSaleoutDetailedServiceImpl.java @@ -0,0 +1,25 @@ +package com.hzya.frame.plugin.lets.ofs.service.impl; + +import com.hzya.frame.plugin.lets.ofs.entity.TocofsSaleoutDetailedEntity; +import com.hzya.frame.plugin.lets.ofs.dao.ITocofsSaleoutDetailedDao; +import com.hzya.frame.plugin.lets.ofs.service.ITocofsSaleoutDetailedService; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; +/** + * tocofs_saleout_detailed(TocofsSaleoutDetailed)表服务实现类 + * + * @author makejava + * @since 2024-08-01 17:01:53 + */ +public class TocofsSaleoutDetailedServiceImpl extends BaseService implements ITocofsSaleoutDetailedService { + + private ITocofsSaleoutDetailedDao tocofsSaleoutDetailedDao; + + @Autowired + public void setTocofsSaleoutDetailedDao(ITocofsSaleoutDetailedDao dao) { + this.tocofsSaleoutDetailedDao = dao; + this.dao = dao; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/impl/TocofsSaleoutServiceImpl.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/impl/TocofsSaleoutServiceImpl.java new file mode 100644 index 00000000..a8202e6e --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofs/service/impl/TocofsSaleoutServiceImpl.java @@ -0,0 +1,25 @@ +package com.hzya.frame.plugin.lets.ofs.service.impl; + +import com.hzya.frame.plugin.lets.ofs.entity.TocofsSaleoutEntity; +import com.hzya.frame.plugin.lets.ofs.dao.ITocofsSaleoutDao; +import com.hzya.frame.plugin.lets.ofs.service.ITocofsSaleoutService; +import org.springframework.stereotype.Service; +import org.springframework.beans.factory.annotation.Autowired; +import javax.annotation.Resource; +import com.hzya.frame.basedao.service.impl.BaseService; +/** + * root(TocofsSaleout)表服务实现类 + * + * @author makejava + * @since 2024-08-01 17:01:32 + */ +public class TocofsSaleoutServiceImpl extends BaseService implements ITocofsSaleoutService { + + private ITocofsSaleoutDao tocofsSaleoutDao; + + @Autowired + public void setTocofsSaleoutDao(ITocofsSaleoutDao dao) { + this.tocofsSaleoutDao = dao; + this.dao = dao; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofsvo/QueryOfsSoSaleOutVo.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofsvo/QueryOfsSoSaleOutVo.java new file mode 100644 index 00000000..ffc03246 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofsvo/QueryOfsSoSaleOutVo.java @@ -0,0 +1,92 @@ +package com.hzya.frame.plugin.lets.ofsvo; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.ofsvo + * @Project:kangarooDataCenterV3 + * @name:QueryOfsSoSaleOutVo + * @Date:2024/7/31 18:40 + * @Filename:QueryOfsSoSaleOutVo + */ +public class QueryOfsSoSaleOutVo { + + private String created_start; + + private String created_end; + + private String clientCode; + + private String companyCode; + + private Long status; + + private String internalInstructionType; + + private Long pageNo; + + private Long pageSize; + + public String getInternalInstructionType() { + return internalInstructionType; + } + + public void setInternalInstructionType(String internalInstructionType) { + this.internalInstructionType = internalInstructionType; + } + + public String getCreated_start() { + return created_start; + } + + public void setCreated_start(String created_start) { + this.created_start = created_start; + } + + public String getCreated_end() { + return created_end; + } + + public void setCreated_end(String created_end) { + this.created_end = created_end; + } + + public String getClientCode() { + return clientCode; + } + + public void setClientCode(String clientCode) { + this.clientCode = clientCode; + } + + public String getCompanyCode() { + return companyCode; + } + + public void setCompanyCode(String companyCode) { + this.companyCode = companyCode; + } + + public Long getStatus() { + return status; + } + + public void setStatus(Long status) { + this.status = status; + } + + public Long getPageNo() { + return pageNo; + } + + public void setPageNo(Long pageNo) { + this.pageNo = pageNo; + } + + public Long getPageSize() { + return pageSize; + } + + public void setPageSize(Long pageSize) { + this.pageSize = pageSize; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofsvo/QueryOfsSoSaleVo.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofsvo/QueryOfsSoSaleVo.java new file mode 100644 index 00000000..56b178b5 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/ofsvo/QueryOfsSoSaleVo.java @@ -0,0 +1,82 @@ +package com.hzya.frame.plugin.lets.ofsvo; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.ofsvo + * @Project:kangarooDataCenterV3 + * @name:QueryOfsSoSaleOutVo + * @Date:2024/7/30 13:37 + * @Filename:QueryOfsSoSaleOutVo + */ +public class QueryOfsSoSaleVo { + + private String created_start; + + private String created_end; + + private String clientCode; + + private String companyCode; + + private Long status; + + private Long pageNo; + + private Long pageSize; + + public String getCreated_start() { + return created_start; + } + + public void setCreated_start(String created_start) { + this.created_start = created_start; + } + + public String getCreated_end() { + return created_end; + } + + public void setCreated_end(String created_end) { + this.created_end = created_end; + } + + public String getClientCode() { + return clientCode; + } + + public void setClientCode(String clientCode) { + this.clientCode = clientCode; + } + + public String getCompanyCode() { + return companyCode; + } + + public void setCompanyCode(String companyCode) { + this.companyCode = companyCode; + } + + public Long getStatus() { + return status; + } + + public void setStatus(Long status) { + this.status = status; + } + + public Long getPageNo() { + return pageNo; + } + + public void setPageNo(Long pageNo) { + this.pageNo = pageNo; + } + + public Long getPageSize() { + return pageSize; + } + + public void setPageSize(Long pageSize) { + this.pageSize = pageSize; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleOutPluginInitializerToC.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleOutPluginInitializerToC.java new file mode 100644 index 00000000..de9f3042 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleOutPluginInitializerToC.java @@ -0,0 +1,274 @@ +package com.hzya.frame.plugin.lets.plugin.sales; + +import cn.hutool.core.date.DateUtil; +import cn.hutool.core.lang.Assert; +import cn.hutool.core.util.StrUtil; +import com.alibaba.fastjson.JSON; +import com.alibaba.fastjson.JSONObject; +import com.hzya.frame.base.PluginBaseEntity; +import com.hzya.frame.plugin.lets.entity.*; +import com.hzya.frame.plugin.lets.ofsvo.QueryOfsSoSaleOutVo; +import com.hzya.frame.plugin.lets.ofsvo.QueryOfsSoSaleVo; +import com.hzya.frame.plugin.lets.resultvo.CalculateDateVo; +import com.hzya.frame.plugin.lets.util.BasicArchivesCacheUtil; +import com.hzya.frame.plugin.lets.util.DateStrUtil; +import com.hzya.frame.ttxofs.dto.InterfaceParamDto; +import com.hzya.frame.ttxofs.dto.ofssaleorderoutsearch.SaleOutReturnMessageDto; +import com.hzya.frame.ttxofs.dto.ofssalesordersearch.DetailsDto; +import com.hzya.frame.ttxofs.dto.ofssalesordersearch.HeaderDetailsDto; +import com.hzya.frame.ttxofs.dto.ofssalesordersearch.HeaderDto; +import com.hzya.frame.ttxofs.dto.ofssalesordersearch.SaleReturnMessageDto; +import com.hzya.frame.ttxofs.service.OfsUnifiedService; +import com.hzya.frame.web.entity.JsonResultEntity; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; +import org.springframework.beans.factory.annotation.Autowired; + +import java.util.*; +import java.util.concurrent.locks.ReentrantLock; + +/** + * OFS销售出库单(TOC)生成U8C销售订单 + * + * @author makejava + * @since 2023-08-16 15:49:55 + */ +public class SoSaleOutPluginInitializerToC extends PluginBaseEntity { + + Logger logger = LoggerFactory.getLogger(SoSaleOutPluginInitializerToC.class); + + private static final ReentrantLock LOCK = new ReentrantLock(true); + + @Override + public void initialize() { + logger.info(getPluginLabel() + "執行初始化方法initialize()"); + } + + @Override + public void destroy() { + logger.info(getPluginLabel() + "執行銷毀方法destroy()"); + } + + @Override + public String getPluginId() { + return "com.hzya.frame.plugin.sowow.plugin.sales.SoSaleOutPluginInitializerToC"; + } + + @Override + public String getPluginName() { + return "OFS销售出库单(TOC)生成U8C销售订单"; + } + + @Override + public String getPluginLabel() { + return "OFS销售出库单(TOC)生成U8C销售订单"; + } + + @Override + public String getPluginType() { + return "3"; + } + + @Override + public JsonResultEntity executeBusiness(JSONObject requestJson) throws Exception { + return null; + } + + @Autowired + private OfsUnifiedService ofsUnifiedService; + + @Autowired + private BasicArchivesCacheUtil basicArchivesCacheUtil; + + /** + * 按指定时间拉取 + * + * @author liuyang + */ + public void startImplement(String dateStr, String summaryOrderNumber) { + String threadNameStr = StrUtil.format("OFS销售出库(TOC)同步U8C销售订单 同步日期:{} 汇总维度:{}", dateStr, summaryOrderNumber); + logger.info(threadNameStr); + + Thread thread = new Thread(new Runnable() { + @Override + public void run() { + LOCK.lock(); + try { + // TODO 注意过滤TOC店铺 + CalculateDateVo calculateDateVo = DateStrUtil.calculateCalculateEntireDayPeriod(dateStr); + + List headerDetailsDtoList = new ArrayList<>(); + QueryOfsSoSaleVo queryOfsSoSaleOutVo = new QueryOfsSoSaleVo(); + queryOfsSoSaleOutVo.setCreated_start(calculateDateVo.getStart_time()); + queryOfsSoSaleOutVo.setCreated_end(calculateDateVo.getEnd_time()); + queryOfsSoSaleOutVo.setClientCode("LETS"); + queryOfsSoSaleOutVo.setCompanyCode("SHLZ"); + queryOfsSoSaleOutVo.setStatus(900L); + queryOfsSaleOrder(queryOfsSoSaleOutVo, headerDetailsDtoList, 1L); + logger.info("数据返回行数:{}", headerDetailsDtoList.size()); + + if (headerDetailsDtoList.size() > 0) { + + } else { + logger.info("没有查询到任何数据!不需要同步"); + } + } catch (Exception e) { + logger.error("startImplement方法抛出异常", e); + } finally { + LOCK.unlock(); + } + } + }, threadNameStr); + thread.start(); + try { + thread.join(); + } catch (Exception e) { + e.printStackTrace(); + logger.error("thread.join()异常", e); + } + } + + /** + * 查询OFS结果集 + * + * @param queryOfsSoSaleOutVo 查询参数 + * @param headerDetailsDtoList 查询结果集 + * @param pageNo 从第pageNo页开始查询 + */ + private void queryOfsSaleOrder(QueryOfsSoSaleVo queryOfsSoSaleOutVo, List headerDetailsDtoList, Long pageNo) throws Exception { + + Long pageSize = 200L; + queryOfsSoSaleOutVo.setPageNo(pageNo); + queryOfsSoSaleOutVo.setPageSize(pageSize); + + InterfaceParamDto interfaceParamDto = new InterfaceParamDto(); + interfaceParamDto.setApi("ofs.salesOrder.search"); + interfaceParamDto.setData(JSON.toJSONString(queryOfsSoSaleOutVo)); + SaleReturnMessageDto returnMessageBasics = (SaleReturnMessageDto) ofsUnifiedService.unified(interfaceParamDto); + if (returnMessageBasics != null) { + if ("false".equals(returnMessageBasics.getError()) && "0".equals(returnMessageBasics.getCode()) && "Success".equals(returnMessageBasics.getMsg())) { + List headerDetailsDtoList1 = returnMessageBasics.getData(); + if (headerDetailsDtoList1 != null && headerDetailsDtoList1.size() > 0) { + headerDetailsDtoList.addAll(headerDetailsDtoList1); + + //TODO OFS没有提供分页字段 + } + } else { + //2024年7月30日 13:47:04 查询失败 + logger.error("查询失败,失败原因:{}", JSON.toJSON(returnMessageBasics)); + } + } else { + logger.error("returnMessageBasics为空!queryOfsSoSaleOutVo对象结果:{}", JSON.toJSON(queryOfsSoSaleOutVo)); + } + } + + public void queryOfsSaleOrder() throws Exception { + QueryOfsSoSaleOutVo queryOfsSoSaleOutVo = new QueryOfsSoSaleOutVo(); + queryOfsSoSaleOutVo.setCreated_start("2024-03-27 12:03:30"); + queryOfsSoSaleOutVo.setCreated_end("2024-03-27 12:04:00"); + queryOfsSoSaleOutVo.setClientCode("LETS"); +// queryOfsSoSaleOutVo.setInternalInstructionType("SALES"); + queryOfsSoSaleOutVo.setCompanyCode("LETS"); +// queryOfsSoSaleOutVo.setStatus(900L); + queryOfsSoSaleOutVo.setPageNo(1L); + queryOfsSoSaleOutVo.setPageSize(50L); + + InterfaceParamDto interfaceParamDto = new InterfaceParamDto(); + interfaceParamDto.setApi("ofs.shipment.search"); + interfaceParamDto.setData(JSON.toJSONString(queryOfsSoSaleOutVo)); + SaleOutReturnMessageDto saleOutReturnMessageDto = (SaleOutReturnMessageDto) ofsUnifiedService.unified(interfaceParamDto); + System.out.println(saleOutReturnMessageDto); + } + + /** + * 代码同步逻辑 + */ + private void implement(List headerDetailsDtoList) { + if (headerDetailsDtoList.size() > 0) { + for (HeaderDetailsDto headerDetailsDto : headerDetailsDtoList) { + HeaderDto header = headerDetailsDto.getHeader(); + List details = headerDetailsDto.getDetails(); + + //生成业务日期 + String generateBusinessDate = createGenerateBusinessDate(header); + + try { + + } catch (Exception e) { + logger.error("数据转换过程中抛出异常:{}", e); + } + } + } + } + + /** + * 2024年7月31日 10:34:09 + * 生成业务日期,以发货时间作为业务日期 + * + * @author liuyang + */ + private String createGenerateBusinessDate(HeaderDto headerDto) { + if (headerDto != null && headerDto.getShipAt() != null) { + //TOC以出库日期作为业务日期 + String shipAt = headerDto.getShipAt(); + String businessFormat = null; + try { + Date dbill = DateUtil.parse(shipAt); + businessFormat = DateUtil.format(dbill, "yyyy-MM-dd"); + } catch (Exception e) { + e.printStackTrace(); + logger.error("业务日期转换失败", e); + } + return businessFormat; + } else { + logger.error("生成出库日期失败,或者shipAt为空! json:{}", JSON.toJSON(headerDto)); + Assert.state(false, "生成出库日期失败,或者shipAt为空! json:{}", JSON.toJSON(headerDto)); + return null; + } + } + + /** + * 档案转换 + * + * @author liuyang + */ + private void queryBasicArchives(List headerDetailsDtoList) { + if (headerDetailsDtoList.size() > 0) { + try { + //初始化档案缓存 + basicArchivesCacheUtil.initCache(); + + for (int i = 0; i < headerDetailsDtoList.size(); i++) { + HeaderDetailsDto headerDetailsDto = headerDetailsDtoList.get(i); + + //表头公司:通过名称匹配U8C公司 + BdCorpEntity bdCorpEntity = BasicArchivesCacheUtil.stringBdCorpEntityMap.get("上海娜美诺丝化妆品有限公司"); + + //发货库存组织 + BdCalbodyEntity bdCalbodyEntity = BasicArchivesCacheUtil.stringBdCalbodyEntityMap.get(bdCorpEntity.getPkCorp()); + Assert.notNull(bdCalbodyEntity, "根据公司主键没有查询到发货库存组织 公司主键:{}", bdCorpEntity.getPkCorp()); + + //发货仓库 + //发货公司 + + //收货库存组织 + //收货仓库 + + //销售组织 + //业务部门 + //客商档案 + } + } catch (Exception e) { + logger.error("OFS销售出库单关联查询U8C档案失败", e); + } finally { + try { + basicArchivesCacheUtil.clearCache(); + } catch (Exception e) { + logger.info("清理档案缓存失败", e); + } + } + } else { + logger.info("queryBasicArchives方法headerDetailsDtoList.size为0"); + } + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/queryvo/ExtBdJobbasfilQueryVo.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/queryvo/ExtBdJobbasfilQueryVo.java new file mode 100644 index 00000000..0bfc9414 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/queryvo/ExtBdJobbasfilQueryVo.java @@ -0,0 +1,130 @@ +package com.hzya.frame.plugin.lets.queryvo; + +import com.hzya.frame.plugin.lets.entity.BdJobbasfilEntity; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.queryvo + * @Project:kangarooDataCenter + * @name:ExtBdJobbasfilQueryVo + * @Date:2023/11/8 11:00 + * @Filename:ExtBdJobbasfilQueryVo + */ +public class ExtBdJobbasfilQueryVo extends BdJobbasfilEntity { + /** + * 类型为店铺 + */ + private String typeShop; + + /** + * 类型为品牌 + */ + private String typeBrand; + + /** + * 类型为平台 + */ + private String typePlatform; + + /** + * 类型为自定义档案映射 + */ + private String typeDiy; + + /** + * 自定义档案映射名称 + */ + private String typeDiyName; + + /** + * 需要过滤的店铺编码 + */ + private String filterCode; + + /** + * 旺店通店铺名称 + */ + private String def7name; + + /** + * 存货品牌名称 + */ + private String def6name; + + /** + * 项目基本档案主键:类型为自定义档案映射 + */ + private String pk_jobbasfil; + + public String getTypeDiyName() { + return typeDiyName; + } + + public void setTypeDiyName(String typeDiyName) { + this.typeDiyName = typeDiyName; + } + + public String getPk_jobbasfil() { + return pk_jobbasfil; + } + + public void setPk_jobbasfil(String pk_jobbasfil) { + this.pk_jobbasfil = pk_jobbasfil; + } + + public String getTypeShop() { + return typeShop; + } + + public void setTypeShop(String typeShop) { + this.typeShop = typeShop; + } + + public String getTypeBrand() { + return typeBrand; + } + + public void setTypeBrand(String typeBrand) { + this.typeBrand = typeBrand; + } + + public String getTypePlatform() { + return typePlatform; + } + + public void setTypePlatform(String typePlatform) { + this.typePlatform = typePlatform; + } + + public String getTypeDiy() { + return typeDiy; + } + + public void setTypeDiy(String typeDiy) { + this.typeDiy = typeDiy; + } + + public String getFilterCode() { + return filterCode; + } + + public void setFilterCode(String filterCode) { + this.filterCode = filterCode; + } + + public String getDef7name() { + return def7name; + } + + public void setDef7name(String def7name) { + this.def7name = def7name; + } + + public String getDef6name() { + return def6name; + } + + public void setDef6name(String def6name) { + this.def6name = def6name; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/queryvo/ExtIntegrationTaskLivingDetailsQueryVo.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/queryvo/ExtIntegrationTaskLivingDetailsQueryVo.java new file mode 100644 index 00000000..3686389d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/queryvo/ExtIntegrationTaskLivingDetailsQueryVo.java @@ -0,0 +1,22 @@ +package com.hzya.frame.plugin.lets.queryvo; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.queryvo + * @Project:kangarooDataCenter + * @name:ExtIntegrationTaskLivingDetailsQueryVo + * @Date:2024/2/20 11:34 + * @Filename:ExtIntegrationTaskLivingDetailsQueryVo + */ +public class ExtIntegrationTaskLivingDetailsQueryVo { + + private String errorId; + + public String getErrorId() { + return errorId; + } + + public void setErrorId(String errorId) { + this.errorId = errorId; + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/resultvo/CalculateDateVo.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/resultvo/CalculateDateVo.java new file mode 100644 index 00000000..2c098557 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/resultvo/CalculateDateVo.java @@ -0,0 +1,32 @@ +package com.hzya.frame.plugin.lets.resultvo; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.resultvo + * @Project:kangarooDataCenterV3 + * @name:CalculateDateVo + * @Date:2024/7/30 14:12 + * @Filename:CalculateDateVo + */ +public class CalculateDateVo { + + private String start_time; + + private String end_time; + + public String getStart_time() { + return start_time; + } + + public void setStart_time(String start_time) { + this.start_time = start_time; + } + + public String getEnd_time() { + return end_time; + } + + public void setEnd_time(String end_time) { + this.end_time = end_time; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/resultvo/ExtBdJobbasfilResultVo.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/resultvo/ExtBdJobbasfilResultVo.java new file mode 100644 index 00000000..db7e8699 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/resultvo/ExtBdJobbasfilResultVo.java @@ -0,0 +1,224 @@ +package com.hzya.frame.plugin.lets.resultvo; + +import com.hzya.frame.plugin.lets.entity.BdJobbasfilEntity; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.resultvo + * @Project:kangarooDataCenter + * @name:ExtBdJobbasfilResultVo + * @Date:2023/11/8 11:04 + * @Filename:ExtBdJobbasfilResultVo + */ +public class ExtBdJobbasfilResultVo extends BdJobbasfilEntity { + + /** + * 业务中心名称 + */ + private String def10name; + + /** + * 品牌名称 + */ + private String def11name; + + /** + * 存货品牌名称 + */ + private String def6name; + + /** + * 旺店通店铺名称 + */ + private String def7name; + + /** + * 旺店通店铺编码 + */ + private String def7code; + + /** + * 平台名称 + */ + private String def8name; + + /** + * 业务模式名称 + */ + private String def9name; + + /** + * U8C店铺主键 + */ + private String u8cShopId; + + /** + * U8C店铺编码 + */ + private String u8cShopCode; + + /** + * U8C店铺名称 + */ + private String u8cShopName; + + /** + * 店铺对应客商基本档案编码 + */ + private String shopCorrCustCode; + + /** + * 店铺对应客商基本档案名称 + */ + private String shopCorrCustName; + + /** + * U8C店铺对应公司主键 + */ + private String u8cShopCoptId; + + /** + * U8C店铺对应公司编码 + */ + private String u8cShopCoptCode; + + /** + * U8C店铺对应公司名称 + */ + private String u8cShopCoptName; + + /** + * 是否跨组织销售 + */ + private String def20; + + @Override + public String getDef20() { + return def20; + } + + @Override + public void setDef20(String def20) { + this.def20 = def20; + } + + public String getU8cShopCoptId() { + return u8cShopCoptId; + } + + public void setU8cShopCoptId(String u8cShopCoptId) { + this.u8cShopCoptId = u8cShopCoptId; + } + + public String getU8cShopCoptCode() { + return u8cShopCoptCode; + } + + public void setU8cShopCoptCode(String u8cShopCoptCode) { + this.u8cShopCoptCode = u8cShopCoptCode; + } + + public String getU8cShopCoptName() { + return u8cShopCoptName; + } + + public void setU8cShopCoptName(String u8cShopCoptName) { + this.u8cShopCoptName = u8cShopCoptName; + } + + public String getShopCorrCustName() { + return shopCorrCustName; + } + + public void setShopCorrCustName(String shopCorrCustName) { + this.shopCorrCustName = shopCorrCustName; + } + + public String getDef10name() { + return def10name; + } + + public void setDef10name(String def10name) { + this.def10name = def10name; + } + + public String getDef11name() { + return def11name; + } + + public void setDef11name(String def11name) { + this.def11name = def11name; + } + + public String getDef6name() { + return def6name; + } + + public void setDef6name(String def6name) { + this.def6name = def6name; + } + + public String getDef7name() { + return def7name; + } + + public void setDef7name(String def7name) { + this.def7name = def7name; + } + + public String getDef8name() { + return def8name; + } + + public void setDef8name(String def8name) { + this.def8name = def8name; + } + + public String getDef9name() { + return def9name; + } + + public void setDef9name(String def9name) { + this.def9name = def9name; + } + + public String getU8cShopId() { + return u8cShopId; + } + + public void setU8cShopId(String u8cShopId) { + this.u8cShopId = u8cShopId; + } + + public String getU8cShopCode() { + return u8cShopCode; + } + + public void setU8cShopCode(String u8cShopCode) { + this.u8cShopCode = u8cShopCode; + } + + public String getU8cShopName() { + return u8cShopName; + } + + public void setU8cShopName(String u8cShopName) { + this.u8cShopName = u8cShopName; + } + + public String getShopCorrCustCode() { + return shopCorrCustCode; + } + + public void setShopCorrCustCode(String shopCorrCustCode) { + this.shopCorrCustCode = shopCorrCustCode; + } + + public String getDef7code() { + return def7code; + } + + public void setDef7code(String def7code) { + this.def7code = def7code; + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/BillVO.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/BillVO.java new file mode 100644 index 00000000..5528a4f0 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/BillVO.java @@ -0,0 +1,139 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import lombok.Data; + +import java.math.BigDecimal; +import java.util.List; + +@Data +public class BillVO { + + private Parentvo parentvo; + private List childrenvo; + + @Data + public static class Parentvo { + private String cauditorid;//审批人编码 + private String cbillid;//调拨订单主表id + private String cbiztypeid;//业务流程编码 + private String cincbid;//调入组织编码 + private String cincorpid;//调入公司编码 + private String cinwhid;//调入仓库编码 + private String clastmodifierid;//最后修改人编码 + private String coperatorid;//制单人编码 + private String coutcbid;//调出组织编码 + private String coutcorpid;//调出公司编码 + private String coutcurrtype;//币种编码 + private String coutwhid;//调出仓库编码 + private String ctypecode;//单据类型 + private String dauditdate;//审批日期 + private String dbilldate;//单据日期 + private String fstatusflag;//单据状态 + private String pk_defdoc1;//自定义项1pk + private String pk_defdoc10;//自定义项10pk + private String pk_defdoc11;//自定义项11pk + private String pk_defdoc12;//自定义项12pk + private String pk_defdoc13;//自定义项13pk + private String pk_defdoc14;//自定义项14pk + private String pk_defdoc15;//自定义项15pk + private String pk_defdoc16;//自定义项16pk + private String pk_defdoc17;//自定义项17pk + private String pk_defdoc18;//自定义项18pk + private String pk_defdoc19;//自定义项19pk + private String pk_defdoc2;//自定义项2pk + private String pk_defdoc20;//自定义项20pk + private String pk_defdoc3;//自定义项3pk + private String pk_defdoc4;//自定义项4pk + private String pk_defdoc5;//自定义项5pk + private String pk_defdoc6;//自定义项6pk + private String pk_defdoc7;//自定义项7pk + private String pk_defdoc8;//自定义项8pk + private String pk_defdoc9;//自定义项9pk + private String taudittime;//审批时间 + private String tlastmodifytime;//最后修改时间 + private String tmaketime;//制单时间 + private String ts;//ts + private String vcode;//单据号 + private String vnote;//备注 + + + private String vdef15;//自定义项15、、旺店通订单号 + + } + + @Data + public static class Childrenvo { + private String castunitid;//辅单位 + private String cbill_bid;//调拨订单子表主键 + private String cbillid;//调拨订单主表主键 + private String cindeptid;//调入部门 + private String cininvid;//调入存货标识 + private String cinpsnid;//调入业务员 + private String cinspaceid;//调入货位 + private String cinvbasid;//存货基本档案 + private String coutdeptid;//调出部门 + private String coutinvid;//调出存货标识 + private String coutpsnid;//调出业务员 + private String coutspaceid;//调出货位 + private String cprojectid;//项目 + private String crowno;//行号 + private String dplanarrivedate;//计划到货日期 + private String dplanoutdate;//计划发货日期 + private String flargess;//是否赠品 + private String nassistnum;//辅数量 + private String nchangerate;//换算率 + private String nmny;//金额 + private String nnotaxmny;//无税金额 + private String nnotaxprice;//无税单价 + private BigDecimal nnum;//数量 + private String nprice;//单价 + private String ntaxrate;//税率 + private String pk_defdoc1;//自定义项1pk + private String pk_defdoc10;//自定义项10pk + private String pk_defdoc11;//自定义项11pk + private String pk_defdoc12;//自定义项12pk + private String pk_defdoc13;//自定义项13pk + private String pk_defdoc14;//自定义项14pk + private String pk_defdoc15;//自定义项15pk + private String pk_defdoc16;//自定义项16pk + private String pk_defdoc17;//自定义项17pk + private String pk_defdoc18;//自定义项18pk + private String pk_defdoc19;//自定义项19pk + private String pk_defdoc2;//自定义项2pk + private String pk_defdoc20;//自定义项20pk + private String pk_defdoc3;//自定义项3pk + private String pk_defdoc4;//自定义项4pk + private String pk_defdoc5;//自定义项5pk + private String pk_defdoc6;//自定义项6pk + private String pk_defdoc7;//自定义项7pk + private String pk_defdoc8;//自定义项8pk + private String pk_defdoc9;//自定义项9pk + private String tplanarrivetime;//计划到货时间 + private String tplanouttime;//计划发货时间 + private String ts;//ts + private String vbdef1;//自定义项1 + private String vbdef10;//自定义项10 + private String vbdef11;//自定义项11 + private String vbdef12;//自定义项12 + private String vbdef13;//自定义项13 + private String vbdef14;//自定义项14 + private String vbdef15;//自定义项15 + private String vbdef16;//自定义项16 + private String vbdef17;//自定义项17 + private String vbdef18;//自定义项18 + private String vbdef19;//自定义项19 + private String vbdef2;//自定义项2 + private String vbdef20;//自定义项20 + private String vbdef3;//自定义项3 + private String vbdef4;//自定义项4 + private String vbdef5;//自定义项5 + private String vbdef6;//自定义项6 + private String vbdef7;//自定义项7 + private String vbdef8;//自定义项8 + private String vbdef9;//自定义项9 + private String vrownote;//备注 + + } + + +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/GeneralBillVO.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/GeneralBillVO.java new file mode 100644 index 00000000..9d551669 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/GeneralBillVO.java @@ -0,0 +1,300 @@ +package com.hzya.frame.plugin.lets.u8cdto; + + +import java.util.List; + +/** + * 出入库单实体 + * @Author zyd + */ +public class GeneralBillVO { + private Parentvo parentvo; + private List childrenvo; + + public static class Parentvo{ + /** + * 单据号 + */ + private String vbillcode; + + /** + * 库存单据类型编码 + */ + private String cbilltypecode; + /** + * 自动拣货标识 + */ + private String isautopick;//自动拣货标识 + /** + * 公司ID + */ + private String pk_corp; + /** + * 制单人 + */ + private String coperatorid; + /** + * 收发类别ID + */ + private String cdispatcherid; + /** + * 仓库ID + */ + private String cwarehouseid; + /** + * 库存组织PK + */ + private String pk_calbody; + /** + * 备注 + */ + private String vnote; + + public String getVbillcode() { + return vbillcode; + } + + public void setVbillcode(String vbillcode) { + this.vbillcode = vbillcode; + } + + public String getCbilltypecode() { + return cbilltypecode; + } + + public void setCbilltypecode(String cbilltypecode) { + this.cbilltypecode = cbilltypecode; + } + + public String getPk_calbody() { + return pk_calbody; + } + + public void setPk_calbody(String pk_calbody) { + this.pk_calbody = pk_calbody; + } + + public String getIsautopick() { + return isautopick; + } + + public void setIsautopick(String isautopick) { + this.isautopick = isautopick; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCdispatcherid() { + return cdispatcherid; + } + + public void setCdispatcherid(String cdispatcherid) { + this.cdispatcherid = cdispatcherid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + } + public static class Childrenvo{ + /** + * 存货ID + */ + private String cinventoryid; + /** + * 行号 + */ + private String crowno; + /** + * 来源单据行号 + */ + private String vsourcerowno; + /** + * 来源单据号 + */ + private String vsourcebillcode; + /** + * 来源单据类型 + */ + private String csourcetype; + /** + * 来源单据表头id + */ + private String csourcebillhid; + /** + * 出入库单其它来源单据行id + */ + private String csourcebillbid; + /** + * 实出数量 + */ + private String noutnum; + /** + * 应出数量 + */ + private String nshouldoutnum; + /** + * 实入数量 + */ + private String ninnum; + /** + * 应入数量 + */ + private String nshouldinnum; + /** + * 批次号 + */ + private String vbatchcode; + /** + * 行备注 + */ + private String vnotebody; + + public String getNshouldinnum() { + return nshouldinnum; + } + + public void setNshouldinnum(String nshouldinnum) { + this.nshouldinnum = nshouldinnum; + } + + public String getCsourcebillhid() { + return csourcebillhid; + } + + public void setCsourcebillhid(String csourcebillhid) { + this.csourcebillhid = csourcebillhid; + } + + public String getCsourcebillbid() { + return csourcebillbid; + } + + public void setCsourcebillbid(String csourcebillbid) { + this.csourcebillbid = csourcebillbid; + } + + public String getVbatchcode() { + return vbatchcode; + } + + public void setVbatchcode(String vbatchcode) { + this.vbatchcode = vbatchcode; + } + + public String getNoutnum() { + return noutnum; + } + + public void setNoutnum(String noutnum) { + this.noutnum = noutnum; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public String getCrowno() { + return crowno; + } + + public String getVsourcerowno() { + return vsourcerowno; + } + + public void setVsourcerowno(String vsourcerowno) { + this.vsourcerowno = vsourcerowno; + } + + public String getNinnum() { + return ninnum; + } + + public void setNinnum(String ninnum) { + this.ninnum = ninnum; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getVsourcebillcode() { + return vsourcebillcode; + } + + public void setVsourcebillcode(String vsourcebillcode) { + this.vsourcebillcode = vsourcebillcode; + } + + public String getCsourcetype() { + return csourcetype; + } + + public void setCsourcetype(String csourcetype) { + this.csourcetype = csourcetype; + } + + public String getNshouldoutnum() { + return nshouldoutnum; + } + + public void setNshouldoutnum(String nshouldoutnum) { + this.nshouldoutnum = nshouldoutnum; + } + + public String getVnotebody() { + return vnotebody; + } + + public void setVnotebody(String vnotebody) { + this.vnotebody = vnotebody; + } + } + + public Parentvo getParentvo() { + return parentvo; + } + + public void setParentvo(Parentvo parentvo) { + this.parentvo = parentvo; + } + + public List getChildrenvo() { + return childrenvo; + } + + public void setChildrenvo(List childrenvo) { + this.childrenvo = childrenvo; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/GeneralBillVO_4ADto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/GeneralBillVO_4ADto.java new file mode 100644 index 00000000..07a16983 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/GeneralBillVO_4ADto.java @@ -0,0 +1,278 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.util.List; + +/** + * 库存其他入库单 + * @author zyd + */ +public class GeneralBillVO_4ADto { + /** + * 表头 + */ + private Parentvo parentvo; + + /** + * 表体 + */ + private List childrenvo; + + public static class Parentvo{ + private String cwarehouseid;// + private String pk_calbody;//库存组织 + private String pk_corp;// + private String cdispatcherid;//收发类别 + private String coperatorid;//制单人 + private String vnote; + private String coperatoridnow; + private String dbilldate;//单据日期 + private String dauditdate;//签字日期 + + private String vuserdef20;//自定义项20---》存旺店通出库单号:20240418习老师 + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getDauditdate() { + return dauditdate; + } + + public void setDauditdate(String dauditdate) { + this.dauditdate = dauditdate; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getCoperatoridnow() { + return coperatoridnow; + } + + public void setCoperatoridnow(String coperatoridnow) { + this.coperatoridnow = coperatoridnow; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getPk_calbody() { + return pk_calbody; + } + + public void setPk_calbody(String pk_calbody) { + this.pk_calbody = pk_calbody; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getCoperatorid() { + return coperatorid; + } + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCdispatcherid() { + return cdispatcherid; + } + + public void setCdispatcherid(String cdispatcherid) { + this.cdispatcherid = cdispatcherid; + } + } + public static class Childrenvo{ + private String cinventoryid;//存货id + private String castunitid; + private String ninnum;//实入数量 + private String nshouldinnum;//应入数量 + private String nprice;//单价 + private String vnotebody; + private String bonroadflag; + private String flargess; + private String dbizdate;//业务日期 + private String nshouldoutnum; + private String vbatchcode;//批次号 + /** + * 来源单据号 + */ + private String vsourcebillcode; + /** + * 来源单据行号 + */ + private String vsourcerowno; + /** + * 来源单据表头id + */ + private String csourcebillhid; + /** + * 来源单据行id + */ + private String csourcebillbid; + + public String getDbizdate() { + return dbizdate; + } + + public void setDbizdate(String dbizdate) { + this.dbizdate = dbizdate; + } + + public String getNshouldinnum() { + return nshouldinnum; + } + + public void setNshouldinnum(String nshouldinnum) { + this.nshouldinnum = nshouldinnum; + } + + public String getVsourcerowno() { + return vsourcerowno; + } + + public void setVsourcerowno(String vsourcerowno) { + this.vsourcerowno = vsourcerowno; + } + + public String getCsourcebillhid() { + return csourcebillhid; + } + + public void setCsourcebillhid(String csourcebillhid) { + this.csourcebillhid = csourcebillhid; + } + + public String getCsourcebillbid() { + return csourcebillbid; + } + + public void setCsourcebillbid(String csourcebillbid) { + this.csourcebillbid = csourcebillbid; + } + + public String getVsourcebillcode() { + return vsourcebillcode; + } + + public void setVsourcebillcode(String vsourcebillcode) { + this.vsourcebillcode = vsourcebillcode; + } + + public String getVbatchcode() { + return vbatchcode; + } + + public void setVbatchcode(String vbatchcode) { + this.vbatchcode = vbatchcode; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCastunitid() { + return castunitid; + } + + public void setCastunitid(String castunitid) { + this.castunitid = castunitid; + } + + public String getNinnum() { + return ninnum; + } + + public void setNinnum(String ninnum) { + this.ninnum = ninnum; + } + + public String getNprice() { + return nprice; + } + + public void setNprice(String nprice) { + this.nprice = nprice; + } + + public String getVnotebody() { + return vnotebody; + } + + public void setVnotebody(String vnotebody) { + this.vnotebody = vnotebody; + } + + public String getBonroadflag() { + return bonroadflag; + } + + public void setBonroadflag(String bonroadflag) { + this.bonroadflag = bonroadflag; + } + + public String getFlargess() { + return flargess; + } + + public void setFlargess(String flargess) { + this.flargess = flargess; + } + + public String getNshouldoutnum() { + return nshouldoutnum; + } + + public void setNshouldoutnum(String nshouldoutnum) { + this.nshouldoutnum = nshouldoutnum; + } + } + + public Parentvo getParentvo() { + return parentvo; + } + + public void setParentvo(Parentvo parentvo) { + this.parentvo = parentvo; + } + + public List getChildrenvo() { + return childrenvo; + } + + public void setChildrenvo(List childrenvo) { + this.childrenvo = childrenvo; + } + +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/GeneralBillVO_4IDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/GeneralBillVO_4IDto.java new file mode 100644 index 00000000..60153605 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/GeneralBillVO_4IDto.java @@ -0,0 +1,284 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.util.List; + +/** + * 库存其他出库单 + * @author zyd + */ +public class GeneralBillVO_4IDto { + /** + * 表头 + */ + private Parentvo parentvo; + + /** + * 表体 + */ + private List childrenvo; + + public static class Parentvo{ + /** + * 自动拣货标识 + */ + private String isautopick;//自动拣货标识 + private String vbillcode; + private String dbilldate; + private String cwarehouseid; + private String pk_calbody; + private String pk_corp; + private String cdispatcherid; + private String coperatorid; + private String clastmodiid; + private String vnote; + private String dauditdate;//签字日期 + + private String vuserdef20;//自定义项20---》存旺店通出库单号:20240418习老师 + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getDauditdate() { + return dauditdate; + } + + public void setDauditdate(String dauditdate) { + this.dauditdate = dauditdate; + } + + public String getIsautopick() { + return isautopick; + } + + public void setIsautopick(String isautopick) { + this.isautopick = isautopick; + } + + public String getVbillcode() { + return vbillcode; + } + + public void setVbillcode(String vbillcode) { + this.vbillcode = vbillcode; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getClastmodiid() { + return clastmodiid; + } + + public void setClastmodiid(String clastmodiid) { + this.clastmodiid = clastmodiid; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getPk_calbody() { + return pk_calbody; + } + + public void setPk_calbody(String pk_calbody) { + this.pk_calbody = pk_calbody; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getCoperatorid() { + return coperatorid; + } + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCdispatcherid() { + return cdispatcherid; + } + + public void setCdispatcherid(String cdispatcherid) { + this.cdispatcherid = cdispatcherid; + } + } + public static class Childrenvo{ + private String cinventoryid; + private String castunitid; + private String noutnum; + private String nprice; + private String vnotebody; + private String bonroadflag; + private String flargess; + /** + * 业务日期 + */ + private String dbizdate; + private String nshouldoutnum; + /** + * 来源单据号 + */ + private String vsourcebillcode; + /** + * 来源单据行号 + */ + private String vsourcerowno; + /** + * 来源单据表头id + */ + private String csourcebillhid; + /** + * 来源单据行id + */ + private String csourcebillbid; + + public String getDbizdate() { + return dbizdate; + } + + public void setDbizdate(String dbizdate) { + this.dbizdate = dbizdate; + } + + public String getCsourcebillbid() { + return csourcebillbid; + } + + public void setCsourcebillbid(String csourcebillbid) { + this.csourcebillbid = csourcebillbid; + } + + public String getCsourcebillhid() { + return csourcebillhid; + } + + public void setCsourcebillhid(String csourcebillhid) { + this.csourcebillhid = csourcebillhid; + } + + public String getVsourcerowno() { + return vsourcerowno; + } + + public void setVsourcerowno(String vsourcerowno) { + this.vsourcerowno = vsourcerowno; + } + + public String getVsourcebillcode() { + return vsourcebillcode; + } + + public void setVsourcebillcode(String vsourcebillcode) { + this.vsourcebillcode = vsourcebillcode; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCastunitid() { + return castunitid; + } + + public void setCastunitid(String castunitid) { + this.castunitid = castunitid; + } + + public String getNoutnum() { + return noutnum; + } + + public void setNoutnum(String noutnum) { + this.noutnum = noutnum; + } + + public String getNprice() { + return nprice; + } + + public void setNprice(String nprice) { + this.nprice = nprice; + } + + public String getVnotebody() { + return vnotebody; + } + + public void setVnotebody(String vnotebody) { + this.vnotebody = vnotebody; + } + + public String getBonroadflag() { + return bonroadflag; + } + + public void setBonroadflag(String bonroadflag) { + this.bonroadflag = bonroadflag; + } + + public String getFlargess() { + return flargess; + } + + public void setFlargess(String flargess) { + this.flargess = flargess; + } + + public String getNshouldoutnum() { + return nshouldoutnum; + } + + public void setNshouldoutnum(String nshouldoutnum) { + this.nshouldoutnum = nshouldoutnum; + } + } + + public Parentvo getParentvo() { + return parentvo; + } + + public void setParentvo(Parentvo parentvo) { + this.parentvo = parentvo; + } + + public List getChildrenvo() { + return childrenvo; + } + + public void setChildrenvo(List childrenvo) { + this.childrenvo = childrenvo; + } + +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/PurchaseReceiptBodyDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/PurchaseReceiptBodyDto.java new file mode 100644 index 00000000..761a0fb5 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/PurchaseReceiptBodyDto.java @@ -0,0 +1,924 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +/** + * 采购入库单表体 + * + * @author liuyang + */ +public class PurchaseReceiptBodyDto { + private String bonroadflag; + private String bsourcelargess; + private String castunitid; + private String ccorrespondcode; + private String cfirstbillbid; + private String cfirstbillhid; + private String cfirsttype; + private String cinventoryid; + private String cprojectid; + private String cprojectphaseid; + private String crowno; + private String csourcebillbid; + private String csourcebillhid; + private String csourcetype; + private String cvendorid; + private String dbizdate; + private String dvalidate; + private String flargess; + private String hsl; + private String locator; + private String ninassistnum; + private String ningrossnum; + private String ninnum; + private String nmny; + private String nneedinassistnum; + private String nprice; + private String nshouldinnum; + private String ntarenum; + private String ntaxmny; + private String ntaxprice; + private String pk_defdoc1; + private String pk_defdoc10; + private String pk_defdoc11; + private String pk_defdoc12; + private String pk_defdoc13; + private String pk_defdoc14; + private String pk_defdoc15; + private String pk_defdoc16; + private String pk_defdoc17; + private String pk_defdoc18; + private String pk_defdoc19; + private String pk_defdoc2; + private String pk_defdoc20; + private String pk_defdoc3; + private String pk_defdoc4; + private String pk_defdoc5; + private String pk_defdoc6; + private String pk_defdoc7; + private String pk_defdoc8; + private String pk_defdoc9; + private String pk_invoicecorp; + private String scrq; + private String serial; + private String vbatchcode; + private String vbodynote2; + private String vfirstbillcode; + private String vfree1; + private String vfree2; + private String vfree3; + private String vfree4; + private String vfree5; + private String vnotebody; + private String vostatus; + private String vsourcebillcode; + private String vsourcerowno; + private String vtransfercode; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + private String vvehiclecode; + + //需求公司 + private String pk_reqcorp; + + //加工费:单价*实收数量 + private String processcost; + + //单据行是否条码关闭 + private String bbarcodeclose; + + //调拨出库传ia标志 + private String btoouttoiaflag; + + //币种 + private String ccurrencytypeid; + + //需求库存组织 + private String pk_reqstoorg; + + //公司 + private String pk_corp; + + //扣税类别 + private String ndiscounttaxtype; + + //税率 + private String nictaxrate; + + //客商基本档案id + private String pk_cubasdoc; + + //库存组织id + private String pk_bodycalbody; + + private String cbodywarehouseid; + + private String cbodybilltypecode; + + public String getCbodybilltypecode() { + return cbodybilltypecode; + } + + public void setCbodybilltypecode(String cbodybilltypecode) { + this.cbodybilltypecode = cbodybilltypecode; + } + + public String getCbodywarehouseid() { + return cbodywarehouseid; + } + + public void setCbodywarehouseid(String cbodywarehouseid) { + this.cbodywarehouseid = cbodywarehouseid; + } + + public String getPk_bodycalbody() { + return pk_bodycalbody; + } + + public void setPk_bodycalbody(String pk_bodycalbody) { + this.pk_bodycalbody = pk_bodycalbody; + } + + public String getPk_cubasdoc() { + return pk_cubasdoc; + } + + public void setPk_cubasdoc(String pk_cubasdoc) { + this.pk_cubasdoc = pk_cubasdoc; + } + + public String getNictaxrate() { + return nictaxrate; + } + + public void setNictaxrate(String nictaxrate) { + this.nictaxrate = nictaxrate; + } + + public String getNdiscounttaxtype() { + return ndiscounttaxtype; + } + + public void setNdiscounttaxtype(String ndiscounttaxtype) { + this.ndiscounttaxtype = ndiscounttaxtype; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getPk_reqstoorg() { + return pk_reqstoorg; + } + + public void setPk_reqstoorg(String pk_reqstoorg) { + this.pk_reqstoorg = pk_reqstoorg; + } + + public String getCcurrencytypeid() { + return ccurrencytypeid; + } + + public void setCcurrencytypeid(String ccurrencytypeid) { + this.ccurrencytypeid = ccurrencytypeid; + } + + public String getBtoouttoiaflag() { + return btoouttoiaflag; + } + + public void setBtoouttoiaflag(String btoouttoiaflag) { + this.btoouttoiaflag = btoouttoiaflag; + } + + public String getBbarcodeclose() { + return bbarcodeclose; + } + + public void setBbarcodeclose(String bbarcodeclose) { + this.bbarcodeclose = bbarcodeclose; + } + + public String getProcesscost() { + return processcost; + } + + public void setProcesscost(String processcost) { + this.processcost = processcost; + } + + public String getPk_reqcorp() { + return pk_reqcorp; + } + + public void setPk_reqcorp(String pk_reqcorp) { + this.pk_reqcorp = pk_reqcorp; + } + + public String getBonroadflag() { + return bonroadflag; + } + + public void setBonroadflag(String bonroadflag) { + this.bonroadflag = bonroadflag; + } + + public String getBsourcelargess() { + return bsourcelargess; + } + + public void setBsourcelargess(String bsourcelargess) { + this.bsourcelargess = bsourcelargess; + } + + public String getCastunitid() { + return castunitid; + } + + public void setCastunitid(String castunitid) { + this.castunitid = castunitid; + } + + public String getCcorrespondcode() { + return ccorrespondcode; + } + + public void setCcorrespondcode(String ccorrespondcode) { + this.ccorrespondcode = ccorrespondcode; + } + + public String getCfirstbillbid() { + return cfirstbillbid; + } + + public void setCfirstbillbid(String cfirstbillbid) { + this.cfirstbillbid = cfirstbillbid; + } + + public String getCfirstbillhid() { + return cfirstbillhid; + } + + public void setCfirstbillhid(String cfirstbillhid) { + this.cfirstbillhid = cfirstbillhid; + } + + public String getCfirsttype() { + return cfirsttype; + } + + public void setCfirsttype(String cfirsttype) { + this.cfirsttype = cfirsttype; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCprojectid() { + return cprojectid; + } + + public void setCprojectid(String cprojectid) { + this.cprojectid = cprojectid; + } + + public String getCprojectphaseid() { + return cprojectphaseid; + } + + public void setCprojectphaseid(String cprojectphaseid) { + this.cprojectphaseid = cprojectphaseid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCsourcebillbid() { + return csourcebillbid; + } + + public void setCsourcebillbid(String csourcebillbid) { + this.csourcebillbid = csourcebillbid; + } + + public String getCsourcebillhid() { + return csourcebillhid; + } + + public void setCsourcebillhid(String csourcebillhid) { + this.csourcebillhid = csourcebillhid; + } + + public String getCsourcetype() { + return csourcetype; + } + + public void setCsourcetype(String csourcetype) { + this.csourcetype = csourcetype; + } + + public String getCvendorid() { + return cvendorid; + } + + public void setCvendorid(String cvendorid) { + this.cvendorid = cvendorid; + } + + public String getDbizdate() { + return dbizdate; + } + + public void setDbizdate(String dbizdate) { + this.dbizdate = dbizdate; + } + + public String getDvalidate() { + return dvalidate; + } + + public void setDvalidate(String dvalidate) { + this.dvalidate = dvalidate; + } + + public String getFlargess() { + return flargess; + } + + public void setFlargess(String flargess) { + this.flargess = flargess; + } + + public String getHsl() { + return hsl; + } + + public void setHsl(String hsl) { + this.hsl = hsl; + } + + public String getLocator() { + return locator; + } + + public void setLocator(String locator) { + this.locator = locator; + } + + public String getNinassistnum() { + return ninassistnum; + } + + public void setNinassistnum(String ninassistnum) { + this.ninassistnum = ninassistnum; + } + + public String getNingrossnum() { + return ningrossnum; + } + + public void setNingrossnum(String ningrossnum) { + this.ningrossnum = ningrossnum; + } + + public String getNinnum() { + return ninnum; + } + + public void setNinnum(String ninnum) { + this.ninnum = ninnum; + } + + public String getNmny() { + return nmny; + } + + public void setNmny(String nmny) { + this.nmny = nmny; + } + + public String getNneedinassistnum() { + return nneedinassistnum; + } + + public void setNneedinassistnum(String nneedinassistnum) { + this.nneedinassistnum = nneedinassistnum; + } + + public String getNprice() { + return nprice; + } + + public void setNprice(String nprice) { + this.nprice = nprice; + } + + public String getNshouldinnum() { + return nshouldinnum; + } + + public void setNshouldinnum(String nshouldinnum) { + this.nshouldinnum = nshouldinnum; + } + + public String getNtarenum() { + return ntarenum; + } + + public void setNtarenum(String ntarenum) { + this.ntarenum = ntarenum; + } + + public String getNtaxmny() { + return ntaxmny; + } + + public void setNtaxmny(String ntaxmny) { + this.ntaxmny = ntaxmny; + } + + public String getNtaxprice() { + return ntaxprice; + } + + public void setNtaxprice(String ntaxprice) { + this.ntaxprice = ntaxprice; + } + + public String getPk_defdoc1() { + return pk_defdoc1; + } + + public void setPk_defdoc1(String pk_defdoc1) { + this.pk_defdoc1 = pk_defdoc1; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getPk_defdoc15() { + return pk_defdoc15; + } + + public void setPk_defdoc15(String pk_defdoc15) { + this.pk_defdoc15 = pk_defdoc15; + } + + public String getPk_defdoc16() { + return pk_defdoc16; + } + + public void setPk_defdoc16(String pk_defdoc16) { + this.pk_defdoc16 = pk_defdoc16; + } + + public String getPk_defdoc17() { + return pk_defdoc17; + } + + public void setPk_defdoc17(String pk_defdoc17) { + this.pk_defdoc17 = pk_defdoc17; + } + + public String getPk_defdoc18() { + return pk_defdoc18; + } + + public void setPk_defdoc18(String pk_defdoc18) { + this.pk_defdoc18 = pk_defdoc18; + } + + public String getPk_defdoc19() { + return pk_defdoc19; + } + + public void setPk_defdoc19(String pk_defdoc19) { + this.pk_defdoc19 = pk_defdoc19; + } + + public String getPk_defdoc2() { + return pk_defdoc2; + } + + public void setPk_defdoc2(String pk_defdoc2) { + this.pk_defdoc2 = pk_defdoc2; + } + + public String getPk_defdoc20() { + return pk_defdoc20; + } + + public void setPk_defdoc20(String pk_defdoc20) { + this.pk_defdoc20 = pk_defdoc20; + } + + public String getPk_defdoc3() { + return pk_defdoc3; + } + + public void setPk_defdoc3(String pk_defdoc3) { + this.pk_defdoc3 = pk_defdoc3; + } + + public String getPk_defdoc4() { + return pk_defdoc4; + } + + public void setPk_defdoc4(String pk_defdoc4) { + this.pk_defdoc4 = pk_defdoc4; + } + + public String getPk_defdoc5() { + return pk_defdoc5; + } + + public void setPk_defdoc5(String pk_defdoc5) { + this.pk_defdoc5 = pk_defdoc5; + } + + public String getPk_defdoc6() { + return pk_defdoc6; + } + + public void setPk_defdoc6(String pk_defdoc6) { + this.pk_defdoc6 = pk_defdoc6; + } + + public String getPk_defdoc7() { + return pk_defdoc7; + } + + public void setPk_defdoc7(String pk_defdoc7) { + this.pk_defdoc7 = pk_defdoc7; + } + + public String getPk_defdoc8() { + return pk_defdoc8; + } + + public void setPk_defdoc8(String pk_defdoc8) { + this.pk_defdoc8 = pk_defdoc8; + } + + public String getPk_defdoc9() { + return pk_defdoc9; + } + + public void setPk_defdoc9(String pk_defdoc9) { + this.pk_defdoc9 = pk_defdoc9; + } + + public String getPk_invoicecorp() { + return pk_invoicecorp; + } + + public void setPk_invoicecorp(String pk_invoicecorp) { + this.pk_invoicecorp = pk_invoicecorp; + } + + public String getScrq() { + return scrq; + } + + public void setScrq(String scrq) { + this.scrq = scrq; + } + + public String getSerial() { + return serial; + } + + public void setSerial(String serial) { + this.serial = serial; + } + + public String getVbatchcode() { + return vbatchcode; + } + + public void setVbatchcode(String vbatchcode) { + this.vbatchcode = vbatchcode; + } + + public String getVbodynote2() { + return vbodynote2; + } + + public void setVbodynote2(String vbodynote2) { + this.vbodynote2 = vbodynote2; + } + + public String getVfirstbillcode() { + return vfirstbillcode; + } + + public void setVfirstbillcode(String vfirstbillcode) { + this.vfirstbillcode = vfirstbillcode; + } + + public String getVfree1() { + return vfree1; + } + + public void setVfree1(String vfree1) { + this.vfree1 = vfree1; + } + + public String getVfree2() { + return vfree2; + } + + public void setVfree2(String vfree2) { + this.vfree2 = vfree2; + } + + public String getVfree3() { + return vfree3; + } + + public void setVfree3(String vfree3) { + this.vfree3 = vfree3; + } + + public String getVfree4() { + return vfree4; + } + + public void setVfree4(String vfree4) { + this.vfree4 = vfree4; + } + + public String getVfree5() { + return vfree5; + } + + public void setVfree5(String vfree5) { + this.vfree5 = vfree5; + } + + public String getVnotebody() { + return vnotebody; + } + + public void setVnotebody(String vnotebody) { + this.vnotebody = vnotebody; + } + + public String getVostatus() { + return vostatus; + } + + public void setVostatus(String vostatus) { + this.vostatus = vostatus; + } + + public String getVsourcebillcode() { + return vsourcebillcode; + } + + public void setVsourcebillcode(String vsourcebillcode) { + this.vsourcebillcode = vsourcebillcode; + } + + public String getVsourcerowno() { + return vsourcerowno; + } + + public void setVsourcerowno(String vsourcerowno) { + this.vsourcerowno = vsourcerowno; + } + + public String getVtransfercode() { + return vtransfercode; + } + + public void setVtransfercode(String vtransfercode) { + this.vtransfercode = vtransfercode; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } + + public String getVvehiclecode() { + return vvehiclecode; + } + + public void setVvehiclecode(String vvehiclecode) { + this.vvehiclecode = vvehiclecode; + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/PurchaseReceiptDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/PurchaseReceiptDto.java new file mode 100644 index 00000000..d780d6e4 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/PurchaseReceiptDto.java @@ -0,0 +1,36 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.util.List; + +/** + * 采购入库单,入参 + * + * @author liuyang + */ +public class PurchaseReceiptDto { + /** + * 表体 + */ + private List childrenvo; + + /** + * 表头 + */ + private PurchaseReceiptHeadDto parentvo; + + public List getChildrenvo() { + return childrenvo; + } + + public void setChildrenvo(List childrenvo) { + this.childrenvo = childrenvo; + } + + public PurchaseReceiptHeadDto getParentvo() { + return parentvo; + } + + public void setParentvo(PurchaseReceiptHeadDto parentvo) { + this.parentvo = parentvo; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/PurchaseReceiptHeadDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/PurchaseReceiptHeadDto.java new file mode 100644 index 00000000..007ddcdf --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/PurchaseReceiptHeadDto.java @@ -0,0 +1,380 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +/** + * 采购入库单表头 + * + * @author liuyang + */ +public class PurchaseReceiptHeadDto { + private String cbizid; + private String cbiztype; + private String cdispatcherid; + private String cdptid; + private String coperatorid; + private String cproviderid; + private String cwarehouseid; + private String cwhsmanagerid; + private String dbilldate; + private String freplenishflag; + private String pk_calbody; + private String pk_corp; + private String pk_defdoc1; + private String pk_defdoc10; + private String pk_defdoc11; + private String pk_defdoc12; + private String pk_defdoc13; + private String pk_defdoc14; + private String pk_defdoc15; + private String pk_defdoc16; + private String pk_defdoc17; + private String pk_defdoc18; + private String pk_defdoc19; + private String pk_defdoc2; + private String pk_defdoc20; + private String pk_defdoc3; + private String pk_defdoc4; + private String pk_defdoc5; + private String pk_defdoc6; + private String pk_defdoc7; + private String pk_defdoc8; + private String pk_defdoc9; + private String vbillcode; + private String vheadnote2; + private String vnote; + + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + + private String pk_purcorp; + + public String getPk_purcorp() { + return pk_purcorp; + } + + public void setPk_purcorp(String pk_purcorp) { + this.pk_purcorp = pk_purcorp; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getCbizid() { + return cbizid; + } + + public void setCbizid(String cbizid) { + this.cbizid = cbizid; + } + + public String getCbiztype() { + return cbiztype; + } + + public void setCbiztype(String cbiztype) { + this.cbiztype = cbiztype; + } + + public String getCdispatcherid() { + return cdispatcherid; + } + + public void setCdispatcherid(String cdispatcherid) { + this.cdispatcherid = cdispatcherid; + } + + public String getCdptid() { + return cdptid; + } + + public void setCdptid(String cdptid) { + this.cdptid = cdptid; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCproviderid() { + return cproviderid; + } + + public void setCproviderid(String cproviderid) { + this.cproviderid = cproviderid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getCwhsmanagerid() { + return cwhsmanagerid; + } + + public void setCwhsmanagerid(String cwhsmanagerid) { + this.cwhsmanagerid = cwhsmanagerid; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getFreplenishflag() { + return freplenishflag; + } + + public void setFreplenishflag(String freplenishflag) { + this.freplenishflag = freplenishflag; + } + + public String getPk_calbody() { + return pk_calbody; + } + + public void setPk_calbody(String pk_calbody) { + this.pk_calbody = pk_calbody; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getPk_defdoc1() { + return pk_defdoc1; + } + + public void setPk_defdoc1(String pk_defdoc1) { + this.pk_defdoc1 = pk_defdoc1; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getPk_defdoc15() { + return pk_defdoc15; + } + + public void setPk_defdoc15(String pk_defdoc15) { + this.pk_defdoc15 = pk_defdoc15; + } + + public String getPk_defdoc16() { + return pk_defdoc16; + } + + public void setPk_defdoc16(String pk_defdoc16) { + this.pk_defdoc16 = pk_defdoc16; + } + + public String getPk_defdoc17() { + return pk_defdoc17; + } + + public void setPk_defdoc17(String pk_defdoc17) { + this.pk_defdoc17 = pk_defdoc17; + } + + public String getPk_defdoc18() { + return pk_defdoc18; + } + + public void setPk_defdoc18(String pk_defdoc18) { + this.pk_defdoc18 = pk_defdoc18; + } + + public String getPk_defdoc19() { + return pk_defdoc19; + } + + public void setPk_defdoc19(String pk_defdoc19) { + this.pk_defdoc19 = pk_defdoc19; + } + + public String getPk_defdoc2() { + return pk_defdoc2; + } + + public void setPk_defdoc2(String pk_defdoc2) { + this.pk_defdoc2 = pk_defdoc2; + } + + public String getPk_defdoc20() { + return pk_defdoc20; + } + + public void setPk_defdoc20(String pk_defdoc20) { + this.pk_defdoc20 = pk_defdoc20; + } + + public String getPk_defdoc3() { + return pk_defdoc3; + } + + public void setPk_defdoc3(String pk_defdoc3) { + this.pk_defdoc3 = pk_defdoc3; + } + + public String getPk_defdoc4() { + return pk_defdoc4; + } + + public void setPk_defdoc4(String pk_defdoc4) { + this.pk_defdoc4 = pk_defdoc4; + } + + public String getPk_defdoc5() { + return pk_defdoc5; + } + + public void setPk_defdoc5(String pk_defdoc5) { + this.pk_defdoc5 = pk_defdoc5; + } + + public String getPk_defdoc6() { + return pk_defdoc6; + } + + public void setPk_defdoc6(String pk_defdoc6) { + this.pk_defdoc6 = pk_defdoc6; + } + + public String getPk_defdoc7() { + return pk_defdoc7; + } + + public void setPk_defdoc7(String pk_defdoc7) { + this.pk_defdoc7 = pk_defdoc7; + } + + public String getPk_defdoc8() { + return pk_defdoc8; + } + + public void setPk_defdoc8(String pk_defdoc8) { + this.pk_defdoc8 = pk_defdoc8; + } + + public String getPk_defdoc9() { + return pk_defdoc9; + } + + public void setPk_defdoc9(String pk_defdoc9) { + this.pk_defdoc9 = pk_defdoc9; + } + + public String getVbillcode() { + return vbillcode; + } + + public void setVbillcode(String vbillcode) { + this.vbillcode = vbillcode; + } + + public String getVheadnote2() { + return vheadnote2; + } + + public void setVheadnote2(String vheadnote2) { + this.vheadnote2 = vheadnote2; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandDto.java new file mode 100644 index 00000000..77afd7ab --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandDto.java @@ -0,0 +1,68 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +public class QuantityHandDto { + /** + * 库存组织主键 + */ + private String ccalbodyid; + + /** + * 仓库编码 + */ + private String storcode; + + /** + * 物料编码 + */ + private String invcode; + + /** + * 货位编码 + */ + private String cscode; + + /** + * 公司主键 + */ + private String pk_corp; + + public String getCscode() { + return cscode; + } + + public void setCscode(String cscode) { + this.cscode = cscode; + } + + public String getCcalbodyid() { + return ccalbodyid; + } + + public void setCcalbodyid(String ccalbodyid) { + this.ccalbodyid = ccalbodyid; + } + + public String getStorcode() { + return storcode; + } + + public void setStorcode(String storcode) { + this.storcode = storcode; + } + + public String getInvcode() { + return invcode; + } + + public void setInvcode(String invcode) { + this.invcode = invcode; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandRequestDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandRequestDto.java new file mode 100644 index 00000000..db814228 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandRequestDto.java @@ -0,0 +1,198 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +/** + * 现存量查询入参 + * + * @author liuyang + */ +public class QuantityHandRequestDto { + private String batchcode; + private String calbody; + private String castunit; + private String corp; + private String hsl; + private String inventory; + private String isGroupByBatchcode; + private String isGroupByCalbody; + private String isGroupByCastunit; + private String isGroupByFreeItem; + private String isGroupByHsl; + private String isGroupByInv; + private String isGroupBySpace; + private String isGroupByVendor; + private String isGroupByWarehouse; + private String numcondition; + private String pagenow; + private String pagesize; + private String space; + private String vendor; + private String warehouse; + + public String getBatchcode() { + return batchcode; + } + + public void setBatchcode(String batchcode) { + this.batchcode = batchcode; + } + + public String getCalbody() { + return calbody; + } + + public void setCalbody(String calbody) { + this.calbody = calbody; + } + + public String getCastunit() { + return castunit; + } + + public void setCastunit(String castunit) { + this.castunit = castunit; + } + + public String getCorp() { + return corp; + } + + public void setCorp(String corp) { + this.corp = corp; + } + + public String getHsl() { + return hsl; + } + + public void setHsl(String hsl) { + this.hsl = hsl; + } + + public String getInventory() { + return inventory; + } + + public void setInventory(String inventory) { + this.inventory = inventory; + } + + public String getIsGroupByBatchcode() { + return isGroupByBatchcode; + } + + public void setIsGroupByBatchcode(String isGroupByBatchcode) { + this.isGroupByBatchcode = isGroupByBatchcode; + } + + public String getIsGroupByCalbody() { + return isGroupByCalbody; + } + + public void setIsGroupByCalbody(String isGroupByCalbody) { + this.isGroupByCalbody = isGroupByCalbody; + } + + public String getIsGroupByCastunit() { + return isGroupByCastunit; + } + + public void setIsGroupByCastunit(String isGroupByCastunit) { + this.isGroupByCastunit = isGroupByCastunit; + } + + public String getIsGroupByFreeItem() { + return isGroupByFreeItem; + } + + public void setIsGroupByFreeItem(String isGroupByFreeItem) { + this.isGroupByFreeItem = isGroupByFreeItem; + } + + public String getIsGroupByHsl() { + return isGroupByHsl; + } + + public void setIsGroupByHsl(String isGroupByHsl) { + this.isGroupByHsl = isGroupByHsl; + } + + public String getIsGroupByInv() { + return isGroupByInv; + } + + public void setIsGroupByInv(String isGroupByInv) { + this.isGroupByInv = isGroupByInv; + } + + public String getIsGroupBySpace() { + return isGroupBySpace; + } + + public void setIsGroupBySpace(String isGroupBySpace) { + this.isGroupBySpace = isGroupBySpace; + } + + public String getIsGroupByVendor() { + return isGroupByVendor; + } + + public void setIsGroupByVendor(String isGroupByVendor) { + this.isGroupByVendor = isGroupByVendor; + } + + public String getIsGroupByWarehouse() { + return isGroupByWarehouse; + } + + public void setIsGroupByWarehouse(String isGroupByWarehouse) { + this.isGroupByWarehouse = isGroupByWarehouse; + } + + public String getNumcondition() { + return numcondition; + } + + public void setNumcondition(String numcondition) { + this.numcondition = numcondition; + } + + public String getPagenow() { + return pagenow; + } + + public void setPagenow(String pagenow) { + this.pagenow = pagenow; + } + + public String getPagesize() { + return pagesize; + } + + public void setPagesize(String pagesize) { + this.pagesize = pagesize; + } + + public String getSpace() { + return space; + } + + public void setSpace(String space) { + this.space = space; + } + + public String getVendor() { + return vendor; + } + + public void setVendor(String vendor) { + this.vendor = vendor; + } + + public String getWarehouse() { + return warehouse; + } + + public void setWarehouse(String warehouse) { + this.warehouse = warehouse; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandResponseDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandResponseDto.java new file mode 100644 index 00000000..6f98b80d --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandResponseDto.java @@ -0,0 +1,16 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +public class QuantityHandResponseDto { + /** + * 返回结果 + */ + private QuantityHandResponseOnhandnumDto onhandnum; + + public QuantityHandResponseOnhandnumDto getOnhandnum() { + return onhandnum; + } + + public void setOnhandnum(QuantityHandResponseOnhandnumDto onhandnum) { + this.onhandnum = onhandnum; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandResponseOnhandnumDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandResponseOnhandnumDto.java new file mode 100644 index 00000000..916c36ee --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandResponseOnhandnumDto.java @@ -0,0 +1,131 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +public class QuantityHandResponseOnhandnumDto { + + private String ccalbodyid; // 库存组织 + private String cinventoryid; // 存货 + private String corp_code; // 公司编码 + private String corp_name; // 公司名称 + private String cspaceid; // 货位 + private String cvendorid; // 供应商 + private String cwarehouse_code; // 仓库编码 + private String cwarehouse_name; // 仓库名称 + private String cwarehouseid; // 仓库 + private String hsl; // 换算率 + private String nastnum; // 辅数量 + private String nnum; // 数量 + private String pk_corp; // 公司 + private String vbatchcode; // 批次号 + + public String getCcalbodyid() { + return ccalbodyid; + } + + public void setCcalbodyid(String ccalbodyid) { + this.ccalbodyid = ccalbodyid; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCorp_code() { + return corp_code; + } + + public void setCorp_code(String corp_code) { + this.corp_code = corp_code; + } + + public String getCorp_name() { + return corp_name; + } + + public void setCorp_name(String corp_name) { + this.corp_name = corp_name; + } + + public String getCspaceid() { + return cspaceid; + } + + public void setCspaceid(String cspaceid) { + this.cspaceid = cspaceid; + } + + public String getCvendorid() { + return cvendorid; + } + + public void setCvendorid(String cvendorid) { + this.cvendorid = cvendorid; + } + + public String getCwarehouse_code() { + return cwarehouse_code; + } + + public void setCwarehouse_code(String cwarehouse_code) { + this.cwarehouse_code = cwarehouse_code; + } + + public String getCwarehouse_name() { + return cwarehouse_name; + } + + public void setCwarehouse_name(String cwarehouse_name) { + this.cwarehouse_name = cwarehouse_name; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getHsl() { + return hsl; + } + + public void setHsl(String hsl) { + this.hsl = hsl; + } + + public String getNastnum() { + return nastnum; + } + + public void setNastnum(String nastnum) { + this.nastnum = nastnum; + } + + public String getNnum() { + return nnum; + } + + public void setNnum(String nnum) { + this.nnum = nnum; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getVbatchcode() { + return vbatchcode; + } + + public void setVbatchcode(String vbatchcode) { + this.vbatchcode = vbatchcode; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandResultDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandResultDto.java new file mode 100644 index 00000000..e6709955 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/QuantityHandResultDto.java @@ -0,0 +1,96 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.math.BigDecimal; + +public class QuantityHandResultDto { + private String cfreezeid; + private String pk_corp; + private String ccalbodyid; + private String cwarehouseid; + private String cinventoryid; + private String pk_invbasdoc; + private BigDecimal num; + private String freezenum; + private BigDecimal ngrossnum; + private String nfreezegrossnum; + + public String getCfreezeid() { + return cfreezeid; + } + + public void setCfreezeid(String cfreezeid) { + this.cfreezeid = cfreezeid; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getCcalbodyid() { + return ccalbodyid; + } + + public void setCcalbodyid(String ccalbodyid) { + this.ccalbodyid = ccalbodyid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getPk_invbasdoc() { + return pk_invbasdoc; + } + + public void setPk_invbasdoc(String pk_invbasdoc) { + this.pk_invbasdoc = pk_invbasdoc; + } + + public BigDecimal getNum() { + return num; + } + + public void setNum(BigDecimal num) { + this.num = num; + } + + public String getFreezenum() { + return freezenum; + } + + public void setFreezenum(String freezenum) { + this.freezenum = freezenum; + } + + public BigDecimal getNgrossnum() { + return ngrossnum; + } + + public void setNgrossnum(BigDecimal ngrossnum) { + this.ngrossnum = ngrossnum; + } + + public String getNfreezegrossnum() { + return nfreezegrossnum; + } + + public void setNfreezegrossnum(String nfreezegrossnum) { + this.nfreezegrossnum = nfreezegrossnum; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/ReusltStrDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/ReusltStrDto.java new file mode 100644 index 00000000..82b12679 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/ReusltStrDto.java @@ -0,0 +1,32 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +public class ReusltStrDto { + + private String status; + private String data; + private String taskNumber; + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + + public String getData() { + return data; + } + + public void setData(String data) { + this.data = data; + } + + public String getTaskNumber() { + return taskNumber; + } + + public void setTaskNumber(String taskNumber) { + this.taskNumber = taskNumber; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/RurchaseReturnDetailsResponseInvmandocList.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/RurchaseReturnDetailsResponseInvmandocList.java new file mode 100644 index 00000000..326835a2 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/RurchaseReturnDetailsResponseInvmandocList.java @@ -0,0 +1,33 @@ +//package com.hzya.frame.plugin.lets.u8cdto; +// +//import com.hzya.frame.plugin.lets.entity.BdInvbasdocEntity; +//import com.hzya.frame.plugin.lets.entity.BdInvmandocEntity; +////import com.hzya.frame.plugin.lets.wdtsdk.api.wms.stockout.dto.RurchaseReturnResponse; +// +//public class RurchaseReturnDetailsResponseInvmandocList extends RurchaseReturnResponse.RurchaseReturnDetailsResponse { +// /** +// * 存货管理档案 +// */ +// private BdInvmandocEntity bdInvmandocEntity; +// +// /** +// * 存货基础档案 +// */ +// private BdInvbasdocEntity bdInvbasdocEntity; +// +// public BdInvmandocEntity getBdInvmandocEntity() { +// return bdInvmandocEntity; +// } +// +// public void setBdInvmandocEntity(BdInvmandocEntity bdInvmandocEntity) { +// this.bdInvmandocEntity = bdInvmandocEntity; +// } +// +// public BdInvbasdocEntity getBdInvbasdocEntity() { +// return bdInvbasdocEntity; +// } +// +// public void setBdInvbasdocEntity(BdInvbasdocEntity bdInvbasdocEntity) { +// this.bdInvbasdocEntity = bdInvbasdocEntity; +// } +//} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleorderRequestChildrenDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleorderRequestChildrenDto.java new file mode 100644 index 00000000..c94bd363 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleorderRequestChildrenDto.java @@ -0,0 +1,845 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +public class SaleorderRequestChildrenDto { + public String blargessflag; + public String cadvisecalbodyid; + public String cbatchid; + public String cbodywarehouseid; + public String cconsigncorpid; + public String ccurrencytypeid; + public String cinventoryid; + public String cpackunitid; + public String cprojectid; + public String crecaddrnode; + public String creccalbodyid; + public String creceiptareaid; + public String creceiptcorpid; + public String creceipttype; + public String crecwareid; + public String crowno; + public String csourcebillbodyid; + public String csourcebillcode; + public String csourcebillid; + public String dconsigndate; + public String ddeliverdate; + public String frownote; + public String nestbalancenumber; + public String nexchangeotobrate; + public String nitemdiscountrate; + public String nnumber; + public String noriginalcurdiscountmny; + public String noriginalcurmny; + public String noriginalcurnetprice; + public String noriginalcurprice; + public String noriginalcursummny; + public String noriginalcurtaxmny; + public String noriginalcurtaxnetprice; + public String noriginalcurtaxprice; + public String npacknumber; + public String ntaxrate; + public String ntotalbalancenumber; + public String ntotalinventorynumber; + public String ntotalinvoicenumber; + public String ntotalreceivenumber; + public String ntotlbalcostnum; + public String pk_defdoc1; + public String pk_defdoc10; + public String pk_defdoc11; + public String pk_defdoc12; + public String pk_defdoc13; + public String pk_defdoc14; + public String pk_defdoc15; + public String pk_defdoc16; + public String pk_defdoc17; + public String pk_defdoc18; + public String pk_defdoc19; + public String pk_defdoc2; + public String pk_defdoc20; + public String pk_defdoc3; + public String pk_defdoc4; + public String pk_defdoc5; + public String pk_defdoc6; + public String pk_defdoc7; + public String pk_defdoc8; + public String pk_defdoc9; + public String vdef1; + public String vdef10; + public String vdef11; + public String vdef12; + public String vdef13; + public String vdef14; + public String vdef15; + public String vdef16; + public String vdef17; + public String vdef18; + public String vdef19; + public String vdef2; + public String vdef20; + public String vdef3; + public String vdef4; + public String vdef5; + public String vdef6; + public String vdef7; + public String vdef8; + public String vdef9; + public String vfree1; + public String vfree2; + public String vfree3; + public String vfree4; + public String vfree5; + public String vostatus; + public String vreceiveaddress; + public String vsourcerowno; + + /** + * 发货仓库编码:这个字段不需要传递到openapi接口 + */ + public String cbodywarehousecode; + + /** + * 货位编码:这个字段不需要传递到openapi接口 + */ + public String vdef1Code; + + /** + * 存货编码:这个字段不需要传递到openapi接口 + */ + public String cinventorycode; + + public String getCinventorycode() { + return cinventorycode; + } + + public void setCinventorycode(String cinventorycode) { + this.cinventorycode = cinventorycode; + } + + public String getVdef1Code() { + return vdef1Code; + } + + public void setVdef1Code(String vdef1Code) { + this.vdef1Code = vdef1Code; + } + + public String getCbodywarehousecode() { + return cbodywarehousecode; + } + + public void setCbodywarehousecode(String cbodywarehousecode) { + this.cbodywarehousecode = cbodywarehousecode; + } + + public String getBlargessflag() { + return blargessflag; + } + + public void setBlargessflag(String blargessflag) { + this.blargessflag = blargessflag; + } + + public String getCadvisecalbodyid() { + return cadvisecalbodyid; + } + + public void setCadvisecalbodyid(String cadvisecalbodyid) { + this.cadvisecalbodyid = cadvisecalbodyid; + } + + public String getCbatchid() { + return cbatchid; + } + + public void setCbatchid(String cbatchid) { + this.cbatchid = cbatchid; + } + + public String getCbodywarehouseid() { + return cbodywarehouseid; + } + + public void setCbodywarehouseid(String cbodywarehouseid) { + this.cbodywarehouseid = cbodywarehouseid; + } + + public String getCconsigncorpid() { + return cconsigncorpid; + } + + public void setCconsigncorpid(String cconsigncorpid) { + this.cconsigncorpid = cconsigncorpid; + } + + public String getCcurrencytypeid() { + return ccurrencytypeid; + } + + public void setCcurrencytypeid(String ccurrencytypeid) { + this.ccurrencytypeid = ccurrencytypeid; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCpackunitid() { + return cpackunitid; + } + + public void setCpackunitid(String cpackunitid) { + this.cpackunitid = cpackunitid; + } + + public String getCprojectid() { + return cprojectid; + } + + public void setCprojectid(String cprojectid) { + this.cprojectid = cprojectid; + } + + public String getCrecaddrnode() { + return crecaddrnode; + } + + public void setCrecaddrnode(String crecaddrnode) { + this.crecaddrnode = crecaddrnode; + } + + public String getCreccalbodyid() { + return creccalbodyid; + } + + public void setCreccalbodyid(String creccalbodyid) { + this.creccalbodyid = creccalbodyid; + } + + public String getCreceiptareaid() { + return creceiptareaid; + } + + public void setCreceiptareaid(String creceiptareaid) { + this.creceiptareaid = creceiptareaid; + } + + public String getCreceiptcorpid() { + return creceiptcorpid; + } + + public void setCreceiptcorpid(String creceiptcorpid) { + this.creceiptcorpid = creceiptcorpid; + } + + public String getCreceipttype() { + return creceipttype; + } + + public void setCreceipttype(String creceipttype) { + this.creceipttype = creceipttype; + } + + public String getCrecwareid() { + return crecwareid; + } + + public void setCrecwareid(String crecwareid) { + this.crecwareid = crecwareid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCsourcebillbodyid() { + return csourcebillbodyid; + } + + public void setCsourcebillbodyid(String csourcebillbodyid) { + this.csourcebillbodyid = csourcebillbodyid; + } + + public String getCsourcebillcode() { + return csourcebillcode; + } + + public void setCsourcebillcode(String csourcebillcode) { + this.csourcebillcode = csourcebillcode; + } + + public String getCsourcebillid() { + return csourcebillid; + } + + public void setCsourcebillid(String csourcebillid) { + this.csourcebillid = csourcebillid; + } + + public String getDconsigndate() { + return dconsigndate; + } + + public void setDconsigndate(String dconsigndate) { + this.dconsigndate = dconsigndate; + } + + public String getDdeliverdate() { + return ddeliverdate; + } + + public void setDdeliverdate(String ddeliverdate) { + this.ddeliverdate = ddeliverdate; + } + + public String getFrownote() { + return frownote; + } + + public void setFrownote(String frownote) { + this.frownote = frownote; + } + + public String getNestbalancenumber() { + return nestbalancenumber; + } + + public void setNestbalancenumber(String nestbalancenumber) { + this.nestbalancenumber = nestbalancenumber; + } + + public String getNexchangeotobrate() { + return nexchangeotobrate; + } + + public void setNexchangeotobrate(String nexchangeotobrate) { + this.nexchangeotobrate = nexchangeotobrate; + } + + public String getNitemdiscountrate() { + return nitemdiscountrate; + } + + public void setNitemdiscountrate(String nitemdiscountrate) { + this.nitemdiscountrate = nitemdiscountrate; + } + + public String getNnumber() { + return nnumber; + } + + public void setNnumber(String nnumber) { + this.nnumber = nnumber; + } + + public String getNoriginalcurdiscountmny() { + return noriginalcurdiscountmny; + } + + public void setNoriginalcurdiscountmny(String noriginalcurdiscountmny) { + this.noriginalcurdiscountmny = noriginalcurdiscountmny; + } + + public String getNoriginalcurmny() { + return noriginalcurmny; + } + + public void setNoriginalcurmny(String noriginalcurmny) { + this.noriginalcurmny = noriginalcurmny; + } + + public String getNoriginalcurnetprice() { + return noriginalcurnetprice; + } + + public void setNoriginalcurnetprice(String noriginalcurnetprice) { + this.noriginalcurnetprice = noriginalcurnetprice; + } + + public String getNoriginalcurprice() { + return noriginalcurprice; + } + + public void setNoriginalcurprice(String noriginalcurprice) { + this.noriginalcurprice = noriginalcurprice; + } + + public String getNoriginalcursummny() { + return noriginalcursummny; + } + + public void setNoriginalcursummny(String noriginalcursummny) { + this.noriginalcursummny = noriginalcursummny; + } + + public String getNoriginalcurtaxmny() { + return noriginalcurtaxmny; + } + + public void setNoriginalcurtaxmny(String noriginalcurtaxmny) { + this.noriginalcurtaxmny = noriginalcurtaxmny; + } + + public String getNoriginalcurtaxnetprice() { + return noriginalcurtaxnetprice; + } + + public void setNoriginalcurtaxnetprice(String noriginalcurtaxnetprice) { + this.noriginalcurtaxnetprice = noriginalcurtaxnetprice; + } + + public String getNoriginalcurtaxprice() { + return noriginalcurtaxprice; + } + + public void setNoriginalcurtaxprice(String noriginalcurtaxprice) { + this.noriginalcurtaxprice = noriginalcurtaxprice; + } + + public String getNpacknumber() { + return npacknumber; + } + + public void setNpacknumber(String npacknumber) { + this.npacknumber = npacknumber; + } + + public String getNtaxrate() { + return ntaxrate; + } + + public void setNtaxrate(String ntaxrate) { + this.ntaxrate = ntaxrate; + } + + public String getNtotalbalancenumber() { + return ntotalbalancenumber; + } + + public void setNtotalbalancenumber(String ntotalbalancenumber) { + this.ntotalbalancenumber = ntotalbalancenumber; + } + + public String getNtotalinventorynumber() { + return ntotalinventorynumber; + } + + public void setNtotalinventorynumber(String ntotalinventorynumber) { + this.ntotalinventorynumber = ntotalinventorynumber; + } + + public String getNtotalinvoicenumber() { + return ntotalinvoicenumber; + } + + public void setNtotalinvoicenumber(String ntotalinvoicenumber) { + this.ntotalinvoicenumber = ntotalinvoicenumber; + } + + public String getNtotalreceivenumber() { + return ntotalreceivenumber; + } + + public void setNtotalreceivenumber(String ntotalreceivenumber) { + this.ntotalreceivenumber = ntotalreceivenumber; + } + + public String getNtotlbalcostnum() { + return ntotlbalcostnum; + } + + public void setNtotlbalcostnum(String ntotlbalcostnum) { + this.ntotlbalcostnum = ntotlbalcostnum; + } + + public String getPk_defdoc1() { + return pk_defdoc1; + } + + public void setPk_defdoc1(String pk_defdoc1) { + this.pk_defdoc1 = pk_defdoc1; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getPk_defdoc15() { + return pk_defdoc15; + } + + public void setPk_defdoc15(String pk_defdoc15) { + this.pk_defdoc15 = pk_defdoc15; + } + + public String getPk_defdoc16() { + return pk_defdoc16; + } + + public void setPk_defdoc16(String pk_defdoc16) { + this.pk_defdoc16 = pk_defdoc16; + } + + public String getPk_defdoc17() { + return pk_defdoc17; + } + + public void setPk_defdoc17(String pk_defdoc17) { + this.pk_defdoc17 = pk_defdoc17; + } + + public String getPk_defdoc18() { + return pk_defdoc18; + } + + public void setPk_defdoc18(String pk_defdoc18) { + this.pk_defdoc18 = pk_defdoc18; + } + + public String getPk_defdoc19() { + return pk_defdoc19; + } + + public void setPk_defdoc19(String pk_defdoc19) { + this.pk_defdoc19 = pk_defdoc19; + } + + public String getPk_defdoc2() { + return pk_defdoc2; + } + + public void setPk_defdoc2(String pk_defdoc2) { + this.pk_defdoc2 = pk_defdoc2; + } + + public String getPk_defdoc20() { + return pk_defdoc20; + } + + public void setPk_defdoc20(String pk_defdoc20) { + this.pk_defdoc20 = pk_defdoc20; + } + + public String getPk_defdoc3() { + return pk_defdoc3; + } + + public void setPk_defdoc3(String pk_defdoc3) { + this.pk_defdoc3 = pk_defdoc3; + } + + public String getPk_defdoc4() { + return pk_defdoc4; + } + + public void setPk_defdoc4(String pk_defdoc4) { + this.pk_defdoc4 = pk_defdoc4; + } + + public String getPk_defdoc5() { + return pk_defdoc5; + } + + public void setPk_defdoc5(String pk_defdoc5) { + this.pk_defdoc5 = pk_defdoc5; + } + + public String getPk_defdoc6() { + return pk_defdoc6; + } + + public void setPk_defdoc6(String pk_defdoc6) { + this.pk_defdoc6 = pk_defdoc6; + } + + public String getPk_defdoc7() { + return pk_defdoc7; + } + + public void setPk_defdoc7(String pk_defdoc7) { + this.pk_defdoc7 = pk_defdoc7; + } + + public String getPk_defdoc8() { + return pk_defdoc8; + } + + public void setPk_defdoc8(String pk_defdoc8) { + this.pk_defdoc8 = pk_defdoc8; + } + + public String getPk_defdoc9() { + return pk_defdoc9; + } + + public void setPk_defdoc9(String pk_defdoc9) { + this.pk_defdoc9 = pk_defdoc9; + } + + public String getVdef1() { + return vdef1; + } + + public void setVdef1(String vdef1) { + this.vdef1 = vdef1; + } + + public String getVdef10() { + return vdef10; + } + + public void setVdef10(String vdef10) { + this.vdef10 = vdef10; + } + + public String getVdef11() { + return vdef11; + } + + public void setVdef11(String vdef11) { + this.vdef11 = vdef11; + } + + public String getVdef12() { + return vdef12; + } + + public void setVdef12(String vdef12) { + this.vdef12 = vdef12; + } + + public String getVdef13() { + return vdef13; + } + + public void setVdef13(String vdef13) { + this.vdef13 = vdef13; + } + + public String getVdef14() { + return vdef14; + } + + public void setVdef14(String vdef14) { + this.vdef14 = vdef14; + } + + public String getVdef15() { + return vdef15; + } + + public void setVdef15(String vdef15) { + this.vdef15 = vdef15; + } + + public String getVdef16() { + return vdef16; + } + + public void setVdef16(String vdef16) { + this.vdef16 = vdef16; + } + + public String getVdef17() { + return vdef17; + } + + public void setVdef17(String vdef17) { + this.vdef17 = vdef17; + } + + public String getVdef18() { + return vdef18; + } + + public void setVdef18(String vdef18) { + this.vdef18 = vdef18; + } + + public String getVdef19() { + return vdef19; + } + + public void setVdef19(String vdef19) { + this.vdef19 = vdef19; + } + + public String getVdef2() { + return vdef2; + } + + public void setVdef2(String vdef2) { + this.vdef2 = vdef2; + } + + public String getVdef20() { + return vdef20; + } + + public void setVdef20(String vdef20) { + this.vdef20 = vdef20; + } + + public String getVdef3() { + return vdef3; + } + + public void setVdef3(String vdef3) { + this.vdef3 = vdef3; + } + + public String getVdef4() { + return vdef4; + } + + public void setVdef4(String vdef4) { + this.vdef4 = vdef4; + } + + public String getVdef5() { + return vdef5; + } + + public void setVdef5(String vdef5) { + this.vdef5 = vdef5; + } + + public String getVdef6() { + return vdef6; + } + + public void setVdef6(String vdef6) { + this.vdef6 = vdef6; + } + + public String getVdef7() { + return vdef7; + } + + public void setVdef7(String vdef7) { + this.vdef7 = vdef7; + } + + public String getVdef8() { + return vdef8; + } + + public void setVdef8(String vdef8) { + this.vdef8 = vdef8; + } + + public String getVdef9() { + return vdef9; + } + + public void setVdef9(String vdef9) { + this.vdef9 = vdef9; + } + + public String getVfree1() { + return vfree1; + } + + public void setVfree1(String vfree1) { + this.vfree1 = vfree1; + } + + public String getVfree2() { + return vfree2; + } + + public void setVfree2(String vfree2) { + this.vfree2 = vfree2; + } + + public String getVfree3() { + return vfree3; + } + + public void setVfree3(String vfree3) { + this.vfree3 = vfree3; + } + + public String getVfree4() { + return vfree4; + } + + public void setVfree4(String vfree4) { + this.vfree4 = vfree4; + } + + public String getVfree5() { + return vfree5; + } + + public void setVfree5(String vfree5) { + this.vfree5 = vfree5; + } + + public String getVostatus() { + return vostatus; + } + + public void setVostatus(String vostatus) { + this.vostatus = vostatus; + } + + public String getVreceiveaddress() { + return vreceiveaddress; + } + + public void setVreceiveaddress(String vreceiveaddress) { + this.vreceiveaddress = vreceiveaddress; + } + + public String getVsourcerowno() { + return vsourcerowno; + } + + public void setVsourcerowno(String vsourcerowno) { + this.vsourcerowno = vsourcerowno; + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleorderRequestDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleorderRequestDto.java new file mode 100644 index 00000000..83aace86 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleorderRequestDto.java @@ -0,0 +1,31 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.util.List; + +public class SaleorderRequestDto { + /** + * 表头 + */ + private SaleorderRequestParentDto parentvo; + + /** + * 表体 + */ + private List childrenvo; + + public SaleorderRequestParentDto getParentvo() { + return parentvo; + } + + public void setParentvo(SaleorderRequestParentDto parentvo) { + this.parentvo = parentvo; + } + + public List getChildrenvo() { + return childrenvo; + } + + public void setChildrenvo(List childrenvo) { + this.childrenvo = childrenvo; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleorderRequestParentDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleorderRequestParentDto.java new file mode 100644 index 00000000..01530254 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleorderRequestParentDto.java @@ -0,0 +1,581 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +public class SaleorderRequestParentDto { + private String bretinvflag; + private String cbiztype; + private String ccalbodyid; + private String ccurrencytypeid; + private String ccustomerid; + private String cdeptid; + private String cemployeeid; + private String cfreecustid; + private String coperatorid; + private String creceiptareaid; + private String creceiptcorpid; + private String creceiptcustomerid; + private String csalecorpid; + private String ctermprotocolid; + private String ctransmodeid; + private String cwarehouseid; + private String dapprovedate; + private String dbilldate; + private String ndiscountrate; + private String nheadsummny; + private String pk_corp; + private String pk_defdoc1; + private String pk_defdoc10; + private String pk_defdoc11; + private String pk_defdoc12; + private String pk_defdoc13; + private String pk_defdoc14; + private String pk_defdoc15; + private String pk_defdoc16; + private String pk_defdoc17; + private String pk_defdoc18; + private String pk_defdoc19; + private String pk_defdoc2; + private String pk_defdoc20; + private String pk_defdoc3; + private String pk_defdoc4; + private String pk_defdoc5; + private String pk_defdoc6; + private String pk_defdoc7; + private String pk_defdoc8; + private String pk_defdoc9; + private String vdef1; + private String vdef10; + private String vdef11; + private String vdef12; + private String vdef13; + private String vdef14; + private String vdef15; + private String vdef16; + private String vdef17; + private String vdef18; + private String vdef19; + private String vdef2; + private String vdef20; + private String vdef3; + private String vdef4; + private String vdef5; + private String vdef6; + private String vdef7; + private String vdef8; + private String vdef9; + private String vnote; + private String vreceiptcode; + private String vreceiveaddress; + + public String getBretinvflag() { + return bretinvflag; + } + + public void setBretinvflag(String bretinvflag) { + this.bretinvflag = bretinvflag; + } + + public String getCbiztype() { + return cbiztype; + } + + public void setCbiztype(String cbiztype) { + this.cbiztype = cbiztype; + } + + public String getCcalbodyid() { + return ccalbodyid; + } + + public void setCcalbodyid(String ccalbodyid) { + this.ccalbodyid = ccalbodyid; + } + + public String getCcurrencytypeid() { + return ccurrencytypeid; + } + + public void setCcurrencytypeid(String ccurrencytypeid) { + this.ccurrencytypeid = ccurrencytypeid; + } + + public String getCcustomerid() { + return ccustomerid; + } + + public void setCcustomerid(String ccustomerid) { + this.ccustomerid = ccustomerid; + } + + public String getCdeptid() { + return cdeptid; + } + + public void setCdeptid(String cdeptid) { + this.cdeptid = cdeptid; + } + + public String getCemployeeid() { + return cemployeeid; + } + + public void setCemployeeid(String cemployeeid) { + this.cemployeeid = cemployeeid; + } + + public String getCfreecustid() { + return cfreecustid; + } + + public void setCfreecustid(String cfreecustid) { + this.cfreecustid = cfreecustid; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCreceiptareaid() { + return creceiptareaid; + } + + public void setCreceiptareaid(String creceiptareaid) { + this.creceiptareaid = creceiptareaid; + } + + public String getCreceiptcorpid() { + return creceiptcorpid; + } + + public void setCreceiptcorpid(String creceiptcorpid) { + this.creceiptcorpid = creceiptcorpid; + } + + public String getCreceiptcustomerid() { + return creceiptcustomerid; + } + + public void setCreceiptcustomerid(String creceiptcustomerid) { + this.creceiptcustomerid = creceiptcustomerid; + } + + public String getCsalecorpid() { + return csalecorpid; + } + + public void setCsalecorpid(String csalecorpid) { + this.csalecorpid = csalecorpid; + } + + public String getCtermprotocolid() { + return ctermprotocolid; + } + + public void setCtermprotocolid(String ctermprotocolid) { + this.ctermprotocolid = ctermprotocolid; + } + + public String getCtransmodeid() { + return ctransmodeid; + } + + public void setCtransmodeid(String ctransmodeid) { + this.ctransmodeid = ctransmodeid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getDapprovedate() { + return dapprovedate; + } + + public void setDapprovedate(String dapprovedate) { + this.dapprovedate = dapprovedate; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getNdiscountrate() { + return ndiscountrate; + } + + public void setNdiscountrate(String ndiscountrate) { + this.ndiscountrate = ndiscountrate; + } + + public String getNheadsummny() { + return nheadsummny; + } + + public void setNheadsummny(String nheadsummny) { + this.nheadsummny = nheadsummny; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getPk_defdoc1() { + return pk_defdoc1; + } + + public void setPk_defdoc1(String pk_defdoc1) { + this.pk_defdoc1 = pk_defdoc1; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getPk_defdoc15() { + return pk_defdoc15; + } + + public void setPk_defdoc15(String pk_defdoc15) { + this.pk_defdoc15 = pk_defdoc15; + } + + public String getPk_defdoc16() { + return pk_defdoc16; + } + + public void setPk_defdoc16(String pk_defdoc16) { + this.pk_defdoc16 = pk_defdoc16; + } + + public String getPk_defdoc17() { + return pk_defdoc17; + } + + public void setPk_defdoc17(String pk_defdoc17) { + this.pk_defdoc17 = pk_defdoc17; + } + + public String getPk_defdoc18() { + return pk_defdoc18; + } + + public void setPk_defdoc18(String pk_defdoc18) { + this.pk_defdoc18 = pk_defdoc18; + } + + public String getPk_defdoc19() { + return pk_defdoc19; + } + + public void setPk_defdoc19(String pk_defdoc19) { + this.pk_defdoc19 = pk_defdoc19; + } + + public String getPk_defdoc2() { + return pk_defdoc2; + } + + public void setPk_defdoc2(String pk_defdoc2) { + this.pk_defdoc2 = pk_defdoc2; + } + + public String getPk_defdoc20() { + return pk_defdoc20; + } + + public void setPk_defdoc20(String pk_defdoc20) { + this.pk_defdoc20 = pk_defdoc20; + } + + public String getPk_defdoc3() { + return pk_defdoc3; + } + + public void setPk_defdoc3(String pk_defdoc3) { + this.pk_defdoc3 = pk_defdoc3; + } + + public String getPk_defdoc4() { + return pk_defdoc4; + } + + public void setPk_defdoc4(String pk_defdoc4) { + this.pk_defdoc4 = pk_defdoc4; + } + + public String getPk_defdoc5() { + return pk_defdoc5; + } + + public void setPk_defdoc5(String pk_defdoc5) { + this.pk_defdoc5 = pk_defdoc5; + } + + public String getPk_defdoc6() { + return pk_defdoc6; + } + + public void setPk_defdoc6(String pk_defdoc6) { + this.pk_defdoc6 = pk_defdoc6; + } + + public String getPk_defdoc7() { + return pk_defdoc7; + } + + public void setPk_defdoc7(String pk_defdoc7) { + this.pk_defdoc7 = pk_defdoc7; + } + + public String getPk_defdoc8() { + return pk_defdoc8; + } + + public void setPk_defdoc8(String pk_defdoc8) { + this.pk_defdoc8 = pk_defdoc8; + } + + public String getPk_defdoc9() { + return pk_defdoc9; + } + + public void setPk_defdoc9(String pk_defdoc9) { + this.pk_defdoc9 = pk_defdoc9; + } + + public String getVdef1() { + return vdef1; + } + + public void setVdef1(String vdef1) { + this.vdef1 = vdef1; + } + + public String getVdef10() { + return vdef10; + } + + public void setVdef10(String vdef10) { + this.vdef10 = vdef10; + } + + public String getVdef11() { + return vdef11; + } + + public void setVdef11(String vdef11) { + this.vdef11 = vdef11; + } + + public String getVdef12() { + return vdef12; + } + + public void setVdef12(String vdef12) { + this.vdef12 = vdef12; + } + + public String getVdef13() { + return vdef13; + } + + public void setVdef13(String vdef13) { + this.vdef13 = vdef13; + } + + public String getVdef14() { + return vdef14; + } + + public void setVdef14(String vdef14) { + this.vdef14 = vdef14; + } + + public String getVdef15() { + return vdef15; + } + + public void setVdef15(String vdef15) { + this.vdef15 = vdef15; + } + + public String getVdef16() { + return vdef16; + } + + public void setVdef16(String vdef16) { + this.vdef16 = vdef16; + } + + public String getVdef17() { + return vdef17; + } + + public void setVdef17(String vdef17) { + this.vdef17 = vdef17; + } + + public String getVdef18() { + return vdef18; + } + + public void setVdef18(String vdef18) { + this.vdef18 = vdef18; + } + + public String getVdef19() { + return vdef19; + } + + public void setVdef19(String vdef19) { + this.vdef19 = vdef19; + } + + public String getVdef2() { + return vdef2; + } + + public void setVdef2(String vdef2) { + this.vdef2 = vdef2; + } + + public String getVdef20() { + return vdef20; + } + + public void setVdef20(String vdef20) { + this.vdef20 = vdef20; + } + + public String getVdef3() { + return vdef3; + } + + public void setVdef3(String vdef3) { + this.vdef3 = vdef3; + } + + public String getVdef4() { + return vdef4; + } + + public void setVdef4(String vdef4) { + this.vdef4 = vdef4; + } + + public String getVdef5() { + return vdef5; + } + + public void setVdef5(String vdef5) { + this.vdef5 = vdef5; + } + + public String getVdef6() { + return vdef6; + } + + public void setVdef6(String vdef6) { + this.vdef6 = vdef6; + } + + public String getVdef7() { + return vdef7; + } + + public void setVdef7(String vdef7) { + this.vdef7 = vdef7; + } + + public String getVdef8() { + return vdef8; + } + + public void setVdef8(String vdef8) { + this.vdef8 = vdef8; + } + + public String getVdef9() { + return vdef9; + } + + public void setVdef9(String vdef9) { + this.vdef9 = vdef9; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVreceiptcode() { + return vreceiptcode; + } + + public void setVreceiptcode(String vreceiptcode) { + this.vreceiptcode = vreceiptcode; + } + + public String getVreceiveaddress() { + return vreceiveaddress; + } + + public void setVreceiveaddress(String vreceiveaddress) { + this.vreceiveaddress = vreceiveaddress; + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleoutRequestChildrenDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleoutRequestChildrenDto.java new file mode 100644 index 00000000..b35bdc6f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleoutRequestChildrenDto.java @@ -0,0 +1,805 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +/** + * 销售出库单表体 + * + * @author liuyang + */ +public class SaleoutRequestChildrenDto { + private String bonroadflag; + private String castunitid; + private String ccorrespondcode; + private String ccorrespondtype; + private String cfirstbillbid; + private String cfirstbillhid; + private String cfirsttype; + private String cinventoryid; + private String cprojectid; + private String crowno; + private String csourcebillbid; + private String csourcebillhid; + private String csourcetype; + private String cvendorid; + private String dbizdate; + private String ddeliverdate; + private String dstandbydate; + private String dvalidate; + private String flargess; + private String hsl; + private String locator; + private String nmny; + private String noutassistnum; + private String noutgrossnum; + private String noutnum; + private String nprice; + private String nshouldoutassistnum; + private String nshouldoutnum; + private String ntaxmny; + private String ntaxprice; + private String pk_defdoc1; + private String pk_defdoc10; + private String pk_defdoc11; + private String pk_defdoc12; + private String pk_defdoc13; + private String pk_defdoc14; + private String pk_defdoc15; + private String pk_defdoc16; + private String pk_defdoc17; + private String pk_defdoc18; + private String pk_defdoc19; + private String pk_defdoc2; + private String pk_defdoc20; + private String pk_defdoc3; + private String pk_defdoc4; + private String pk_defdoc5; + private String pk_defdoc6; + private String pk_defdoc7; + private String pk_defdoc8; + private String pk_defdoc9; + private String serial; + private String vbatchcode; + private String vcorrespondrowno; + private String vfree1; + private String vfree10; + private String vfree2; + private String vfree3; + private String vfree4; + private String vfree5; + private String vfree6; + private String vfree7; + private String vfree8; + private String vfree9; + private String vnotebody; + private String vostatus; + private String vsourcebillcode; + private String vsourcerowno; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef20; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + + /** + * 收票公司主键 + */ + private String pk_invoicecorp; + + public String getPk_invoicecorp() { + return pk_invoicecorp; + } + + public void setPk_invoicecorp(String pk_invoicecorp) { + this.pk_invoicecorp = pk_invoicecorp; + } + + public String getBonroadflag() { + return bonroadflag; + } + + public void setBonroadflag(String bonroadflag) { + this.bonroadflag = bonroadflag; + } + + public String getCastunitid() { + return castunitid; + } + + public void setCastunitid(String castunitid) { + this.castunitid = castunitid; + } + + public String getCcorrespondcode() { + return ccorrespondcode; + } + + public void setCcorrespondcode(String ccorrespondcode) { + this.ccorrespondcode = ccorrespondcode; + } + + public String getCcorrespondtype() { + return ccorrespondtype; + } + + public void setCcorrespondtype(String ccorrespondtype) { + this.ccorrespondtype = ccorrespondtype; + } + + public String getCfirstbillbid() { + return cfirstbillbid; + } + + public void setCfirstbillbid(String cfirstbillbid) { + this.cfirstbillbid = cfirstbillbid; + } + + public String getCfirstbillhid() { + return cfirstbillhid; + } + + public void setCfirstbillhid(String cfirstbillhid) { + this.cfirstbillhid = cfirstbillhid; + } + + public String getCfirsttype() { + return cfirsttype; + } + + public void setCfirsttype(String cfirsttype) { + this.cfirsttype = cfirsttype; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCprojectid() { + return cprojectid; + } + + public void setCprojectid(String cprojectid) { + this.cprojectid = cprojectid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCsourcebillbid() { + return csourcebillbid; + } + + public void setCsourcebillbid(String csourcebillbid) { + this.csourcebillbid = csourcebillbid; + } + + public String getCsourcebillhid() { + return csourcebillhid; + } + + public void setCsourcebillhid(String csourcebillhid) { + this.csourcebillhid = csourcebillhid; + } + + public String getCsourcetype() { + return csourcetype; + } + + public void setCsourcetype(String csourcetype) { + this.csourcetype = csourcetype; + } + + public String getCvendorid() { + return cvendorid; + } + + public void setCvendorid(String cvendorid) { + this.cvendorid = cvendorid; + } + + public String getDbizdate() { + return dbizdate; + } + + public void setDbizdate(String dbizdate) { + this.dbizdate = dbizdate; + } + + public String getDdeliverdate() { + return ddeliverdate; + } + + public void setDdeliverdate(String ddeliverdate) { + this.ddeliverdate = ddeliverdate; + } + + public String getDstandbydate() { + return dstandbydate; + } + + public void setDstandbydate(String dstandbydate) { + this.dstandbydate = dstandbydate; + } + + public String getDvalidate() { + return dvalidate; + } + + public void setDvalidate(String dvalidate) { + this.dvalidate = dvalidate; + } + + public String getFlargess() { + return flargess; + } + + public void setFlargess(String flargess) { + this.flargess = flargess; + } + + public String getHsl() { + return hsl; + } + + public void setHsl(String hsl) { + this.hsl = hsl; + } + + public String getLocator() { + return locator; + } + + public void setLocator(String locator) { + this.locator = locator; + } + + public String getNmny() { + return nmny; + } + + public void setNmny(String nmny) { + this.nmny = nmny; + } + + public String getNoutassistnum() { + return noutassistnum; + } + + public void setNoutassistnum(String noutassistnum) { + this.noutassistnum = noutassistnum; + } + + public String getNoutgrossnum() { + return noutgrossnum; + } + + public void setNoutgrossnum(String noutgrossnum) { + this.noutgrossnum = noutgrossnum; + } + + public String getNoutnum() { + return noutnum; + } + + public void setNoutnum(String noutnum) { + this.noutnum = noutnum; + } + + public String getNprice() { + return nprice; + } + + public void setNprice(String nprice) { + this.nprice = nprice; + } + + public String getNshouldoutassistnum() { + return nshouldoutassistnum; + } + + public void setNshouldoutassistnum(String nshouldoutassistnum) { + this.nshouldoutassistnum = nshouldoutassistnum; + } + + public String getNshouldoutnum() { + return nshouldoutnum; + } + + public void setNshouldoutnum(String nshouldoutnum) { + this.nshouldoutnum = nshouldoutnum; + } + + public String getNtaxmny() { + return ntaxmny; + } + + public void setNtaxmny(String ntaxmny) { + this.ntaxmny = ntaxmny; + } + + public String getNtaxprice() { + return ntaxprice; + } + + public void setNtaxprice(String ntaxprice) { + this.ntaxprice = ntaxprice; + } + + public String getPk_defdoc1() { + return pk_defdoc1; + } + + public void setPk_defdoc1(String pk_defdoc1) { + this.pk_defdoc1 = pk_defdoc1; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getPk_defdoc15() { + return pk_defdoc15; + } + + public void setPk_defdoc15(String pk_defdoc15) { + this.pk_defdoc15 = pk_defdoc15; + } + + public String getPk_defdoc16() { + return pk_defdoc16; + } + + public void setPk_defdoc16(String pk_defdoc16) { + this.pk_defdoc16 = pk_defdoc16; + } + + public String getPk_defdoc17() { + return pk_defdoc17; + } + + public void setPk_defdoc17(String pk_defdoc17) { + this.pk_defdoc17 = pk_defdoc17; + } + + public String getPk_defdoc18() { + return pk_defdoc18; + } + + public void setPk_defdoc18(String pk_defdoc18) { + this.pk_defdoc18 = pk_defdoc18; + } + + public String getPk_defdoc19() { + return pk_defdoc19; + } + + public void setPk_defdoc19(String pk_defdoc19) { + this.pk_defdoc19 = pk_defdoc19; + } + + public String getPk_defdoc2() { + return pk_defdoc2; + } + + public void setPk_defdoc2(String pk_defdoc2) { + this.pk_defdoc2 = pk_defdoc2; + } + + public String getPk_defdoc20() { + return pk_defdoc20; + } + + public void setPk_defdoc20(String pk_defdoc20) { + this.pk_defdoc20 = pk_defdoc20; + } + + public String getPk_defdoc3() { + return pk_defdoc3; + } + + public void setPk_defdoc3(String pk_defdoc3) { + this.pk_defdoc3 = pk_defdoc3; + } + + public String getPk_defdoc4() { + return pk_defdoc4; + } + + public void setPk_defdoc4(String pk_defdoc4) { + this.pk_defdoc4 = pk_defdoc4; + } + + public String getPk_defdoc5() { + return pk_defdoc5; + } + + public void setPk_defdoc5(String pk_defdoc5) { + this.pk_defdoc5 = pk_defdoc5; + } + + public String getPk_defdoc6() { + return pk_defdoc6; + } + + public void setPk_defdoc6(String pk_defdoc6) { + this.pk_defdoc6 = pk_defdoc6; + } + + public String getPk_defdoc7() { + return pk_defdoc7; + } + + public void setPk_defdoc7(String pk_defdoc7) { + this.pk_defdoc7 = pk_defdoc7; + } + + public String getPk_defdoc8() { + return pk_defdoc8; + } + + public void setPk_defdoc8(String pk_defdoc8) { + this.pk_defdoc8 = pk_defdoc8; + } + + public String getPk_defdoc9() { + return pk_defdoc9; + } + + public void setPk_defdoc9(String pk_defdoc9) { + this.pk_defdoc9 = pk_defdoc9; + } + + public String getSerial() { + return serial; + } + + public void setSerial(String serial) { + this.serial = serial; + } + + public String getVbatchcode() { + return vbatchcode; + } + + public void setVbatchcode(String vbatchcode) { + this.vbatchcode = vbatchcode; + } + + public String getVcorrespondrowno() { + return vcorrespondrowno; + } + + public void setVcorrespondrowno(String vcorrespondrowno) { + this.vcorrespondrowno = vcorrespondrowno; + } + + public String getVfree1() { + return vfree1; + } + + public void setVfree1(String vfree1) { + this.vfree1 = vfree1; + } + + public String getVfree10() { + return vfree10; + } + + public void setVfree10(String vfree10) { + this.vfree10 = vfree10; + } + + public String getVfree2() { + return vfree2; + } + + public void setVfree2(String vfree2) { + this.vfree2 = vfree2; + } + + public String getVfree3() { + return vfree3; + } + + public void setVfree3(String vfree3) { + this.vfree3 = vfree3; + } + + public String getVfree4() { + return vfree4; + } + + public void setVfree4(String vfree4) { + this.vfree4 = vfree4; + } + + public String getVfree5() { + return vfree5; + } + + public void setVfree5(String vfree5) { + this.vfree5 = vfree5; + } + + public String getVfree6() { + return vfree6; + } + + public void setVfree6(String vfree6) { + this.vfree6 = vfree6; + } + + public String getVfree7() { + return vfree7; + } + + public void setVfree7(String vfree7) { + this.vfree7 = vfree7; + } + + public String getVfree8() { + return vfree8; + } + + public void setVfree8(String vfree8) { + this.vfree8 = vfree8; + } + + public String getVfree9() { + return vfree9; + } + + public void setVfree9(String vfree9) { + this.vfree9 = vfree9; + } + + public String getVnotebody() { + return vnotebody; + } + + public void setVnotebody(String vnotebody) { + this.vnotebody = vnotebody; + } + + public String getVostatus() { + return vostatus; + } + + public void setVostatus(String vostatus) { + this.vostatus = vostatus; + } + + public String getVsourcebillcode() { + return vsourcebillcode; + } + + public void setVsourcebillcode(String vsourcebillcode) { + this.vsourcebillcode = vsourcebillcode; + } + + public String getVsourcerowno() { + return vsourcerowno; + } + + public void setVsourcerowno(String vsourcerowno) { + this.vsourcerowno = vsourcerowno; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleoutRequestDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleoutRequestDto.java new file mode 100644 index 00000000..8bc1eb59 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleoutRequestDto.java @@ -0,0 +1,36 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.util.List; + +/** + * 销售出库单表头表体 + * + * @author liuyang + */ +public class SaleoutRequestDto { + /** + * 销售出库单表头 + */ + private SaleoutRequestParentDto parentvo; + + /** + * 销售出库单表体 + */ + private List childrenvo; + + public SaleoutRequestParentDto getParentvo() { + return parentvo; + } + + public void setParentvo(SaleoutRequestParentDto parentvo) { + this.parentvo = parentvo; + } + + public List getChildrenvo() { + return childrenvo; + } + + public void setChildrenvo(List childrenvo) { + this.childrenvo = childrenvo; + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleoutRequestParentDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleoutRequestParentDto.java new file mode 100644 index 00000000..fbb61744 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SaleoutRequestParentDto.java @@ -0,0 +1,549 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +/** + * 销售出库单表头 + */ +public class SaleoutRequestParentDto { + private String boutretflag; + private String bsalecooppur; + private String cbizid; + private String cbiztype; + private String ccustomerid; + private String cdilivertypeid; + private String cdispatcherid; + private String cdptid; + private String coperatorid; + private String ctrancustid; + private String cwarehouseid; + private String cwhsmanagerid; + private String dbilldate; + private String freplenishflag; + private String isautopick; + private String pk_calbody; + private String pk_corp; + private String pk_defdoc1; + private String pk_defdoc10; + private String pk_defdoc11; + private String pk_defdoc12; + private String pk_defdoc13; + private String pk_defdoc14; + private String pk_defdoc15; + private String pk_defdoc16; + private String pk_defdoc17; + private String pk_defdoc18; + private String pk_defdoc19; + private String pk_defdoc2; + private String pk_defdoc20; + private String pk_defdoc3; + private String pk_defdoc4; + private String pk_defdoc5; + private String pk_defdoc6; + private String pk_defdoc7; + private String pk_defdoc8; + private String pk_defdoc9; + private String vbillcode; + private String vnote; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef20; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + private String bassetcard; + + + + public String getBassetcard() { + return bassetcard; + } + + public void setBassetcard(String bassetcard) { + this.bassetcard = bassetcard; + } + + public String getBoutretflag() { + return boutretflag; + } + + public void setBoutretflag(String boutretflag) { + this.boutretflag = boutretflag; + } + + public String getBsalecooppur() { + return bsalecooppur; + } + + public void setBsalecooppur(String bsalecooppur) { + this.bsalecooppur = bsalecooppur; + } + + public String getCbizid() { + return cbizid; + } + + public void setCbizid(String cbizid) { + this.cbizid = cbizid; + } + + public String getCbiztype() { + return cbiztype; + } + + public void setCbiztype(String cbiztype) { + this.cbiztype = cbiztype; + } + + public String getCcustomerid() { + return ccustomerid; + } + + public void setCcustomerid(String ccustomerid) { + this.ccustomerid = ccustomerid; + } + + public String getCdilivertypeid() { + return cdilivertypeid; + } + + public void setCdilivertypeid(String cdilivertypeid) { + this.cdilivertypeid = cdilivertypeid; + } + + public String getCdispatcherid() { + return cdispatcherid; + } + + public void setCdispatcherid(String cdispatcherid) { + this.cdispatcherid = cdispatcherid; + } + + public String getCdptid() { + return cdptid; + } + + public void setCdptid(String cdptid) { + this.cdptid = cdptid; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCtrancustid() { + return ctrancustid; + } + + public void setCtrancustid(String ctrancustid) { + this.ctrancustid = ctrancustid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getCwhsmanagerid() { + return cwhsmanagerid; + } + + public void setCwhsmanagerid(String cwhsmanagerid) { + this.cwhsmanagerid = cwhsmanagerid; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getFreplenishflag() { + return freplenishflag; + } + + public void setFreplenishflag(String freplenishflag) { + this.freplenishflag = freplenishflag; + } + + public String getIsautopick() { + return isautopick; + } + + public void setIsautopick(String isautopick) { + this.isautopick = isautopick; + } + + public String getPk_calbody() { + return pk_calbody; + } + + public void setPk_calbody(String pk_calbody) { + this.pk_calbody = pk_calbody; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getPk_defdoc1() { + return pk_defdoc1; + } + + public void setPk_defdoc1(String pk_defdoc1) { + this.pk_defdoc1 = pk_defdoc1; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getPk_defdoc15() { + return pk_defdoc15; + } + + public void setPk_defdoc15(String pk_defdoc15) { + this.pk_defdoc15 = pk_defdoc15; + } + + public String getPk_defdoc16() { + return pk_defdoc16; + } + + public void setPk_defdoc16(String pk_defdoc16) { + this.pk_defdoc16 = pk_defdoc16; + } + + public String getPk_defdoc17() { + return pk_defdoc17; + } + + public void setPk_defdoc17(String pk_defdoc17) { + this.pk_defdoc17 = pk_defdoc17; + } + + public String getPk_defdoc18() { + return pk_defdoc18; + } + + public void setPk_defdoc18(String pk_defdoc18) { + this.pk_defdoc18 = pk_defdoc18; + } + + public String getPk_defdoc19() { + return pk_defdoc19; + } + + public void setPk_defdoc19(String pk_defdoc19) { + this.pk_defdoc19 = pk_defdoc19; + } + + public String getPk_defdoc2() { + return pk_defdoc2; + } + + public void setPk_defdoc2(String pk_defdoc2) { + this.pk_defdoc2 = pk_defdoc2; + } + + public String getPk_defdoc20() { + return pk_defdoc20; + } + + public void setPk_defdoc20(String pk_defdoc20) { + this.pk_defdoc20 = pk_defdoc20; + } + + public String getPk_defdoc3() { + return pk_defdoc3; + } + + public void setPk_defdoc3(String pk_defdoc3) { + this.pk_defdoc3 = pk_defdoc3; + } + + public String getPk_defdoc4() { + return pk_defdoc4; + } + + public void setPk_defdoc4(String pk_defdoc4) { + this.pk_defdoc4 = pk_defdoc4; + } + + public String getPk_defdoc5() { + return pk_defdoc5; + } + + public void setPk_defdoc5(String pk_defdoc5) { + this.pk_defdoc5 = pk_defdoc5; + } + + public String getPk_defdoc6() { + return pk_defdoc6; + } + + public void setPk_defdoc6(String pk_defdoc6) { + this.pk_defdoc6 = pk_defdoc6; + } + + public String getPk_defdoc7() { + return pk_defdoc7; + } + + public void setPk_defdoc7(String pk_defdoc7) { + this.pk_defdoc7 = pk_defdoc7; + } + + public String getPk_defdoc8() { + return pk_defdoc8; + } + + public void setPk_defdoc8(String pk_defdoc8) { + this.pk_defdoc8 = pk_defdoc8; + } + + public String getPk_defdoc9() { + return pk_defdoc9; + } + + public void setPk_defdoc9(String pk_defdoc9) { + this.pk_defdoc9 = pk_defdoc9; + } + + public String getVbillcode() { + return vbillcode; + } + + public void setVbillcode(String vbillcode) { + this.vbillcode = vbillcode; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SearchPurchaseReceiptDetailsBdInvmandocList.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SearchPurchaseReceiptDetailsBdInvmandocList.java new file mode 100644 index 00000000..7c0c483f --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SearchPurchaseReceiptDetailsBdInvmandocList.java @@ -0,0 +1,33 @@ +//package com.hzya.frame.plugin.lets.u8cdto; +// +//import com.hzya.frame.plugin.lets.entity.BdInvbasdocEntity; +//import com.hzya.frame.plugin.lets.entity.BdInvmandocEntity; +//import com.hzya.frame.plugin.lets.wdtsdk.api.wms.stockin.dto.SearchPurchaseReceiptResponse.SearchPurchaseReceiptDetailsList; +// +//public class SearchPurchaseReceiptDetailsBdInvmandocList extends SearchPurchaseReceiptDetailsList { +// /** +// * 存货管理档案 +// */ +// private BdInvmandocEntity bdInvmandocEntity; +// +// /** +// * 存货基础档案 +// */ +// private BdInvbasdocEntity bdInvbasdocEntity; +// +// public BdInvmandocEntity getBdInvmandocEntity() { +// return bdInvmandocEntity; +// } +// +// public void setBdInvmandocEntity(BdInvmandocEntity bdInvmandocEntity) { +// this.bdInvmandocEntity = bdInvmandocEntity; +// } +// +// public BdInvbasdocEntity getBdInvbasdocEntity() { +// return bdInvbasdocEntity; +// } +// +// public void setBdInvbasdocEntity(BdInvbasdocEntity bdInvbasdocEntity) { +// this.bdInvbasdocEntity = bdInvbasdocEntity; +// } +//} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SoSaleResultBodyDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SoSaleResultBodyDto.java new file mode 100644 index 00000000..cac82fe3 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SoSaleResultBodyDto.java @@ -0,0 +1,498 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.u8cdto + * @Project:kangarooDataCenter + * @name:SoSaleResultBodyDto + * @Date:2024/3/26 08:49 + * @Filename:SoSaleResultBodyDto + */ +public class SoSaleResultBodyDto { + private String cinventoryid; + private String inventory_code; + private String inventory_name; + private String invspec; + private String nnumber; + private String noriginalcursummny; + private String cunitid; + private String unit_code; + private String unit_name; + private String creceiptcorpid; + private String receiptcorp_code; + private String receiptcorp_name; + private String blargessflag; + private String noriginalcurprice; + private String crowno; + private String ntaxrate; + private String noriginalcurtaxprice; + private String noriginalcurmny; + private String noriginalcurtaxmny; + private String ndiscountrate; + private String nitemdiscountrate; + private String noriginalcurnetprice; + private String noriginalcurtaxnetprice; + private String noriginalcurdiscountmny; + private String dconsigndate; + private String ddeliverdate; + private String vdef18; + private String vdef19; + private String vdef20; + private String cquoteunitid; + private String cquoteunit_code; + private String cquoteunit_name; + private String csaleid; + private String corder_bid; + private String creccalbodyid; + private String reccalbody_code; + private String reccalbody_name; + private String crecwareid; + private String recware_code; + private String recware_name; + private String nexchangeotobrate; + private String ccurrencytypeid; + private String ccurrencyid_code; + private String ccurrencyid_name; + private String cinvbasdocid; + private String cadvisecalbodyid; + private String advisecalbody_code; + private String advisecalbody_name; + private String cbodywarehouseid; + private String warehouse_code; + private String warehouse_name; + private String cconsigncorpid; + private String consigncorp_code; + private String consigncorp_name; + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getInventory_code() { + return inventory_code; + } + + public void setInventory_code(String inventory_code) { + this.inventory_code = inventory_code; + } + + public String getInventory_name() { + return inventory_name; + } + + public void setInventory_name(String inventory_name) { + this.inventory_name = inventory_name; + } + + public String getInvspec() { + return invspec; + } + + public void setInvspec(String invspec) { + this.invspec = invspec; + } + + public String getNnumber() { + return nnumber; + } + + public void setNnumber(String nnumber) { + this.nnumber = nnumber; + } + + public String getNoriginalcursummny() { + return noriginalcursummny; + } + + public void setNoriginalcursummny(String noriginalcursummny) { + this.noriginalcursummny = noriginalcursummny; + } + + public String getCunitid() { + return cunitid; + } + + public void setCunitid(String cunitid) { + this.cunitid = cunitid; + } + + public String getUnit_code() { + return unit_code; + } + + public void setUnit_code(String unit_code) { + this.unit_code = unit_code; + } + + public String getUnit_name() { + return unit_name; + } + + public void setUnit_name(String unit_name) { + this.unit_name = unit_name; + } + + public String getCreceiptcorpid() { + return creceiptcorpid; + } + + public void setCreceiptcorpid(String creceiptcorpid) { + this.creceiptcorpid = creceiptcorpid; + } + + public String getReceiptcorp_code() { + return receiptcorp_code; + } + + public void setReceiptcorp_code(String receiptcorp_code) { + this.receiptcorp_code = receiptcorp_code; + } + + public String getReceiptcorp_name() { + return receiptcorp_name; + } + + public void setReceiptcorp_name(String receiptcorp_name) { + this.receiptcorp_name = receiptcorp_name; + } + + public String getBlargessflag() { + return blargessflag; + } + + public void setBlargessflag(String blargessflag) { + this.blargessflag = blargessflag; + } + + public String getNoriginalcurprice() { + return noriginalcurprice; + } + + public void setNoriginalcurprice(String noriginalcurprice) { + this.noriginalcurprice = noriginalcurprice; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getNtaxrate() { + return ntaxrate; + } + + public void setNtaxrate(String ntaxrate) { + this.ntaxrate = ntaxrate; + } + + public String getNoriginalcurtaxprice() { + return noriginalcurtaxprice; + } + + public void setNoriginalcurtaxprice(String noriginalcurtaxprice) { + this.noriginalcurtaxprice = noriginalcurtaxprice; + } + + public String getNoriginalcurmny() { + return noriginalcurmny; + } + + public void setNoriginalcurmny(String noriginalcurmny) { + this.noriginalcurmny = noriginalcurmny; + } + + public String getNoriginalcurtaxmny() { + return noriginalcurtaxmny; + } + + public void setNoriginalcurtaxmny(String noriginalcurtaxmny) { + this.noriginalcurtaxmny = noriginalcurtaxmny; + } + + public String getNdiscountrate() { + return ndiscountrate; + } + + public void setNdiscountrate(String ndiscountrate) { + this.ndiscountrate = ndiscountrate; + } + + public String getNitemdiscountrate() { + return nitemdiscountrate; + } + + public void setNitemdiscountrate(String nitemdiscountrate) { + this.nitemdiscountrate = nitemdiscountrate; + } + + public String getNoriginalcurnetprice() { + return noriginalcurnetprice; + } + + public void setNoriginalcurnetprice(String noriginalcurnetprice) { + this.noriginalcurnetprice = noriginalcurnetprice; + } + + public String getNoriginalcurtaxnetprice() { + return noriginalcurtaxnetprice; + } + + public void setNoriginalcurtaxnetprice(String noriginalcurtaxnetprice) { + this.noriginalcurtaxnetprice = noriginalcurtaxnetprice; + } + + public String getNoriginalcurdiscountmny() { + return noriginalcurdiscountmny; + } + + public void setNoriginalcurdiscountmny(String noriginalcurdiscountmny) { + this.noriginalcurdiscountmny = noriginalcurdiscountmny; + } + + public String getDconsigndate() { + return dconsigndate; + } + + public void setDconsigndate(String dconsigndate) { + this.dconsigndate = dconsigndate; + } + + public String getDdeliverdate() { + return ddeliverdate; + } + + public void setDdeliverdate(String ddeliverdate) { + this.ddeliverdate = ddeliverdate; + } + + public String getVdef18() { + return vdef18; + } + + public void setVdef18(String vdef18) { + this.vdef18 = vdef18; + } + + public String getVdef19() { + return vdef19; + } + + public void setVdef19(String vdef19) { + this.vdef19 = vdef19; + } + + public String getVdef20() { + return vdef20; + } + + public void setVdef20(String vdef20) { + this.vdef20 = vdef20; + } + + public String getCquoteunitid() { + return cquoteunitid; + } + + public void setCquoteunitid(String cquoteunitid) { + this.cquoteunitid = cquoteunitid; + } + + public String getCquoteunit_code() { + return cquoteunit_code; + } + + public void setCquoteunit_code(String cquoteunit_code) { + this.cquoteunit_code = cquoteunit_code; + } + + public String getCquoteunit_name() { + return cquoteunit_name; + } + + public void setCquoteunit_name(String cquoteunit_name) { + this.cquoteunit_name = cquoteunit_name; + } + + public String getCsaleid() { + return csaleid; + } + + public void setCsaleid(String csaleid) { + this.csaleid = csaleid; + } + + public String getCorder_bid() { + return corder_bid; + } + + public void setCorder_bid(String corder_bid) { + this.corder_bid = corder_bid; + } + + public String getCreccalbodyid() { + return creccalbodyid; + } + + public void setCreccalbodyid(String creccalbodyid) { + this.creccalbodyid = creccalbodyid; + } + + public String getReccalbody_code() { + return reccalbody_code; + } + + public void setReccalbody_code(String reccalbody_code) { + this.reccalbody_code = reccalbody_code; + } + + public String getReccalbody_name() { + return reccalbody_name; + } + + public void setReccalbody_name(String reccalbody_name) { + this.reccalbody_name = reccalbody_name; + } + + public String getCrecwareid() { + return crecwareid; + } + + public void setCrecwareid(String crecwareid) { + this.crecwareid = crecwareid; + } + + public String getRecware_code() { + return recware_code; + } + + public void setRecware_code(String recware_code) { + this.recware_code = recware_code; + } + + public String getRecware_name() { + return recware_name; + } + + public void setRecware_name(String recware_name) { + this.recware_name = recware_name; + } + + public String getNexchangeotobrate() { + return nexchangeotobrate; + } + + public void setNexchangeotobrate(String nexchangeotobrate) { + this.nexchangeotobrate = nexchangeotobrate; + } + + public String getCcurrencytypeid() { + return ccurrencytypeid; + } + + public void setCcurrencytypeid(String ccurrencytypeid) { + this.ccurrencytypeid = ccurrencytypeid; + } + + public String getCcurrencyid_code() { + return ccurrencyid_code; + } + + public void setCcurrencyid_code(String ccurrencyid_code) { + this.ccurrencyid_code = ccurrencyid_code; + } + + public String getCcurrencyid_name() { + return ccurrencyid_name; + } + + public void setCcurrencyid_name(String ccurrencyid_name) { + this.ccurrencyid_name = ccurrencyid_name; + } + + public String getCinvbasdocid() { + return cinvbasdocid; + } + + public void setCinvbasdocid(String cinvbasdocid) { + this.cinvbasdocid = cinvbasdocid; + } + + public String getCadvisecalbodyid() { + return cadvisecalbodyid; + } + + public void setCadvisecalbodyid(String cadvisecalbodyid) { + this.cadvisecalbodyid = cadvisecalbodyid; + } + + public String getAdvisecalbody_code() { + return advisecalbody_code; + } + + public void setAdvisecalbody_code(String advisecalbody_code) { + this.advisecalbody_code = advisecalbody_code; + } + + public String getAdvisecalbody_name() { + return advisecalbody_name; + } + + public void setAdvisecalbody_name(String advisecalbody_name) { + this.advisecalbody_name = advisecalbody_name; + } + + public String getCbodywarehouseid() { + return cbodywarehouseid; + } + + public void setCbodywarehouseid(String cbodywarehouseid) { + this.cbodywarehouseid = cbodywarehouseid; + } + + public String getWarehouse_code() { + return warehouse_code; + } + + public void setWarehouse_code(String warehouse_code) { + this.warehouse_code = warehouse_code; + } + + public String getWarehouse_name() { + return warehouse_name; + } + + public void setWarehouse_name(String warehouse_name) { + this.warehouse_name = warehouse_name; + } + + public String getCconsigncorpid() { + return cconsigncorpid; + } + + public void setCconsigncorpid(String cconsigncorpid) { + this.cconsigncorpid = cconsigncorpid; + } + + public String getConsigncorp_code() { + return consigncorp_code; + } + + public void setConsigncorp_code(String consigncorp_code) { + this.consigncorp_code = consigncorp_code; + } + + public String getConsigncorp_name() { + return consigncorp_name; + } + + public void setConsigncorp_name(String consigncorp_name) { + this.consigncorp_name = consigncorp_name; + } +} \ No newline at end of file diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SoSaleResultHeadDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SoSaleResultHeadDto.java new file mode 100644 index 00000000..bbe0c527 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SoSaleResultHeadDto.java @@ -0,0 +1,534 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.u8cdto + * @Project:kangarooDataCenter + * @name:SoSaleResultBodyDto + * @Date:2024/3/26 08:49 + * @Filename:SoSaleResultBodyDto + */ +public class SoSaleResultHeadDto { + private String pk_corp; + private String corp_code; + private String corp_name; + private String cbiztype; + private String biztype_code; + private String biztype_name; + private String ccustomerid; + private String customer_code; + private String customer_name; + private String csalecorpid; + private String salecorp_code; + private String salecorp_name; + private String ccalbodyid; + private String calbody_code; + private String calbody_name; + private String coperatorid; + private String operator_code; + private String operator_name; + private String cdeptid; + private String dept_code; + private String dept_name; + private String vreceiptcode; + private String dbillString; + private String dmakeString; + private String dbilltime; + private String dapproveString; + private String daudittime; + private String dmoditime; + private String capproveid; + private String approver_code; + private String approver_name; + private String creceiptcustomerid; + private String receiptcustomer_code; + private String receiptcustomer_name; + private String creceiptcorpid; + private String receiptcorp_code; + private String receiptcorp_name; + private String ndiscountrate; + private String pk_defdoc10; + private String vdef10; + private String pk_defdoc11; + private String vdef11; + private String pk_defdoc12; + private String vdef12; + private String pk_defdoc13; + private String vdef13; + private String pk_defdoc14; + private String vdef14; + private String vdef19; + private String cwarehouseid; + private String warehouse_code; + private String warehouse_name; + private String csaleid; + private String fstatus; + private String ccurrencytypeid; + private String currencytype_code; + private String currencytype_name; + private String nheadsummny; + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getCorp_code() { + return corp_code; + } + + public void setCorp_code(String corp_code) { + this.corp_code = corp_code; + } + + public String getCorp_name() { + return corp_name; + } + + public void setCorp_name(String corp_name) { + this.corp_name = corp_name; + } + + public String getCbiztype() { + return cbiztype; + } + + public void setCbiztype(String cbiztype) { + this.cbiztype = cbiztype; + } + + public String getBiztype_code() { + return biztype_code; + } + + public void setBiztype_code(String biztype_code) { + this.biztype_code = biztype_code; + } + + public String getBiztype_name() { + return biztype_name; + } + + public void setBiztype_name(String biztype_name) { + this.biztype_name = biztype_name; + } + + public String getCcustomerid() { + return ccustomerid; + } + + public void setCcustomerid(String ccustomerid) { + this.ccustomerid = ccustomerid; + } + + public String getCustomer_code() { + return customer_code; + } + + public void setCustomer_code(String customer_code) { + this.customer_code = customer_code; + } + + public String getCustomer_name() { + return customer_name; + } + + public void setCustomer_name(String customer_name) { + this.customer_name = customer_name; + } + + public String getCsalecorpid() { + return csalecorpid; + } + + public void setCsalecorpid(String csalecorpid) { + this.csalecorpid = csalecorpid; + } + + public String getSalecorp_code() { + return salecorp_code; + } + + public void setSalecorp_code(String salecorp_code) { + this.salecorp_code = salecorp_code; + } + + public String getSalecorp_name() { + return salecorp_name; + } + + public void setSalecorp_name(String salecorp_name) { + this.salecorp_name = salecorp_name; + } + + public String getCcalbodyid() { + return ccalbodyid; + } + + public void setCcalbodyid(String ccalbodyid) { + this.ccalbodyid = ccalbodyid; + } + + public String getCalbody_code() { + return calbody_code; + } + + public void setCalbody_code(String calbody_code) { + this.calbody_code = calbody_code; + } + + public String getCalbody_name() { + return calbody_name; + } + + public void setCalbody_name(String calbody_name) { + this.calbody_name = calbody_name; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getOperator_code() { + return operator_code; + } + + public void setOperator_code(String operator_code) { + this.operator_code = operator_code; + } + + public String getOperator_name() { + return operator_name; + } + + public void setOperator_name(String operator_name) { + this.operator_name = operator_name; + } + + public String getCdeptid() { + return cdeptid; + } + + public void setCdeptid(String cdeptid) { + this.cdeptid = cdeptid; + } + + public String getDept_code() { + return dept_code; + } + + public void setDept_code(String dept_code) { + this.dept_code = dept_code; + } + + public String getDept_name() { + return dept_name; + } + + public void setDept_name(String dept_name) { + this.dept_name = dept_name; + } + + public String getVreceiptcode() { + return vreceiptcode; + } + + public void setVreceiptcode(String vreceiptcode) { + this.vreceiptcode = vreceiptcode; + } + + public String getDbillString() { + return dbillString; + } + + public void setDbillString(String dbillString) { + this.dbillString = dbillString; + } + + public String getDmakeString() { + return dmakeString; + } + + public void setDmakeString(String dmakeString) { + this.dmakeString = dmakeString; + } + + public String getDbilltime() { + return dbilltime; + } + + public void setDbilltime(String dbilltime) { + this.dbilltime = dbilltime; + } + + public String getDapproveString() { + return dapproveString; + } + + public void setDapproveString(String dapproveString) { + this.dapproveString = dapproveString; + } + + public String getDaudittime() { + return daudittime; + } + + public void setDaudittime(String daudittime) { + this.daudittime = daudittime; + } + + public String getDmoditime() { + return dmoditime; + } + + public void setDmoditime(String dmoditime) { + this.dmoditime = dmoditime; + } + + public String getCapproveid() { + return capproveid; + } + + public void setCapproveid(String capproveid) { + this.capproveid = capproveid; + } + + public String getApprover_code() { + return approver_code; + } + + public void setApprover_code(String approver_code) { + this.approver_code = approver_code; + } + + public String getApprover_name() { + return approver_name; + } + + public void setApprover_name(String approver_name) { + this.approver_name = approver_name; + } + + public String getCreceiptcustomerid() { + return creceiptcustomerid; + } + + public void setCreceiptcustomerid(String creceiptcustomerid) { + this.creceiptcustomerid = creceiptcustomerid; + } + + public String getReceiptcustomer_code() { + return receiptcustomer_code; + } + + public void setReceiptcustomer_code(String receiptcustomer_code) { + this.receiptcustomer_code = receiptcustomer_code; + } + + public String getReceiptcustomer_name() { + return receiptcustomer_name; + } + + public void setReceiptcustomer_name(String receiptcustomer_name) { + this.receiptcustomer_name = receiptcustomer_name; + } + + public String getCreceiptcorpid() { + return creceiptcorpid; + } + + public void setCreceiptcorpid(String creceiptcorpid) { + this.creceiptcorpid = creceiptcorpid; + } + + public String getReceiptcorp_code() { + return receiptcorp_code; + } + + public void setReceiptcorp_code(String receiptcorp_code) { + this.receiptcorp_code = receiptcorp_code; + } + + public String getReceiptcorp_name() { + return receiptcorp_name; + } + + public void setReceiptcorp_name(String receiptcorp_name) { + this.receiptcorp_name = receiptcorp_name; + } + + public String getNdiscountrate() { + return ndiscountrate; + } + + public void setNdiscountrate(String ndiscountrate) { + this.ndiscountrate = ndiscountrate; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getVdef10() { + return vdef10; + } + + public void setVdef10(String vdef10) { + this.vdef10 = vdef10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getVdef11() { + return vdef11; + } + + public void setVdef11(String vdef11) { + this.vdef11 = vdef11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getVdef12() { + return vdef12; + } + + public void setVdef12(String vdef12) { + this.vdef12 = vdef12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getVdef13() { + return vdef13; + } + + public void setVdef13(String vdef13) { + this.vdef13 = vdef13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getVdef14() { + return vdef14; + } + + public void setVdef14(String vdef14) { + this.vdef14 = vdef14; + } + + public String getVdef19() { + return vdef19; + } + + public void setVdef19(String vdef19) { + this.vdef19 = vdef19; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getWarehouse_code() { + return warehouse_code; + } + + public void setWarehouse_code(String warehouse_code) { + this.warehouse_code = warehouse_code; + } + + public String getWarehouse_name() { + return warehouse_name; + } + + public void setWarehouse_name(String warehouse_name) { + this.warehouse_name = warehouse_name; + } + + public String getCsaleid() { + return csaleid; + } + + public void setCsaleid(String csaleid) { + this.csaleid = csaleid; + } + + public String getFstatus() { + return fstatus; + } + + public void setFstatus(String fstatus) { + this.fstatus = fstatus; + } + + public String getCcurrencytypeid() { + return ccurrencytypeid; + } + + public void setCcurrencytypeid(String ccurrencytypeid) { + this.ccurrencytypeid = ccurrencytypeid; + } + + public String getCurrencytype_code() { + return currencytype_code; + } + + public void setCurrencytype_code(String currencytype_code) { + this.currencytype_code = currencytype_code; + } + + public String getCurrencytype_name() { + return currencytype_name; + } + + public void setCurrencytype_name(String currencytype_name) { + this.currencytype_name = currencytype_name; + } + + public String getNheadsummny() { + return nheadsummny; + } + + public void setNheadsummny(String nheadsummny) { + this.nheadsummny = nheadsummny; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SoSaleResultRootDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SoSaleResultRootDto.java new file mode 100644 index 00000000..65a165d1 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SoSaleResultRootDto.java @@ -0,0 +1,40 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.util.List; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.u8cdto + * @Project:kangarooDataCenter + * @name:SoSaleResultRootDto + * @Date:2024/3/26 08:48 + * @Filename:SoSaleResultRootDto + */ +public class SoSaleResultRootDto { + + /** + * 表头对象 + */ + private SoSaleResultHeadDto parentvo; + + /** + * 表体对象 + */ + private List childrenvo; + + public SoSaleResultHeadDto getParentvo() { + return parentvo; + } + + public void setParentvo(SoSaleResultHeadDto parentvo) { + this.parentvo = parentvo; + } + + public List getChildrenvo() { + return childrenvo; + } + + public void setChildrenvo(List childrenvo) { + this.childrenvo = childrenvo; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SpecialbillVO.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SpecialbillVO.java new file mode 100644 index 00000000..0771acbb --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/SpecialbillVO.java @@ -0,0 +1,41 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import lombok.Data; + +import java.util.List; + +/** + * 组装单聚合vo + */ +@Data +public class SpecialbillVO { + private Parentvo parentvo; + private List childrenvo; + + @Data + public static class Parentvo{ + private String dbilldate; + private String cauditorid; + private String cbilltypecode; + private String coperatorid; + private String cspecialhid; + /**库管员*/ + private String cwhsmanagerid; + private String pk_corp; + private String vbillcode; + private String vnote; + + } + + @Data + public static class Childrenvo{ + private String cinventoryid; + private String crowno; + private String cspecialbid; + private String cvendorid; + private String cwarehouseid; + private String dshldtransnum; + private String fbillrowflag; + private String vnote; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/U8cHwtzBodyDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/U8cHwtzBodyDto.java new file mode 100644 index 00000000..f5b1e68b --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/U8cHwtzBodyDto.java @@ -0,0 +1,538 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.util.List; +import java.util.Map; + +public class U8cHwtzBodyDto { + private String castunitid; + private String ccurrencytypeid; + private String cinventoryid; + private String crowno; + private String cvendorid; + private String dbizdate; + private String dvalidate; + private String hsl; // Assuming you intended this to be an integer + private List> locator; + private String pk_defdoc1; + private String pk_defdoc10; + private String pk_defdoc11; + private String pk_defdoc12; + private String pk_defdoc13; + private String pk_defdoc14; + private String pk_defdoc15; + private String pk_defdoc16; + private String pk_defdoc17; + private String pk_defdoc18; + private String pk_defdoc19; + private String pk_defdoc2; + private String pk_defdoc20; + private String pk_defdoc3; + private String pk_defdoc4; + private String pk_defdoc5; + private String pk_defdoc6; + private String pk_defdoc7; + private String pk_defdoc8; + private String pk_defdoc9; + private String vbatchcode; + private String vfree1; + private String vfree2; + private String vfree3; + private String vfree4; + private String vfree5; + private String vnotebody; + private String vostatus; + private String vtransfercode; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef20; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + private String vvehiclecode; + + public String getCastunitid() { + return castunitid; + } + + public void setCastunitid(String castunitid) { + this.castunitid = castunitid; + } + + public String getCcurrencytypeid() { + return ccurrencytypeid; + } + + public void setCcurrencytypeid(String ccurrencytypeid) { + this.ccurrencytypeid = ccurrencytypeid; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCvendorid() { + return cvendorid; + } + + public void setCvendorid(String cvendorid) { + this.cvendorid = cvendorid; + } + + public String getDbizdate() { + return dbizdate; + } + + public void setDbizdate(String dbizdate) { + this.dbizdate = dbizdate; + } + + public String getDvalidate() { + return dvalidate; + } + + public void setDvalidate(String dvalidate) { + this.dvalidate = dvalidate; + } + + public String getHsl() { + return hsl; + } + + public void setHsl(String hsl) { + this.hsl = hsl; + } + + public List> getLocator() { + return locator; + } + + public void setLocator(List> locator) { + this.locator = locator; + } + + public String getPk_defdoc1() { + return pk_defdoc1; + } + + public void setPk_defdoc1(String pk_defdoc1) { + this.pk_defdoc1 = pk_defdoc1; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getPk_defdoc15() { + return pk_defdoc15; + } + + public void setPk_defdoc15(String pk_defdoc15) { + this.pk_defdoc15 = pk_defdoc15; + } + + public String getPk_defdoc16() { + return pk_defdoc16; + } + + public void setPk_defdoc16(String pk_defdoc16) { + this.pk_defdoc16 = pk_defdoc16; + } + + public String getPk_defdoc17() { + return pk_defdoc17; + } + + public void setPk_defdoc17(String pk_defdoc17) { + this.pk_defdoc17 = pk_defdoc17; + } + + public String getPk_defdoc18() { + return pk_defdoc18; + } + + public void setPk_defdoc18(String pk_defdoc18) { + this.pk_defdoc18 = pk_defdoc18; + } + + public String getPk_defdoc19() { + return pk_defdoc19; + } + + public void setPk_defdoc19(String pk_defdoc19) { + this.pk_defdoc19 = pk_defdoc19; + } + + public String getPk_defdoc2() { + return pk_defdoc2; + } + + public void setPk_defdoc2(String pk_defdoc2) { + this.pk_defdoc2 = pk_defdoc2; + } + + public String getPk_defdoc20() { + return pk_defdoc20; + } + + public void setPk_defdoc20(String pk_defdoc20) { + this.pk_defdoc20 = pk_defdoc20; + } + + public String getPk_defdoc3() { + return pk_defdoc3; + } + + public void setPk_defdoc3(String pk_defdoc3) { + this.pk_defdoc3 = pk_defdoc3; + } + + public String getPk_defdoc4() { + return pk_defdoc4; + } + + public void setPk_defdoc4(String pk_defdoc4) { + this.pk_defdoc4 = pk_defdoc4; + } + + public String getPk_defdoc5() { + return pk_defdoc5; + } + + public void setPk_defdoc5(String pk_defdoc5) { + this.pk_defdoc5 = pk_defdoc5; + } + + public String getPk_defdoc6() { + return pk_defdoc6; + } + + public void setPk_defdoc6(String pk_defdoc6) { + this.pk_defdoc6 = pk_defdoc6; + } + + public String getPk_defdoc7() { + return pk_defdoc7; + } + + public void setPk_defdoc7(String pk_defdoc7) { + this.pk_defdoc7 = pk_defdoc7; + } + + public String getPk_defdoc8() { + return pk_defdoc8; + } + + public void setPk_defdoc8(String pk_defdoc8) { + this.pk_defdoc8 = pk_defdoc8; + } + + public String getPk_defdoc9() { + return pk_defdoc9; + } + + public void setPk_defdoc9(String pk_defdoc9) { + this.pk_defdoc9 = pk_defdoc9; + } + + public String getVbatchcode() { + return vbatchcode; + } + + public void setVbatchcode(String vbatchcode) { + this.vbatchcode = vbatchcode; + } + + public String getVfree1() { + return vfree1; + } + + public void setVfree1(String vfree1) { + this.vfree1 = vfree1; + } + + public String getVfree2() { + return vfree2; + } + + public void setVfree2(String vfree2) { + this.vfree2 = vfree2; + } + + public String getVfree3() { + return vfree3; + } + + public void setVfree3(String vfree3) { + this.vfree3 = vfree3; + } + + public String getVfree4() { + return vfree4; + } + + public void setVfree4(String vfree4) { + this.vfree4 = vfree4; + } + + public String getVfree5() { + return vfree5; + } + + public void setVfree5(String vfree5) { + this.vfree5 = vfree5; + } + + public String getVnotebody() { + return vnotebody; + } + + public void setVnotebody(String vnotebody) { + this.vnotebody = vnotebody; + } + + public String getVostatus() { + return vostatus; + } + + public void setVostatus(String vostatus) { + this.vostatus = vostatus; + } + + public String getVtransfercode() { + return vtransfercode; + } + + public void setVtransfercode(String vtransfercode) { + this.vtransfercode = vtransfercode; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } + + public String getVvehiclecode() { + return vvehiclecode; + } + + public void setVvehiclecode(String vvehiclecode) { + this.vvehiclecode = vvehiclecode; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/U8cHwtzDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/U8cHwtzDto.java new file mode 100644 index 00000000..98086404 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/U8cHwtzDto.java @@ -0,0 +1,36 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.util.List; + +/** + * 货位调整单 + * + * @author liuyang + */ +public class U8cHwtzDto { + /** + * 表头 + */ + private U8cHwtzHeadDto parentvo; + + /** + * 表体 + */ + private List childrenvo; + + public U8cHwtzHeadDto getParentvo() { + return parentvo; + } + + public void setParentvo(U8cHwtzHeadDto parentvo) { + this.parentvo = parentvo; + } + + public List getChildrenvo() { + return childrenvo; + } + + public void setChildrenvo(List childrenvo) { + this.childrenvo = childrenvo; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/U8cHwtzHeadDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/U8cHwtzHeadDto.java new file mode 100644 index 00000000..f35cc8d3 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/U8cHwtzHeadDto.java @@ -0,0 +1,454 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +public class U8cHwtzHeadDto { + private String cbilltypecode; + private String cbizid; + private String coperatorid; + private String cwarehouseid; + private String cwhsmanagerid; + private String dbilldate; + private String pk_calbody; + private String pk_corp; + private String pk_defdoc1; + private String pk_defdoc10; + private String pk_defdoc11; + private String pk_defdoc12; + private String pk_defdoc13; + private String pk_defdoc14; + private String pk_defdoc15; + private String pk_defdoc16; + private String pk_defdoc17; + private String pk_defdoc18; + private String pk_defdoc19; + private String pk_defdoc2; + private String pk_defdoc20; + private String pk_defdoc3; + private String pk_defdoc4; + private String pk_defdoc5; + private String pk_defdoc6; + private String pk_defdoc7; + private String pk_defdoc8; + private String pk_defdoc9; + private String vbillcode; + private String vnote; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef20; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + + public String getCbilltypecode() { + return cbilltypecode; + } + + public void setCbilltypecode(String cbilltypecode) { + this.cbilltypecode = cbilltypecode; + } + + public String getCbizid() { + return cbizid; + } + + public void setCbizid(String cbizid) { + this.cbizid = cbizid; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCwarehouseid() { + return cwarehouseid; + } + + public void setCwarehouseid(String cwarehouseid) { + this.cwarehouseid = cwarehouseid; + } + + public String getCwhsmanagerid() { + return cwhsmanagerid; + } + + public void setCwhsmanagerid(String cwhsmanagerid) { + this.cwhsmanagerid = cwhsmanagerid; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getPk_calbody() { + return pk_calbody; + } + + public void setPk_calbody(String pk_calbody) { + this.pk_calbody = pk_calbody; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getPk_defdoc1() { + return pk_defdoc1; + } + + public void setPk_defdoc1(String pk_defdoc1) { + this.pk_defdoc1 = pk_defdoc1; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getPk_defdoc15() { + return pk_defdoc15; + } + + public void setPk_defdoc15(String pk_defdoc15) { + this.pk_defdoc15 = pk_defdoc15; + } + + public String getPk_defdoc16() { + return pk_defdoc16; + } + + public void setPk_defdoc16(String pk_defdoc16) { + this.pk_defdoc16 = pk_defdoc16; + } + + public String getPk_defdoc17() { + return pk_defdoc17; + } + + public void setPk_defdoc17(String pk_defdoc17) { + this.pk_defdoc17 = pk_defdoc17; + } + + public String getPk_defdoc18() { + return pk_defdoc18; + } + + public void setPk_defdoc18(String pk_defdoc18) { + this.pk_defdoc18 = pk_defdoc18; + } + + public String getPk_defdoc19() { + return pk_defdoc19; + } + + public void setPk_defdoc19(String pk_defdoc19) { + this.pk_defdoc19 = pk_defdoc19; + } + + public String getPk_defdoc2() { + return pk_defdoc2; + } + + public void setPk_defdoc2(String pk_defdoc2) { + this.pk_defdoc2 = pk_defdoc2; + } + + public String getPk_defdoc20() { + return pk_defdoc20; + } + + public void setPk_defdoc20(String pk_defdoc20) { + this.pk_defdoc20 = pk_defdoc20; + } + + public String getPk_defdoc3() { + return pk_defdoc3; + } + + public void setPk_defdoc3(String pk_defdoc3) { + this.pk_defdoc3 = pk_defdoc3; + } + + public String getPk_defdoc4() { + return pk_defdoc4; + } + + public void setPk_defdoc4(String pk_defdoc4) { + this.pk_defdoc4 = pk_defdoc4; + } + + public String getPk_defdoc5() { + return pk_defdoc5; + } + + public void setPk_defdoc5(String pk_defdoc5) { + this.pk_defdoc5 = pk_defdoc5; + } + + public String getPk_defdoc6() { + return pk_defdoc6; + } + + public void setPk_defdoc6(String pk_defdoc6) { + this.pk_defdoc6 = pk_defdoc6; + } + + public String getPk_defdoc7() { + return pk_defdoc7; + } + + public void setPk_defdoc7(String pk_defdoc7) { + this.pk_defdoc7 = pk_defdoc7; + } + + public String getPk_defdoc8() { + return pk_defdoc8; + } + + public void setPk_defdoc8(String pk_defdoc8) { + this.pk_defdoc8 = pk_defdoc8; + } + + public String getPk_defdoc9() { + return pk_defdoc9; + } + + public void setPk_defdoc9(String pk_defdoc9) { + this.pk_defdoc9 = pk_defdoc9; + } + + public String getVbillcode() { + return vbillcode; + } + + public void setVbillcode(String vbillcode) { + this.vbillcode = vbillcode; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/WareTransferBodyDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/WareTransferBodyDto.java new file mode 100644 index 00000000..c5a94555 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/WareTransferBodyDto.java @@ -0,0 +1,337 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +public class WareTransferBodyDto { + private String castunitid; + private String cinventoryid; + private String crowno; + private String cspaceid; + private String cspecialbid; + private String cspecialhid; + private String cvendorid; + private String dshldtransnum; + private String dvalidate; + private String fbillrowflag; + private String hsl; + private String locator; + private String naccountastnum; + private String naccountgrsnum; + private String naccountnum; + private String nadjustastnum; + private String nadjustgrsnum; + private String nadjustnum; + private String nbarcodenum; + private String ncheckastnum; + private String ncheckgrsnum; + private String nchecknum; + private String nperiodastnum; + private String nperiodnum; + private String nplannedprice; + private String nprice; + private String nshldtransastnum; + private String pk_measdoc; + private String status; + private String ts; + private String vbatchcode; + private String vfree0; + private String vfree1; + private String vfree2; + private String vfree3; + private String vfree4; + private String vfree5; + + public String getCastunitid() { + return castunitid; + } + + public void setCastunitid(String castunitid) { + this.castunitid = castunitid; + } + + public String getCinventoryid() { + return cinventoryid; + } + + public void setCinventoryid(String cinventoryid) { + this.cinventoryid = cinventoryid; + } + + public String getCrowno() { + return crowno; + } + + public void setCrowno(String crowno) { + this.crowno = crowno; + } + + public String getCspaceid() { + return cspaceid; + } + + public void setCspaceid(String cspaceid) { + this.cspaceid = cspaceid; + } + + public String getCspecialbid() { + return cspecialbid; + } + + public void setCspecialbid(String cspecialbid) { + this.cspecialbid = cspecialbid; + } + + public String getCspecialhid() { + return cspecialhid; + } + + public void setCspecialhid(String cspecialhid) { + this.cspecialhid = cspecialhid; + } + + public String getCvendorid() { + return cvendorid; + } + + public void setCvendorid(String cvendorid) { + this.cvendorid = cvendorid; + } + + public String getDshldtransnum() { + return dshldtransnum; + } + + public void setDshldtransnum(String dshldtransnum) { + this.dshldtransnum = dshldtransnum; + } + + public String getDvalidate() { + return dvalidate; + } + + public void setDvalidate(String dvalidate) { + this.dvalidate = dvalidate; + } + + public String getFbillrowflag() { + return fbillrowflag; + } + + public void setFbillrowflag(String fbillrowflag) { + this.fbillrowflag = fbillrowflag; + } + + public String getHsl() { + return hsl; + } + + public void setHsl(String hsl) { + this.hsl = hsl; + } + + public String getLocator() { + return locator; + } + + public void setLocator(String locator) { + this.locator = locator; + } + + public String getNaccountastnum() { + return naccountastnum; + } + + public void setNaccountastnum(String naccountastnum) { + this.naccountastnum = naccountastnum; + } + + public String getNaccountgrsnum() { + return naccountgrsnum; + } + + public void setNaccountgrsnum(String naccountgrsnum) { + this.naccountgrsnum = naccountgrsnum; + } + + public String getNaccountnum() { + return naccountnum; + } + + public void setNaccountnum(String naccountnum) { + this.naccountnum = naccountnum; + } + + public String getNadjustastnum() { + return nadjustastnum; + } + + public void setNadjustastnum(String nadjustastnum) { + this.nadjustastnum = nadjustastnum; + } + + public String getNadjustgrsnum() { + return nadjustgrsnum; + } + + public void setNadjustgrsnum(String nadjustgrsnum) { + this.nadjustgrsnum = nadjustgrsnum; + } + + public String getNadjustnum() { + return nadjustnum; + } + + public void setNadjustnum(String nadjustnum) { + this.nadjustnum = nadjustnum; + } + + public String getNbarcodenum() { + return nbarcodenum; + } + + public void setNbarcodenum(String nbarcodenum) { + this.nbarcodenum = nbarcodenum; + } + + public String getNcheckastnum() { + return ncheckastnum; + } + + public void setNcheckastnum(String ncheckastnum) { + this.ncheckastnum = ncheckastnum; + } + + public String getNcheckgrsnum() { + return ncheckgrsnum; + } + + public void setNcheckgrsnum(String ncheckgrsnum) { + this.ncheckgrsnum = ncheckgrsnum; + } + + public String getNchecknum() { + return nchecknum; + } + + public void setNchecknum(String nchecknum) { + this.nchecknum = nchecknum; + } + + public String getNperiodastnum() { + return nperiodastnum; + } + + public void setNperiodastnum(String nperiodastnum) { + this.nperiodastnum = nperiodastnum; + } + + public String getNperiodnum() { + return nperiodnum; + } + + public void setNperiodnum(String nperiodnum) { + this.nperiodnum = nperiodnum; + } + + public String getNplannedprice() { + return nplannedprice; + } + + public void setNplannedprice(String nplannedprice) { + this.nplannedprice = nplannedprice; + } + + public String getNprice() { + return nprice; + } + + public void setNprice(String nprice) { + this.nprice = nprice; + } + + public String getNshldtransastnum() { + return nshldtransastnum; + } + + public void setNshldtransastnum(String nshldtransastnum) { + this.nshldtransastnum = nshldtransastnum; + } + + public String getPk_measdoc() { + return pk_measdoc; + } + + public void setPk_measdoc(String pk_measdoc) { + this.pk_measdoc = pk_measdoc; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVbatchcode() { + return vbatchcode; + } + + public void setVbatchcode(String vbatchcode) { + this.vbatchcode = vbatchcode; + } + + public String getVfree0() { + return vfree0; + } + + public void setVfree0(String vfree0) { + this.vfree0 = vfree0; + } + + public String getVfree1() { + return vfree1; + } + + public void setVfree1(String vfree1) { + this.vfree1 = vfree1; + } + + public String getVfree2() { + return vfree2; + } + + public void setVfree2(String vfree2) { + this.vfree2 = vfree2; + } + + public String getVfree3() { + return vfree3; + } + + public void setVfree3(String vfree3) { + this.vfree3 = vfree3; + } + + public String getVfree4() { + return vfree4; + } + + public void setVfree4(String vfree4) { + this.vfree4 = vfree4; + } + + public String getVfree5() { + return vfree5; + } + + public void setVfree5(String vfree5) { + this.vfree5 = vfree5; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/WareTransferDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/WareTransferDto.java new file mode 100644 index 00000000..c8cf0cbb --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/WareTransferDto.java @@ -0,0 +1,31 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +import java.util.List; + +public class WareTransferDto { + /** + * 表头 + */ + private WareTransferHeadDto parentvo; + + /** + * 表体 + */ + private List childrenvo; + + public WareTransferHeadDto getParentvo() { + return parentvo; + } + + public void setParentvo(WareTransferHeadDto parentvo) { + this.parentvo = parentvo; + } + + public List getChildrenvo() { + return childrenvo; + } + + public void setChildrenvo(List childrenvo) { + this.childrenvo = childrenvo; + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/WareTransferHeadDto.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/WareTransferHeadDto.java new file mode 100644 index 00000000..7010df90 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/u8cdto/WareTransferHeadDto.java @@ -0,0 +1,572 @@ +package com.hzya.frame.plugin.lets.u8cdto; + +public class WareTransferHeadDto { + private String bccountflag; + private String cauditor; + private String cinbsrid; + private String cindeptid; + private String cinwarehouseid; + private String clastmodiid; + private String coperatorid; + private String coutbsor; + private String coutdeptid; + private String coutwarehouseid; + private String cspecialhid; + private String dbilldate; + private String denddate; + private String fassistantflag; + private String icheckmode; + private String pk_calbody; + private String pk_corp; + private String pk_defdoc1; + private String pk_defdoc10; + private String pk_defdoc11; + private String pk_defdoc12; + private String pk_defdoc13; + private String pk_defdoc14; + private String pk_defdoc15; + private String pk_defdoc16; + private String pk_defdoc17; + private String pk_defdoc18; + private String pk_defdoc19; + private String pk_defdoc2; + private String pk_defdoc20; + private String pk_defdoc3; + private String pk_defdoc4; + private String pk_defdoc5; + private String pk_defdoc6; + private String pk_defdoc7; + private String pk_defdoc8; + private String pk_defdoc9; + private String tlastmoditime; + private String tmaketime; + private String ts; + private String vadjuster; + private String vbillcode; + private String vnote; + private String vuserdef1; + private String vuserdef10; + private String vuserdef11; + private String vuserdef12; + private String vuserdef13; + private String vuserdef14; + private String vuserdef15; + private String vuserdef16; + private String vuserdef17; + private String vuserdef18; + private String vuserdef19; + private String vuserdef2; + private String vuserdef20; + private String vuserdef3; + private String vuserdef4; + private String vuserdef5; + private String vuserdef6; + private String vuserdef7; + private String vuserdef8; + private String vuserdef9; + + public String getBccountflag() { + return bccountflag; + } + + public void setBccountflag(String bccountflag) { + this.bccountflag = bccountflag; + } + + public String getCauditor() { + return cauditor; + } + + public void setCauditor(String cauditor) { + this.cauditor = cauditor; + } + + public String getCinbsrid() { + return cinbsrid; + } + + public void setCinbsrid(String cinbsrid) { + this.cinbsrid = cinbsrid; + } + + public String getCindeptid() { + return cindeptid; + } + + public void setCindeptid(String cindeptid) { + this.cindeptid = cindeptid; + } + + public String getCinwarehouseid() { + return cinwarehouseid; + } + + public void setCinwarehouseid(String cinwarehouseid) { + this.cinwarehouseid = cinwarehouseid; + } + + public String getClastmodiid() { + return clastmodiid; + } + + public void setClastmodiid(String clastmodiid) { + this.clastmodiid = clastmodiid; + } + + public String getCoperatorid() { + return coperatorid; + } + + public void setCoperatorid(String coperatorid) { + this.coperatorid = coperatorid; + } + + public String getCoutbsor() { + return coutbsor; + } + + public void setCoutbsor(String coutbsor) { + this.coutbsor = coutbsor; + } + + public String getCoutdeptid() { + return coutdeptid; + } + + public void setCoutdeptid(String coutdeptid) { + this.coutdeptid = coutdeptid; + } + + public String getCoutwarehouseid() { + return coutwarehouseid; + } + + public void setCoutwarehouseid(String coutwarehouseid) { + this.coutwarehouseid = coutwarehouseid; + } + + public String getCspecialhid() { + return cspecialhid; + } + + public void setCspecialhid(String cspecialhid) { + this.cspecialhid = cspecialhid; + } + + public String getDbilldate() { + return dbilldate; + } + + public void setDbilldate(String dbilldate) { + this.dbilldate = dbilldate; + } + + public String getDenddate() { + return denddate; + } + + public void setDenddate(String denddate) { + this.denddate = denddate; + } + + public String getFassistantflag() { + return fassistantflag; + } + + public void setFassistantflag(String fassistantflag) { + this.fassistantflag = fassistantflag; + } + + public String getIcheckmode() { + return icheckmode; + } + + public void setIcheckmode(String icheckmode) { + this.icheckmode = icheckmode; + } + + public String getPk_calbody() { + return pk_calbody; + } + + public void setPk_calbody(String pk_calbody) { + this.pk_calbody = pk_calbody; + } + + public String getPk_corp() { + return pk_corp; + } + + public void setPk_corp(String pk_corp) { + this.pk_corp = pk_corp; + } + + public String getPk_defdoc1() { + return pk_defdoc1; + } + + public void setPk_defdoc1(String pk_defdoc1) { + this.pk_defdoc1 = pk_defdoc1; + } + + public String getPk_defdoc10() { + return pk_defdoc10; + } + + public void setPk_defdoc10(String pk_defdoc10) { + this.pk_defdoc10 = pk_defdoc10; + } + + public String getPk_defdoc11() { + return pk_defdoc11; + } + + public void setPk_defdoc11(String pk_defdoc11) { + this.pk_defdoc11 = pk_defdoc11; + } + + public String getPk_defdoc12() { + return pk_defdoc12; + } + + public void setPk_defdoc12(String pk_defdoc12) { + this.pk_defdoc12 = pk_defdoc12; + } + + public String getPk_defdoc13() { + return pk_defdoc13; + } + + public void setPk_defdoc13(String pk_defdoc13) { + this.pk_defdoc13 = pk_defdoc13; + } + + public String getPk_defdoc14() { + return pk_defdoc14; + } + + public void setPk_defdoc14(String pk_defdoc14) { + this.pk_defdoc14 = pk_defdoc14; + } + + public String getPk_defdoc15() { + return pk_defdoc15; + } + + public void setPk_defdoc15(String pk_defdoc15) { + this.pk_defdoc15 = pk_defdoc15; + } + + public String getPk_defdoc16() { + return pk_defdoc16; + } + + public void setPk_defdoc16(String pk_defdoc16) { + this.pk_defdoc16 = pk_defdoc16; + } + + public String getPk_defdoc17() { + return pk_defdoc17; + } + + public void setPk_defdoc17(String pk_defdoc17) { + this.pk_defdoc17 = pk_defdoc17; + } + + public String getPk_defdoc18() { + return pk_defdoc18; + } + + public void setPk_defdoc18(String pk_defdoc18) { + this.pk_defdoc18 = pk_defdoc18; + } + + public String getPk_defdoc19() { + return pk_defdoc19; + } + + public void setPk_defdoc19(String pk_defdoc19) { + this.pk_defdoc19 = pk_defdoc19; + } + + public String getPk_defdoc2() { + return pk_defdoc2; + } + + public void setPk_defdoc2(String pk_defdoc2) { + this.pk_defdoc2 = pk_defdoc2; + } + + public String getPk_defdoc20() { + return pk_defdoc20; + } + + public void setPk_defdoc20(String pk_defdoc20) { + this.pk_defdoc20 = pk_defdoc20; + } + + public String getPk_defdoc3() { + return pk_defdoc3; + } + + public void setPk_defdoc3(String pk_defdoc3) { + this.pk_defdoc3 = pk_defdoc3; + } + + public String getPk_defdoc4() { + return pk_defdoc4; + } + + public void setPk_defdoc4(String pk_defdoc4) { + this.pk_defdoc4 = pk_defdoc4; + } + + public String getPk_defdoc5() { + return pk_defdoc5; + } + + public void setPk_defdoc5(String pk_defdoc5) { + this.pk_defdoc5 = pk_defdoc5; + } + + public String getPk_defdoc6() { + return pk_defdoc6; + } + + public void setPk_defdoc6(String pk_defdoc6) { + this.pk_defdoc6 = pk_defdoc6; + } + + public String getPk_defdoc7() { + return pk_defdoc7; + } + + public void setPk_defdoc7(String pk_defdoc7) { + this.pk_defdoc7 = pk_defdoc7; + } + + public String getPk_defdoc8() { + return pk_defdoc8; + } + + public void setPk_defdoc8(String pk_defdoc8) { + this.pk_defdoc8 = pk_defdoc8; + } + + public String getPk_defdoc9() { + return pk_defdoc9; + } + + public void setPk_defdoc9(String pk_defdoc9) { + this.pk_defdoc9 = pk_defdoc9; + } + + public String getTlastmoditime() { + return tlastmoditime; + } + + public void setTlastmoditime(String tlastmoditime) { + this.tlastmoditime = tlastmoditime; + } + + public String getTmaketime() { + return tmaketime; + } + + public void setTmaketime(String tmaketime) { + this.tmaketime = tmaketime; + } + + public String getTs() { + return ts; + } + + public void setTs(String ts) { + this.ts = ts; + } + + public String getVadjuster() { + return vadjuster; + } + + public void setVadjuster(String vadjuster) { + this.vadjuster = vadjuster; + } + + public String getVbillcode() { + return vbillcode; + } + + public void setVbillcode(String vbillcode) { + this.vbillcode = vbillcode; + } + + public String getVnote() { + return vnote; + } + + public void setVnote(String vnote) { + this.vnote = vnote; + } + + public String getVuserdef1() { + return vuserdef1; + } + + public void setVuserdef1(String vuserdef1) { + this.vuserdef1 = vuserdef1; + } + + public String getVuserdef10() { + return vuserdef10; + } + + public void setVuserdef10(String vuserdef10) { + this.vuserdef10 = vuserdef10; + } + + public String getVuserdef11() { + return vuserdef11; + } + + public void setVuserdef11(String vuserdef11) { + this.vuserdef11 = vuserdef11; + } + + public String getVuserdef12() { + return vuserdef12; + } + + public void setVuserdef12(String vuserdef12) { + this.vuserdef12 = vuserdef12; + } + + public String getVuserdef13() { + return vuserdef13; + } + + public void setVuserdef13(String vuserdef13) { + this.vuserdef13 = vuserdef13; + } + + public String getVuserdef14() { + return vuserdef14; + } + + public void setVuserdef14(String vuserdef14) { + this.vuserdef14 = vuserdef14; + } + + public String getVuserdef15() { + return vuserdef15; + } + + public void setVuserdef15(String vuserdef15) { + this.vuserdef15 = vuserdef15; + } + + public String getVuserdef16() { + return vuserdef16; + } + + public void setVuserdef16(String vuserdef16) { + this.vuserdef16 = vuserdef16; + } + + public String getVuserdef17() { + return vuserdef17; + } + + public void setVuserdef17(String vuserdef17) { + this.vuserdef17 = vuserdef17; + } + + public String getVuserdef18() { + return vuserdef18; + } + + public void setVuserdef18(String vuserdef18) { + this.vuserdef18 = vuserdef18; + } + + public String getVuserdef19() { + return vuserdef19; + } + + public void setVuserdef19(String vuserdef19) { + this.vuserdef19 = vuserdef19; + } + + public String getVuserdef2() { + return vuserdef2; + } + + public void setVuserdef2(String vuserdef2) { + this.vuserdef2 = vuserdef2; + } + + public String getVuserdef20() { + return vuserdef20; + } + + public void setVuserdef20(String vuserdef20) { + this.vuserdef20 = vuserdef20; + } + + public String getVuserdef3() { + return vuserdef3; + } + + public void setVuserdef3(String vuserdef3) { + this.vuserdef3 = vuserdef3; + } + + public String getVuserdef4() { + return vuserdef4; + } + + public void setVuserdef4(String vuserdef4) { + this.vuserdef4 = vuserdef4; + } + + public String getVuserdef5() { + return vuserdef5; + } + + public void setVuserdef5(String vuserdef5) { + this.vuserdef5 = vuserdef5; + } + + public String getVuserdef6() { + return vuserdef6; + } + + public void setVuserdef6(String vuserdef6) { + this.vuserdef6 = vuserdef6; + } + + public String getVuserdef7() { + return vuserdef7; + } + + public void setVuserdef7(String vuserdef7) { + this.vuserdef7 = vuserdef7; + } + + public String getVuserdef8() { + return vuserdef8; + } + + public void setVuserdef8(String vuserdef8) { + this.vuserdef8 = vuserdef8; + } + + public String getVuserdef9() { + return vuserdef9; + } + + public void setVuserdef9(String vuserdef9) { + this.vuserdef9 = vuserdef9; + } +} + diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/util/BasicArchivesCacheUtil.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/util/BasicArchivesCacheUtil.java new file mode 100644 index 00000000..2e2d3355 --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/util/BasicArchivesCacheUtil.java @@ -0,0 +1,189 @@ +package com.hzya.frame.plugin.lets.util; + +import com.hzya.frame.plugin.lets.dao.*; +import com.hzya.frame.plugin.lets.entity.*; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.stereotype.Component; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +/** + * 档案类缓存,TOC转换 + * + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.util + * @Project:kangarooDataCenterV3 + * @name:BasicArchivesCacheUtil + * @Date:2024/7/31 11:27 + * @Filename:BasicArchivesCacheUtil + */ +@Component +public class BasicArchivesCacheUtil { + + @Autowired + private IBdCorpDao iBdCorpDao; + + @Autowired + private IBdStordocDao iBdStordocDao; + + @Autowired + private IBdCalbodyDao iBdCalbodyDao; + + @Autowired + private IBdSalestruDao iBdSalestruDao; + + @Autowired + private IBdDeptdocDao iBdDeptdocDao; + + @Autowired + private IBdCumandocDao iBdCumandocDao; + + /** + * 初始化公司档案-表头公司 + * 2024年7月31日 11:16:23 + */ + public static Map stringBdCorpEntityMap = new HashMap<>(); + + public void initShop() throws Exception { + BdCorpEntity bdCorpEntity = new BdCorpEntity(); + bdCorpEntity.setDr(0); + bdCorpEntity.setDataSourceCode("sowow_sqlserver_test"); + List bdCorpEntityList = iBdCorpDao.query(bdCorpEntity); + if (bdCorpEntityList != null && bdCorpEntityList.size() > 0) { + for (int i = 0; i < bdCorpEntityList.size(); i++) { + BdCorpEntity bdCorpEntity1 = bdCorpEntityList.get(i); + stringBdCorpEntityMap.put(bdCorpEntity1.getUnitname(), bdCorpEntity1); + } + } + } + + /** + * 初始化发货仓库 + * 2024年7月31日 11:16:27 + * 202403011513:仓库根据仓库编码+库存组织编码去查询,之前是仓库编码+公司主键,和李佳妮确认好了 + */ + public static Map stringBdStordocEntityMap = new HashMap<>(); + + public void initBdStordoc() throws Exception { + BdStordocEntity bdStordocEntity = new BdStordocEntity(); + bdStordocEntity.setDr(0L); + bdStordocEntity.setDataSourceCode("sowow_sqlserver_test"); + List bdStordocEntityList = iBdStordocDao.query(bdStordocEntity); + if (bdStordocEntityList != null && bdStordocEntityList.size() > 0) { + for (int i = 0; i < bdStordocEntityList.size(); i++) { + BdStordocEntity bdStordocEntity1 = bdStordocEntityList.get(i); + stringBdStordocEntityMap.put(bdStordocEntity1.getStorcode() + bdStordocEntity1.getPkCalbody(), bdStordocEntity1); + } + } + } + + /** + * 2024年7月31日 11:09:12 查询发货库存组织 + */ + public static Map stringBdCalbodyEntityMap = new HashMap<>(); + + public void initBdCalbody() throws Exception { + BdCalbodyEntity bdCalbodyEntity = new BdCalbodyEntity(); + bdCalbodyEntity.setDr(0); + bdCalbodyEntity.setDataSourceCode("sowow_sqlserver_test"); + List bdCalbodyEntities = iBdCalbodyDao.query(bdCalbodyEntity); + if (bdCalbodyEntities != null && bdCalbodyEntities.size() > 0) { + for (int i = 0; i < bdCalbodyEntities.size(); i++) { + BdCalbodyEntity bdCalbodyEntity1 = bdCalbodyEntities.get(i); + stringBdCalbodyEntityMap.put(bdCalbodyEntity1.getPkCorp(), bdCalbodyEntity1); + } + } + } + + /** + * 初始化销售组织 + */ + public static Map stringBdSalestruEntityMap = new HashMap<>(); + + public void initBdSalestru() throws Exception { + BdSalestruEntity bdSalestruEntity = new BdSalestruEntity(); + bdSalestruEntity.setDr(0); + bdSalestruEntity.setDataSourceCode("sowow_sqlserver_test"); + List bdSalestruEntityList = iBdSalestruDao.query(bdSalestruEntity); + if (bdSalestruEntityList != null && bdSalestruEntityList.size() > 0) { + for (int i = 0; i < bdSalestruEntityList.size(); i++) { + BdSalestruEntity bdSalestruEntity1 = bdSalestruEntityList.get(i); + stringBdSalestruEntityMap.put(bdSalestruEntity1.getBelongcorp(), bdSalestruEntity1); + } + } + } + + /** + * 初始化业务部门 + * + * @author liuyang + */ + public static Map stringBdDeptdocEntityMap = new HashMap<>(); + + public void initDept() { + BdDeptdocEntity bdDeptdocEntity = new BdDeptdocEntity(); + bdDeptdocEntity.setDataSourceCode("sowow_sqlserver_test"); + bdDeptdocEntity.setDr(0); + bdDeptdocEntity.setDeptname("业务部门"); + List bdDeptdocEntityList = iBdDeptdocDao.query(bdDeptdocEntity); + if (bdDeptdocEntityList != null && bdDeptdocEntityList.size() > 0) { + for (int i = 0; i < bdDeptdocEntityList.size(); i++) { + BdDeptdocEntity bdDeptdocEntity1 = bdDeptdocEntityList.get(i); + stringBdDeptdocEntityMap.put(bdDeptdocEntity1.getPkCorp(), bdDeptdocEntity1); + } + } + } + + /** + * 初始化客商管理档案 + * + * @author liuyang + */ + public static Map stringBdCumandocEntityMap = new HashMap<>(); + + public void initBdCumandoc() { + BdCumandocEntity bdCumandocEntity1 = new BdCumandocEntity(); + bdCumandocEntity1.setDataSourceCode("sowow_sqlserver_test"); + bdCumandocEntity1.setDr(0L); +// bdCumandocEntity1.setCustflags(ProfilesActiveConstant.CUSTOMER);//客商:2客户 + List bdCumandocEntityList = iBdCumandocDao.query(bdCumandocEntity1); + if (bdCumandocEntityList != null && bdCumandocEntityList.size() > 0) { + for (int i = 0; i < bdCumandocEntityList.size(); i++) { + BdCumandocEntity bdCumandocEntity = bdCumandocEntityList.get(i); + stringBdCumandocEntityMap.put(bdCumandocEntity.getPkCubasdoc() + bdCumandocEntity.getPkCorp(), bdCumandocEntity); + } + } + } + + /** + * 清理缓存 + * + * @author liuyang + */ + public void clearCache() throws Exception { + stringBdCorpEntityMap.clear(); + stringBdStordocEntityMap.clear(); + stringBdCalbodyEntityMap.clear(); + stringBdSalestruEntityMap.clear(); + stringBdDeptdocEntityMap.clear(); + stringBdCumandocEntityMap.clear(); + } + + /** + * 初始化缓存 + * + * @author liuyang + */ + public void initCache() throws Exception { + clearCache(); + + initShop(); + initBdStordoc(); + initBdCalbody(); + initBdSalestru(); + initDept(); + initBdCumandoc(); + } +} diff --git a/buildpackage/src/main/java/com/hzya/frame/plugin/lets/util/DateStrUtil.java b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/util/DateStrUtil.java new file mode 100644 index 00000000..3e14c71e --- /dev/null +++ b/buildpackage/src/main/java/com/hzya/frame/plugin/lets/util/DateStrUtil.java @@ -0,0 +1,49 @@ +package com.hzya.frame.plugin.lets.util; + +import cn.hutool.core.date.DateTime; +import cn.hutool.core.date.DateUtil; +import com.hzya.frame.plugin.lets.resultvo.CalculateDateVo; + +import java.util.ArrayList; +import java.util.List; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.util + * @Project:kangarooDataCenterV3 + * @name:DateStrUtil + * @Date:2024/7/30 14:05 + * @Filename:DateStrUtil + */ +public class DateStrUtil { + /** + * 计算全天时间段 + * + * @author liuyang + */ + public static CalculateDateVo calculateCalculateEntireDayPeriod(String dateStr) { + List startAndEnd = new ArrayList<>(); + + String targetDate = null; + if (dateStr != null) { + targetDate = dateStr; + } else { + targetDate = calculateYesterdayDate();//拉取'昨天'的日期 + } + + CalculateDateVo calculateDateVo = new CalculateDateVo(); + calculateDateVo.setStart_time(targetDate + " 00:00:00"); + calculateDateVo.setEnd_time(targetDate + " 23:59:59"); + return calculateDateVo; + } + + /** + * 计算昨天的单据日期 + * + * @author liuyang + */ + public static String calculateYesterdayDate() { + DateTime yesterdayDate = DateUtil.yesterday(); + return DateUtil.format(yesterdayDate, "yyyy-MM-dd"); + } +} diff --git a/buildpackage/src/main/resources/application-lets.yml b/buildpackage/src/main/resources/application-lets.yml new file mode 100644 index 00000000..43d58b30 --- /dev/null +++ b/buildpackage/src/main/resources/application-lets.yml @@ -0,0 +1,37 @@ +#######################本地环境####################### +logging: + #日志级别 指定目录级别 + level: + root: info + encodings: UTF-8 + file: +# 日志保存路径 + path: /Users/liuyang/workspaces/hzya/kangarooDataCenterV3/log +spring: + datasource: + dynamic: + datasource: + master: + url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=3000000&socketTimeout=3000000&autoReconnectForPools=true + username: root + password: 62e4295b615a30dbf3b8ee96f41c820b + driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置 +savefile: + # 文件保存路径 + path: /Users/liuyang/workspaces/hzya/kangarooDataCenterV3/file +zt: + url: http://127.0.0.1:9999/kangarooDataCenterV3/entranceController/externalCallInterface +cbs8: + appId: 1P4AGrpz + appSecret: 2c2369ae5dc04382844bbe3a5abf39e1bea9cd3a + url: https://cbs8-openapi-reprd.csuat.cmburl.cn + # 测试用这个 这个是银行给的,和下面的公钥不是一对密钥 + ya_private_key: 83BA7EC821D35F4CB31FF9A51C1EFA520FC52AF828C2337F88E91CF119B07F44 + # 这个私钥到时候上传到cbs,和下面到是同一对 + #ya_private_key: e1eacfdee9b8d4184437d5a2071e17ce31befc3d93395f9f05709ed562e8dc46 + ya_public_key: 044fa399d2223760f17b81b863cb482b009294c4516f8a605dea1475ec09e720eaa98468715e5ad509a592a0b426061551c5a3df236966c23253a7d894eac0dcde + cbs_public_key: 0469146F06BF3B01236E84632441E826 + #电子回单下载临时存放位置 + elec_path: /Users/xiangerlin/Downloads/ +OA: + data_source_code: yc_oa \ No newline at end of file diff --git a/buildpackage/src/main/resources/cfgHome/plugin/sowow/pluginCfg.xml b/buildpackage/src/main/resources/cfgHome/plugin/sowow/pluginCfg.xml new file mode 100644 index 00000000..af5db26d --- /dev/null +++ b/buildpackage/src/main/resources/cfgHome/plugin/sowow/pluginCfg.xml @@ -0,0 +1,6 @@ + + +SoSalePlugin +SoSalePlugin插件 +90000001 + diff --git a/buildpackage/src/main/resources/cfgHome/plugin/sowow/spring/spring-sowow-dao.xml b/buildpackage/src/main/resources/cfgHome/plugin/sowow/spring/spring-sowow-dao.xml new file mode 100644 index 00000000..8ab565b9 --- /dev/null +++ b/buildpackage/src/main/resources/cfgHome/plugin/sowow/spring/spring-sowow-dao.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/buildpackage/src/main/resources/cfgHome/plugin/sowow/spring/spring-sowow-plugin.xml b/buildpackage/src/main/resources/cfgHome/plugin/sowow/spring/spring-sowow-plugin.xml new file mode 100644 index 00000000..3754e1a5 --- /dev/null +++ b/buildpackage/src/main/resources/cfgHome/plugin/sowow/spring/spring-sowow-plugin.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/buildpackage/src/main/resources/cfgHome/plugin/sowow/spring/spring-sowow-service.xml b/buildpackage/src/main/resources/cfgHome/plugin/sowow/spring/spring-sowow-service.xml new file mode 100644 index 00000000..672b652c --- /dev/null +++ b/buildpackage/src/main/resources/cfgHome/plugin/sowow/spring/spring-sowow-service.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/buildpackage/src/test/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleOutPluginInitializerToCTest.java b/buildpackage/src/test/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleOutPluginInitializerToCTest.java new file mode 100644 index 00000000..7cf0544d --- /dev/null +++ b/buildpackage/src/test/java/com/hzya/frame/plugin/lets/plugin/sales/SoSaleOutPluginInitializerToCTest.java @@ -0,0 +1,32 @@ +package com.hzya.frame.plugin.lets.plugin.sales; + +import com.hzya.frame.WebappApplication; +import org.junit.jupiter.api.Test; +import org.junit.runner.RunWith; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.test.context.junit4.SpringRunner; + +import static org.junit.jupiter.api.Assertions.*; + +/** + * @Author:liuyang + * @Package:com.hzya.frame.plugin.lets.plugin.sales + * @Project:kangarooDataCenterV3 + * @name:SoSaleOutPluginInitializerToCTest + * @Date:2024/7/30 14:21 + * @Filename:SoSaleOutPluginInitializerToCTest + */ +@RunWith(SpringRunner.class) +@SpringBootTest(classes = WebappApplication.class) +class SoSaleOutPluginInitializerToCTest { + + @Autowired + private SoSaleOutPluginInitializerToC soSaleOutPluginInitializerToC; + + @Test + void startImplement() throws Exception { +// soSaleOutPluginInitializerToC.startImplement("2024-07-05", null); + soSaleOutPluginInitializerToC.queryOfsSaleOrder(); + } +} \ No newline at end of file