Merge branch 'hy2250089' of http://47.96.183.77:3000/wms-parent-manage/mt-pms-api into hy2250089
Conflicts: .idea/workspace.xml wms-parent.iml
This commit is contained in:
commit
a5f5da8b79
@ -4,5 +4,6 @@
|
||||
<file url="file://$PROJECT_DIR$" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/wms-produce-manage" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/wms-produce-manage/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/wms-produce-manage/src/test/java/generator/CodeGenerator.java" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
@ -1,13 +0,0 @@
|
||||
<component name="libraryTable">
|
||||
<library name="Maven: org.mapstruct:mapstruct:1.1.0.Final">
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.1.0.Final/mapstruct-1.1.0.Final.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.1.0.Final/mapstruct-1.1.0.Final-javadoc.jar!/" />
|
||||
</JAVADOC>
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/mapstruct/mapstruct/1.1.0.Final/mapstruct-1.1.0.Final-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
@ -7,8 +7,26 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="3fd1674b-533b-4c0c-9ac3-bba39e6841ef" name="Default" comment="">
|
||||
<list default="true" id="3fd1674b-533b-4c0c-9ac3-bba39e6841ef" name="Default" comment="mark">
|
||||
<change afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/mapstruct/MtAloneByOrderInfoMapping.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/model/MtAloneByOrderInfoVo.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/libraries/Maven__org_mapstruct_mapstruct_1_1_0_Final.xml" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-parent.iml" beforeDir="false" afterPath="$PROJECT_DIR$/wms-parent.iml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/pom.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/constant/ProduceManagePublicMethod.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/constant/ProduceManagePublicMethod.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/dao/MtAloneByOrderInfoMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/dao/MtAloneByOrderInfoMapper.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/dao/MtAloneByProductInfoMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/dao/MtAloneByProductInfoMapper.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/mapper/MtAloneByOrderInfoMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/mapper/MtAloneByOrderInfoMapper.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/mapper/MtAloneByProductInfoMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/mapper/MtAloneByProductInfoMapper.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/model/MtAloneByOrderInfo.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/model/MtAloneByOrderInfo.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/model/MtAloneByOrderInfoParams.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/model/MtAloneByOrderInfoParams.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/MtAloneByOrderInfoService.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/MtAloneByOrderInfoService.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/MtAloneByProductInfoService.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/MtAloneByProductInfoService.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/impl/MtAloneByOrderInfoServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/impl/MtAloneByOrderInfoServiceImpl.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/impl/MtAloneByProductInfoServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/service/impl/MtAloneByProductInfoServiceImpl.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/web/MtAloneByOrderInfoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/web/MtAloneByOrderInfoController.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@ -77,7 +95,7 @@
|
||||
<component name="MavenImportPreferences">
|
||||
<option name="generalSettings">
|
||||
<MavenGeneralSettings>
|
||||
<option name="mavenHome" value="$APPLICATION_HOME_DIR$/plugins/maven/lib/maven3" />
|
||||
<option name="mavenHome" value="E:\idea\IntelliJ IDEA 2019.3.5\plugins\maven\lib\maven3" />
|
||||
</MavenGeneralSettings>
|
||||
</option>
|
||||
</component>
|
||||
@ -128,24 +146,23 @@
|
||||
<property name="RequestMappingsPanelWidth1" value="75" />
|
||||
<property name="RequestMappingsPanelWidth2" value="75" />
|
||||
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
||||
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
||||
<property name="SearchEverywhereHistoryKey" value="	FILE	file://D:/gitSpace/mt-wms-api/wms-produce-manage/src/main/java/com/deer/wms/produce/manage/dao/MtAloneProcessMapper.java" />
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="aspect.path.notification.shown" value="true" />
|
||||
<property name="com.intellij.database.dataSource.DataSourceTemplate" value="MySQL" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
||||
<property name="project.structure.last.edited" value="Artifacts" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$/wms-produce-manage" />
|
||||
<property name="project.structure.last.edited" value="Modules" />
|
||||
<property name="project.structure.proportion" value="0.15" />
|
||||
<property name="project.structure.side.proportion" value="0.2" />
|
||||
<property name="restartRequiresConfirmation" value="false" />
|
||||
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
|
||||
</component>
|
||||
<component name="RecentsManager">
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="D:\gitSpace\mt-pms-api\wms-produce-manage\src\main\java\com\deer\wms\produce\manage\mapper" />
|
||||
<recent name="D:\gitSpace\mt-wms-api\wms-produce-manage\src\main\java\com\deer\wms\produce\manage\model" />
|
||||
<recent name="D:\gitSpace\mt-wms-api\wms-produce-manage\src\main" />
|
||||
<recent name="D:\gitSpace\mt-wms-api\wms-produce-manage\src\main\java\com\deer\wms\produce\manage\mapper" />
|
||||
<recent name="D:\gitSpace\mt-wms-api\wms-produce-manage\src\main\java\com\deer\wms\produce\manage\dao" />
|
||||
<key name="CreateClassDialog.RecentsKey">
|
||||
<recent name="com.deer.wms.produce.manage.model" />
|
||||
<recent name="com.deer.wms.produce.manage.web" />
|
||||
<recent name="com.deer.wms.produce.manage.service" />
|
||||
</key>
|
||||
<key name="CopyClassDialog.RECENTS_KEY">
|
||||
<recent name="com.deer.wms.produce.manage.web" />
|
||||
@ -154,10 +171,12 @@
|
||||
<recent name="com.deer.wms.api" />
|
||||
<recent name="com.deer.wms.produce.manage.dao" />
|
||||
</key>
|
||||
<key name="CreateClassDialog.RecentsKey">
|
||||
<recent name="com.deer.wms.produce.manage.model" />
|
||||
<recent name="com.deer.wms.produce.manage.web" />
|
||||
<recent name="com.deer.wms.produce.manage.service" />
|
||||
<key name="CopyFile.RECENT_KEYS">
|
||||
<recent name="E:\work\项目\mt-pms-api\src\test" />
|
||||
<recent name="D:\gitSpace\mt-pms-api\wms-produce-manage\src\main\java\com\deer\wms\produce\manage\mapper" />
|
||||
<recent name="D:\gitSpace\mt-wms-api\wms-produce-manage\src\main\java\com\deer\wms\produce\manage\model" />
|
||||
<recent name="D:\gitSpace\mt-wms-api\wms-produce-manage\src\main" />
|
||||
<recent name="D:\gitSpace\mt-wms-api\wms-produce-manage\src\main\java\com\deer\wms\produce\manage\mapper" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunDashboard">
|
||||
@ -167,7 +186,7 @@
|
||||
</set>
|
||||
</option>
|
||||
</component>
|
||||
<component name="RunManager" selected="Application.BillCodeGenerator">
|
||||
<component name="RunManager" selected="Application.Test">
|
||||
<configuration default="true" type="Applet" factoryName="Applet">
|
||||
<option name="HTML_USED" value="false" />
|
||||
<option name="WIDTH" value="400" />
|
||||
@ -175,29 +194,27 @@
|
||||
<option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
|
||||
<module />
|
||||
</configuration>
|
||||
<configuration name="BillCodeGenerator" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="BillCodeGenerator" />
|
||||
<module name="wms-produce-manage" />
|
||||
<configuration name="CodeGenerator (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="generator.CodeGenerator" />
|
||||
<module name="wms-parent" />
|
||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="generator.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="ParseJSON" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="ParseJSON" />
|
||||
<module name="wms-produce-manage" />
|
||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="ProduceManagePublicMethod" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="com.deer.wms.produce.manage.constant.ProduceManagePublicMethod" />
|
||||
<configuration name="CodeGenerator" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="generator.CodeGenerator" />
|
||||
<module name="wms-produce-manage" />
|
||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.deer.wms.produce.manage.constant.*" />
|
||||
<option name="PATTERN" value="generator.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
@ -219,12 +236,39 @@
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration name="Test" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
||||
<option name="MAIN_CLASS_NAME" value="com.deer.wms.produce.manage.web.Test" />
|
||||
<module name="wms-produce-manage" />
|
||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.deer.wms.produce.manage.web.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration default="true" type="Application" factoryName="Application">
|
||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration default="true" type="ArquillianTestNG" factoryName="" nameIsGenerated="true">
|
||||
<option name="arquillianRunConfiguration">
|
||||
<value>
|
||||
<option name="containerStateName" value="" />
|
||||
</value>
|
||||
</option>
|
||||
<option name="TEST_OBJECT" value="CLASS" />
|
||||
<properties />
|
||||
<listeners />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<configuration default="true" type="JUnit" factoryName="JUnit">
|
||||
<option name="TEST_OBJECT" value="class" />
|
||||
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
|
||||
@ -277,17 +321,19 @@
|
||||
</method>
|
||||
</configuration>
|
||||
<list>
|
||||
<item itemvalue="Application.BillCodeGenerator" />
|
||||
<item itemvalue="Application.ParseJSON" />
|
||||
<item itemvalue="Application.ProduceManagePublicMethod" />
|
||||
<item itemvalue="Application.ProductProcessBatchDetServiceImpl" />
|
||||
<item itemvalue="Application.CodeGenerator" />
|
||||
<item itemvalue="Application.CodeGenerator (1)" />
|
||||
<item itemvalue="Spring Boot.PmsApplication" />
|
||||
<item itemvalue="Application.Test" />
|
||||
</list>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Application.Test" />
|
||||
<item itemvalue="Spring Boot.PmsApplication" />
|
||||
<item itemvalue="Application.CodeGenerator (1)" />
|
||||
<item itemvalue="Application.CodeGenerator" />
|
||||
<item itemvalue="Application.ProductProcessBatchDetServiceImpl" />
|
||||
<item itemvalue="Application.ProduceManagePublicMethod" />
|
||||
<item itemvalue="Application.BillCodeGenerator" />
|
||||
<item itemvalue="Application.ParseJSON" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
</component>
|
||||
@ -480,7 +526,31 @@
|
||||
<workItem from="1597479765393" duration="638000" />
|
||||
<workItem from="1597480692452" duration="842000" />
|
||||
<workItem from="1597481559685" duration="387000" />
|
||||
<workItem from="1597623956541" duration="2164000" />
|
||||
<workItem from="1597651088439" duration="12000" />
|
||||
<workItem from="1597653578641" duration="17000" />
|
||||
<workItem from="1597710573568" duration="149000" />
|
||||
<workItem from="1597715559594" duration="2738000" />
|
||||
<workItem from="1597734009753" duration="14000" />
|
||||
<workItem from="1597734148841" duration="568000" />
|
||||
<workItem from="1597971890218" duration="12735000" />
|
||||
<workItem from="1597989143534" duration="10955000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="mark">
|
||||
<created>1597716938734</created>
|
||||
<option name="number" value="00001" />
|
||||
<option name="presentableId" value="LOCAL-00001" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1597716938734</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00002" summary="mark">
|
||||
<created>1597717639939</created>
|
||||
<option name="number" value="00002" />
|
||||
<option name="presentableId" value="LOCAL-00002" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1597717639939</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="3" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TodoView">
|
||||
@ -493,118 +563,78 @@
|
||||
</todo-panel>
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
<option name="version" value="2" />
|
||||
<option name="version" value="3" />
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="mark" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="mark" />
|
||||
</component>
|
||||
<component name="WindowStateProjectService">
|
||||
<state x="772" y="353" key="#Notifications" timestamp="1597481149033">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state x="772" y="353" key="#Notifications/0.0.1920.1040@0.0.1920.1040" timestamp="1597481149033" />
|
||||
<state x="621" y="198" key="FileChooserDialogImpl" timestamp="1597481488476">
|
||||
<state x="312" y="0" key="#Project_Structure" timestamp="1597710689866">
|
||||
<screen x="0" y="0" width="1920" height="1050" />
|
||||
</state>
|
||||
<state x="312" y="0" key="#Project_Structure/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1597710689866" />
|
||||
<state x="513" y="309" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1597710642111">
|
||||
<screen x="0" y="0" width="1920" height="1050" />
|
||||
</state>
|
||||
<state x="513" y="309" key="#com.intellij.fileTypes.FileTypeChooser/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1597710642111" />
|
||||
<state x="765" y="223" key="#com.intellij.ide.util.MemberChooser" timestamp="1597999710196">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state x="621" y="198" key="FileChooserDialogImpl/0.0.1920.1040@0.0.1920.1040" timestamp="1597481488476" />
|
||||
<state x="765" y="223" key="#com.intellij.ide.util.MemberChooser/0.0.1920.1040@0.0.1920.1040" timestamp="1597999710196" />
|
||||
<state x="389" y="0" key="CommitChangelistDialog2" timestamp="1597718387821">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state x="389" y="0" key="CommitChangelistDialog2/0.0.1920.1040@0.0.1920.1040" timestamp="1597718387821" />
|
||||
<state x="389" y="39" key="CommitChangelistDialog2/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1597717639469" />
|
||||
<state x="621" y="198" key="FileChooserDialogImpl" timestamp="1597989841097">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state x="621" y="198" key="FileChooserDialogImpl/0.0.1920.1040@0.0.1920.1040" timestamp="1597989841097" />
|
||||
<state x="621" y="200" key="FileChooserDialogImpl/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1597734021850" />
|
||||
<state x="730" y="396" key="Gitee.ShareDialog" timestamp="1597481505655">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state x="730" y="396" key="Gitee.ShareDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1597481505655" />
|
||||
<state width="1877" height="275" key="GridCell.Tab.0.bottom" timestamp="1598000181099">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state width="1877" height="275" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1598000181099" />
|
||||
<state width="1921" height="28" key="GridCell.Tab.0.bottom/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1597717630394" />
|
||||
<state width="1877" height="275" key="GridCell.Tab.0.center" timestamp="1598000181098">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state width="1877" height="275" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1598000181098" />
|
||||
<state width="1921" height="28" key="GridCell.Tab.0.center/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1597717630394" />
|
||||
<state width="1877" height="275" key="GridCell.Tab.0.left" timestamp="1598000181098">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state width="1877" height="275" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1598000181098" />
|
||||
<state width="1921" height="28" key="GridCell.Tab.0.left/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1597717630393" />
|
||||
<state width="1877" height="275" key="GridCell.Tab.0.right" timestamp="1598000181098">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state width="1877" height="275" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1598000181098" />
|
||||
<state width="1921" height="28" key="GridCell.Tab.0.right/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1597717630394" />
|
||||
<state x="490" y="174" key="Maven.ArtifactSearchDialog" timestamp="1597988929076">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state x="490" y="174" key="Maven.ArtifactSearchDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1597988929076" />
|
||||
<state x="366" y="78" key="SettingsEditor" timestamp="1597481540846">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state x="366" y="78" key="SettingsEditor/0.0.1920.1040@0.0.1920.1040" timestamp="1597481540846" />
|
||||
<state x="452" y="193" key="Vcs.Push.Dialog.v2" timestamp="1597717645717">
|
||||
<screen x="0" y="0" width="1920" height="1050" />
|
||||
</state>
|
||||
<state x="452" y="193" key="Vcs.Push.Dialog.v2/0.0.1920.1050/-1920.0.1920.1050@0.0.1920.1050" timestamp="1597717645717" />
|
||||
</component>
|
||||
<component name="antWorkspaceConfiguration">
|
||||
<option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
|
||||
<option name="FILTER_TARGETS" value="false" />
|
||||
</component>
|
||||
<component name="masterDetails">
|
||||
<states>
|
||||
<state key="ArtifactsStructureConfigurable.UI">
|
||||
<settings>
|
||||
<artifact-editor />
|
||||
<last-edited>wms-api:jar</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
<option value="0.5" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="FacetStructureConfigurable.UI">
|
||||
<settings>
|
||||
<last-edited>Spring</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="GlobalLibrariesConfigurable.UI">
|
||||
<settings>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="JdkListConfigurable.UI">
|
||||
<settings>
|
||||
<last-edited>1.8</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="ModuleStructureConfigurable.UI">
|
||||
<settings>
|
||||
<last-edited>wms-produce-manage</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
<option value="0.6" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="ProjectJDKs.UI">
|
||||
<settings>
|
||||
<last-edited>1.8</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
<state key="ProjectLibrariesConfigurable.UI">
|
||||
<settings>
|
||||
<last-edited>Maven: com.alibaba:druid-spring-boot-starter:1.1.2</last-edited>
|
||||
<splitter-proportions>
|
||||
<option name="proportions">
|
||||
<list>
|
||||
<option value="0.2" />
|
||||
</list>
|
||||
</option>
|
||||
</splitter-proportions>
|
||||
</settings>
|
||||
</state>
|
||||
</states>
|
||||
</component>
|
||||
</project>
|
411
logs/spring.log
411
logs/spring.log
@ -23279,3 +23279,414 @@ java.lang.NullPointerException: null
|
||||
2020-05-08 16:34:07.206 DEBUG 10184 --- [http-nio-9062-exec-2] c.d.w.p.m.d.P.findProcMatVoListByProcess : ==> Preparing: SELECT procmaterials.*, unit.unit_name unit_name0 FROM mt_alone_process_materials procmaterials LEFT JOIN unit ON procmaterials.unit_id = unit.unit_id AND procmaterials.company_id = unit.company_id WHERE procmaterials.process_id = ? AND procmaterials.company_id = ? ORDER BY procmaterials.id limit ?,?
|
||||
2020-05-08 16:34:07.207 DEBUG 10184 --- [http-nio-9062-exec-2] c.d.w.p.m.d.P.findProcMatVoListByProcess : ==> Parameters: 60(Integer), 1(Integer), 0(Integer), 999(Integer)
|
||||
2020-05-08 16:34:07.263 DEBUG 10184 --- [http-nio-9062-exec-2] c.d.w.p.m.d.P.findProcMatVoListByProcess : <== Total: 2
|
||||
2020-08-18 15:13:18.014 INFO 4524 --- [main] c.d.w.p.m.PmsApplication : Starting PmsApplication on DESKTOP-5CTK5AA with PID 4524 (started by 93938 in E:\work\项目\mt-pms-api)
|
||||
2020-08-18 15:13:18.014 DEBUG 4524 --- [main] c.d.w.p.m.PmsApplication : Running with Spring Boot v1.5.6.RELEASE, Spring v4.3.10.RELEASE
|
||||
2020-08-18 15:13:18.014 INFO 4524 --- [main] c.d.w.p.m.PmsApplication : The following profiles are active: dev
|
||||
2020-08-18 15:13:18.045 INFO 4524 --- [main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@46fa7c39: startup date [Tue Aug 18 15:13:18 CST 2020]; root of context hierarchy
|
||||
2020-08-18 15:13:19.014 INFO 4524 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
|
||||
2020-08-18 15:13:19.295 WARN 4524 --- [main] o.s.c.a.ConfigurationClassPostProcessor : Cannot enhance @Configuration bean definition 'produceManageMybatisConfigurer' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static'.
|
||||
2020-08-18 15:13:19.483 INFO 4524 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration' of type [org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration$$EnhancerBySpringCGLIB$$5d7a278c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-08-18 15:13:19.530 INFO 4524 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$970e695e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-08-18 15:13:19.717 INFO 4524 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 9062 (http)
|
||||
2020-08-18 15:13:19.733 INFO 4524 --- [main] o.a.c.c.StandardService : Starting service [Tomcat]
|
||||
2020-08-18 15:13:19.733 INFO 4524 --- [main] o.a.c.c.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.16
|
||||
2020-08-18 15:13:19.873 INFO 4524 --- [localhost-startStop-1] o.a.c.c.C.[.[.[/pms] : Initializing Spring embedded WebApplicationContext
|
||||
2020-08-18 15:13:19.873 INFO 4524 --- [localhost-startStop-1] o.s.w.c.ContextLoader : Root WebApplicationContext: initialization completed in 1828 ms
|
||||
2020-08-18 15:13:20.077 INFO 4524 --- [localhost-startStop-1] o.s.b.w.s.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
|
||||
2020-08-18 15:13:20.077 INFO 4524 --- [localhost-startStop-1] o.s.b.w.s.ServletRegistrationBean : Mapping servlet: 'statViewServlet' to [/druid/*]
|
||||
2020-08-18 15:13:20.077 INFO 4524 --- [localhost-startStop-1] o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
|
||||
2020-08-18 15:13:20.077 INFO 4524 --- [localhost-startStop-1] o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
|
||||
2020-08-18 15:13:20.077 INFO 4524 --- [localhost-startStop-1] o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
|
||||
2020-08-18 15:13:20.077 INFO 4524 --- [localhost-startStop-1] o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
|
||||
2020-08-18 15:13:20.077 INFO 4524 --- [localhost-startStop-1] o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'webStatFilter' to urls: [/*]
|
||||
2020-08-18 15:13:20.077 INFO 4524 --- [localhost-startStop-1] o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'corsFilter' to: [/*]
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/machining/products/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MachiningProductController.add(com.deer.wms.produce.manage.model.MachiningProduct,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/machining/products/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MachiningProductController.update(com.deer.wms.produce.manage.model.MachiningProduct)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/machining/products/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MachiningProductController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/machining/products/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MachiningProductController.list(com.deer.wms.produce.manage.model.MachiningProductParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/machining/products/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MachiningProductController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/machining/products/productHaveBomList],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MachiningProductController.productHaveBomList(com.deer.wms.produce.manage.model.MachiningProductParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/machining/products/selectMaterialByType],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MachiningProductController.selectMaterialByType(com.deer.wms.produce.manage.model.MachiningProduct,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/machining/products/productList],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MachiningProductController.productList(com.deer.wms.produce.manage.model.MachiningProductParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/infos/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsInfoController.add(com.deer.wms.produce.manage.model.MaterialsInfo,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/infos/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsInfoController.update(com.deer.wms.produce.manage.model.MaterialsInfo)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/infos/delete],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsInfoController.delete(java.lang.Integer,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/infos/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsInfoController.list(com.deer.wms.produce.manage.model.MaterialsInfoParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/infos/detail],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsInfoController.detail(com.deer.wms.produce.manage.model.MaterialsInfoParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/infos/selectMaterialsByKeyWords],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsInfoController.selectMaterialsByKeyWords(com.deer.wms.produce.manage.model.MaterialsInfoParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/infos/selectMaterialByNameOrNum],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsInfoController.selectMaterialByNameOrNum(com.deer.wms.produce.manage.model.MaterialsInfoParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/outgoing/logs/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsOutgoingLogController.add(com.deer.wms.produce.manage.model.MaterialsOutgoingLog,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/outgoing/logs/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsOutgoingLogController.update(com.deer.wms.produce.manage.model.MaterialsOutgoingLog)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/outgoing/logs/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsOutgoingLogController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/outgoing/logs/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsOutgoingLogController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/outgoing/logs/listByOneMaterial],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsOutgoingLogController.listByOneMaterial(com.deer.wms.produce.manage.model.MaterialsOutgoingLogParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/stock/infos/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsStockInfoController.add(com.deer.wms.produce.manage.model.MaterialsStockInfo,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/stock/infos/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsStockInfoController.update(com.deer.wms.produce.manage.model.MaterialsStockInfo)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/stock/infos/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsStockInfoController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/materials/stock/infos/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MaterialsStockInfoController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/a/shelfs/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByAShelfController.add(com.deer.wms.produce.manage.model.MtAloneByAShelf,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/a/shelfs/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByAShelfController.update(com.deer.wms.produce.manage.model.MtAloneByAShelf)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/a/shelfs/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByAShelfController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/a/shelfs/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByAShelfController.list(com.deer.wms.produce.manage.model.MtAloneByAShelfParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/a/shelfs/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByAShelfController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/bake/cloths/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByBakeClothController.add(com.deer.wms.produce.manage.model.MtAloneByBakeCloth,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/bake/cloths/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByBakeClothController.update(com.deer.wms.produce.manage.model.MtAloneByBakeCloth)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/bake/cloths/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByBakeClothController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/bake/cloths/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByBakeClothController.list(com.deer.wms.produce.manage.model.MtAloneByBakeClothParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/bake/cloths/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByBakeClothController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coatings/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingController.add(com.deer.wms.produce.manage.model.MtAloneByCoating,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coatings/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingController.update(com.deer.wms.produce.manage.model.MtAloneByCoating)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coatings/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coatings/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingController.list(com.deer.wms.produce.manage.model.MtAloneByCoatingParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.030 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coatings/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/glues/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingGlueController.add(com.deer.wms.produce.manage.model.MtAloneByCoatingGlue,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/glues/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingGlueController.update(com.deer.wms.produce.manage.model.MtAloneByCoatingGlue)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/glues/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingGlueController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/glues/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingGlueController.list(com.deer.wms.produce.manage.model.MtAloneByCoatingGlueParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/glues/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingGlueController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/progresss/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingProgressController.add(com.deer.wms.produce.manage.model.MtAloneByCoatingProgress,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/progresss/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingProgressController.update(com.deer.wms.produce.manage.model.MtAloneByCoatingProgress)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/progresss/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingProgressController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/progresss/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingProgressController.list(com.deer.wms.produce.manage.model.MtAloneByCoatingProgressParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/coating/progresss/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByCoatingProgressController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/go/dye/factorys/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByGoDyeFactoryController.add(com.deer.wms.produce.manage.model.MtAloneByGoDyeFactory,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/go/dye/factorys/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByGoDyeFactoryController.update(com.deer.wms.produce.manage.model.MtAloneByGoDyeFactory)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/go/dye/factorys/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByGoDyeFactoryController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/go/dye/factorys/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByGoDyeFactoryController.list(com.deer.wms.produce.manage.model.MtAloneByGoDyeFactoryParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/go/dye/factorys/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByGoDyeFactoryController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/logisticss/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByLogisticsController.add(com.deer.wms.produce.manage.model.MtAloneByLogistics,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/logisticss/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByLogisticsController.update(com.deer.wms.produce.manage.model.MtAloneByLogistics)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/logisticss/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByLogisticsController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/logisticss/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByLogisticsController.list(com.deer.wms.produce.manage.model.MtAloneByLogisticsParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/logisticss/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByLogisticsController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/order/infos/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByOrderInfoController.add(com.deer.wms.produce.manage.model.MtAloneByOrderInfo,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/order/infos/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByOrderInfoController.update(com.deer.wms.produce.manage.model.MtAloneByOrderInfo)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/order/infos/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByOrderInfoController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/order/infos/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByOrderInfoController.list(com.deer.wms.produce.manage.model.MtAloneByOrderInfoParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/order/infos/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByOrderInfoController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/product/infos/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByProductInfoController.add(com.deer.wms.produce.manage.model.MtAloneByProductInfo,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/product/infos/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByProductInfoController.update(com.deer.wms.produce.manage.model.MtAloneByProductInfo)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/product/infos/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByProductInfoController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/product/infos/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByProductInfoController.list(com.deer.wms.produce.manage.model.MtAloneByProductInfoParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/product/infos/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByProductInfoController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/run/cloths/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByRunClothController.add(com.deer.wms.produce.manage.model.MtAloneByRunCloth,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/run/cloths/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByRunClothController.update(com.deer.wms.produce.manage.model.MtAloneByRunCloth)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/run/cloths/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByRunClothController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/run/cloths/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByRunClothController.list(com.deer.wms.produce.manage.model.MtAloneByRunClothParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/run/cloths/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByRunClothController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/trimmings/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByTrimmingController.add(com.deer.wms.produce.manage.model.MtAloneByTrimming,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/trimmings/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByTrimmingController.update(com.deer.wms.produce.manage.model.MtAloneByTrimming)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/trimmings/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByTrimmingController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/trimmings/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByTrimmingController.list(com.deer.wms.produce.manage.model.MtAloneByTrimmingParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/trimmings/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByTrimmingController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/weav/cloths/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByWeavClothController.add(com.deer.wms.produce.manage.model.MtAloneByWeavCloth,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/weav/cloths/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByWeavClothController.update(com.deer.wms.produce.manage.model.MtAloneByWeavCloth)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/weav/cloths/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByWeavClothController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/weav/cloths/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByWeavClothController.list(com.deer.wms.produce.manage.model.MtAloneByWeavClothParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/by/weav/cloths/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneByWeavClothController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.add(com.deer.wms.produce.manage.model.MtAloneProcess,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.update(com.deer.wms.produce.manage.model.MtAloneProcess)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/saveProcAndProcMat],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.saveProcAndProcMat(com.deer.wms.produce.manage.model.ProcessAndProcMat,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/query/process/detail],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.queryProcessDetail(com.deer.wms.produce.manage.model.MtAloneProcessParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/processListByProductBom],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.processListByProductBom(com.deer.wms.produce.manage.model.ProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/detectProcessByBatchDet],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.detectProcessByBatchDet(com.deer.wms.produce.manage.model.ProductProcessBatchDetParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/processListByProductProcess],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.processListByProductProcess(com.deer.wms.produce.manage.model.ProductProcessParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.045 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/processs/updateProcess],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessController.updateProcess(com.deer.wms.produce.manage.model.ProcessHo)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/process/methodss/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessMethodsController.add(com.deer.wms.produce.manage.model.MtAloneProcessMethods,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/process/methodss/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessMethodsController.update(com.deer.wms.produce.manage.model.MtAloneProcessMethods)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/process/methodss/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessMethodsController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/process/methodss/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessMethodsController.list(com.deer.wms.produce.manage.model.MtAloneProcessMethodsParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/process/methodss/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProcessMethodsController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/product/names/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProductNameController.add(com.deer.wms.produce.manage.model.MtAloneProductName,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/product/names/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProductNameController.update(com.deer.wms.produce.manage.model.MtAloneProductName)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/product/names/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProductNameController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/product/names/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProductNameController.list(com.deer.wms.produce.manage.model.MtAloneProductNameParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/product/names/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneProductNameController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/serial/numbers/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneSerialNumberController.add(com.deer.wms.produce.manage.model.MtAloneSerialNumber,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/serial/numbers/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneSerialNumberController.update(com.deer.wms.produce.manage.model.MtAloneSerialNumber)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/serial/numbers/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneSerialNumberController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/serial/numbers/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneSerialNumberController.list(com.deer.wms.produce.manage.model.MtAloneSerialNumberParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/alone/serial/numbers/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtAloneSerialNumberController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/number/confs/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtNumberConfController.add(com.deer.wms.produce.manage.model.MtNumberConf,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/number/confs/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtNumberConfController.update(com.deer.wms.produce.manage.model.MtNumberConf)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/number/confs/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtNumberConfController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/number/confs/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtNumberConfController.list(com.deer.wms.produce.manage.model.MtNumberConfParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/number/confs/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtNumberConfController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/stock/provendors/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtStockProvendorController.add(com.deer.wms.produce.manage.model.MtStockProvendor,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/stock/provendors/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtStockProvendorController.update(com.deer.wms.produce.manage.model.MtStockProvendor)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/stock/provendors/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtStockProvendorController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/stock/provendors/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtStockProvendorController.list(com.deer.wms.produce.manage.model.MtStockProvendorParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/mt/stock/provendors/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.MtStockProvendorController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/batch/relats/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBatchRelatController.add(com.deer.wms.produce.manage.model.ProcessBatchRelat,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/batch/relats/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBatchRelatController.update(com.deer.wms.produce.manage.model.ProcessBatchRelat)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/batch/relats/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBatchRelatController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/batch/relats/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBatchRelatController.list(com.deer.wms.produce.manage.model.ProcessBatchRelatParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/batch/relats/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBatchRelatController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.add(com.deer.wms.produce.manage.model.ProcessBom,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.update(com.deer.wms.produce.manage.model.ProcessBom)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.list(com.deer.wms.produce.manage.model.ProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/add/process/to/product],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.addProcessToProduct(com.deer.wms.produce.manage.model.ProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/list/by/product/name/id],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.listByProductNameId(com.deer.wms.produce.manage.model.ProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/and/product/bom/by/prodbom],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.ProductAndProcessBomByProdBom(com.deer.wms.produce.manage.model.ProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/insert/process/bom],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.insertProcessBom(com.deer.wms.produce.manage.model.ProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/list/by/id],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.listById(com.deer.wms.produce.manage.model.ProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/bom/listByProductBom],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessBomController.listByProductBom(com.deer.wms.produce.manage.model.ProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/detect/relats/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessDetectRelatController.add(com.deer.wms.produce.manage.model.ProcessDetectRelat,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/detect/relats/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessDetectRelatController.update(com.deer.wms.produce.manage.model.ProcessDetectRelat)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/detect/relats/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessDetectRelatController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/detect/relats/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessDetectRelatController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materials/boms/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsBomController.add(com.deer.wms.produce.manage.model.ProcessMaterialsBom,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materials/boms/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsBomController.update(com.deer.wms.produce.manage.model.ProcessMaterialsBom)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materials/boms/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsBomController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materials/boms/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsBomController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materials/boms/findMaterilaListByProcessBomId],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsBomController.findMaterilaListByProcessBomId(com.deer.wms.produce.manage.model.ProcessBom,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materials/boms/listByProcessBomId],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsBomController.listByProcessBomId(com.deer.wms.produce.manage.model.ProcessMaterialsBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materials/boms/procMatBomVoListByProId],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsBomController.procMatBomVoListByProId(com.deer.wms.produce.manage.model.ProcessMaterialsBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materialss/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsController.add(com.deer.wms.produce.manage.model.ProcessMaterials,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materialss/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsController.update(com.deer.wms.produce.manage.model.ProcessMaterials)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materialss/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/materialss/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessMaterialsController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/quality/infos/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessQualityInfoController.add(com.deer.wms.produce.manage.model.ProcessQualityInfo,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/quality/infos/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessQualityInfoController.update(com.deer.wms.produce.manage.model.ProcessQualityInfo)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/quality/infos/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessQualityInfoController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/process/quality/infos/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProcessQualityInfoController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detects/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectController.add(com.deer.wms.produce.manage.model.ProductBatchDetect,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detects/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectController.update(com.deer.wms.produce.manage.model.ProductBatchDetect)
|
||||
2020-08-18 15:13:22.061 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detects/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detects/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectController.list(com.deer.wms.produce.manage.model.ProductBatchDetectParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detects/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detects/detectResultByBatchDetAndProcess],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectController.detectResultByBatchDetAndProcess(com.deer.wms.produce.manage.model.ProductBatchDetectParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detects/saveDetectRusult],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectController.saveDetectRusult(com.deer.wms.produce.manage.model.ProductBatchDetectInfo,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detect/dets/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectDetController.add(com.deer.wms.produce.manage.model.ProductBatchDetectDet,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detect/dets/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectDetController.update(com.deer.wms.produce.manage.model.ProductBatchDetectDet)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detect/dets/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectDetController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detect/dets/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectDetController.list(com.deer.wms.produce.manage.model.ProductBatchDetectDetParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/batch/detect/dets/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductBatchDetectDetController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/batch/dets/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBatchDetController.add(com.deer.wms.produce.manage.model.ProductProcessBatchDet,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/batch/dets/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBatchDetController.update(com.deer.wms.produce.manage.model.ProductProcessBatchDet)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/batch/dets/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBatchDetController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/batch/dets/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBatchDetController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/batch/dets/listByProductProcess],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBatchDetController.listByProductProcess(com.deer.wms.produce.manage.model.ProductProcessParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/batch/dets/batchModify],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBatchDetController.batchModify(com.deer.wms.produce.manage.model.BatchDetListAndProductProcess,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.add(com.deer.wms.produce.manage.model.ProductProcessBom,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.update(com.deer.wms.produce.manage.model.ProductProcessBom)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/delete/{id}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.delete(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/findAllBomByProdProcBom],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.findAllBomByProdProcBom(com.deer.wms.produce.manage.model.ProductProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/add/product/process/bom],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.addProductProcessBom(com.deer.wms.produce.manage.model.ProductProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/update/product/process/bom],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.updateProductProcessBom(com.deer.wms.produce.manage.model.ProductProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/find/data/by/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.findDataById(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/proBomAndProList],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.proBomAndProList(com.deer.wms.produce.manage.model.ProductProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/list/by/term],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.listByTerm(com.deer.wms.produce.manage.model.ProductProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/listById],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.listByProductId(com.deer.wms.produce.manage.model.ProductProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/selectProcessByProductNameNum],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.selectProcessByProductNameNum(com.deer.wms.produce.manage.model.ProductProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/process/boms/delete/product/process/bom],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessBomController.deleteProductProcessBom(com.deer.wms.produce.manage.model.ProductProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/add],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.add(com.deer.wms.produce.manage.model.ProductProcess,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/update],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.update(com.deer.wms.produce.manage.model.ProductProcess)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/delete/{produceProcessId}],methods=[DELETE]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.delete(java.lang.Integer,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/list],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.list(com.deer.wms.produce.manage.model.ProductProcessParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/detail/{id}],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.detail(java.lang.Integer)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/initialProdProcByProdProcBom],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.initialProdProcByProdProcBom(com.deer.wms.produce.manage.model.ProductProcessBomParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/query/product/process/detail],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.queryProductProcessDetail(com.deer.wms.produce.manage.model.ProductProcessParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/saveProdAndProc],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.saveProdAndProc(com.deer.wms.produce.manage.model.ProductAndProcess,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/productProcessBatchDetInfoByProductProcess],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.productProcessBatchDetInfoByProductProcess(com.deer.wms.produce.manage.model.ProductProcessBatchDetCondition,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/addProductProcess],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.addProductProcess(com.deer.wms.produce.manage.model.ProductProcessHo,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/updateProductProcess],methods=[POST]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.updateProductProcess(com.deer.wms.produce.manage.model.ProductProcessHo)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/product/processs/processAndDetByProductProcess],methods=[GET]}" onto public com.deer.wms.project.seed.core.result.Result com.deer.wms.produce.manage.web.ProductProcessController.processAndDetByProductProcess(com.deer.wms.produce.manage.model.ProductProcessParams,com.deer.wms.intercept.common.data.CurrentUser)
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
|
||||
2020-08-18 15:13:22.077 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
|
||||
2020-08-18 15:13:22.092 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest)
|
||||
2020-08-18 15:13:22.092 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
|
||||
2020-08-18 15:13:22.186 INFO 4524 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
||||
2020-08-18 15:13:22.389 INFO 4524 --- [main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@46fa7c39: startup date [Tue Aug 18 15:13:18 CST 2020]; root of context hierarchy
|
||||
2020-08-18 15:13:22.436 INFO 4524 --- [main] o.s.w.s.h.SimpleUrlHandlerMapping : Mapped URL path [/swagger-ui.html] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
|
||||
2020-08-18 15:13:22.436 INFO 4524 --- [main] o.s.w.s.h.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
|
||||
2020-08-18 15:13:22.436 INFO 4524 --- [main] o.s.w.s.h.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
|
||||
2020-08-18 15:13:22.436 INFO 4524 --- [main] o.s.w.s.h.SimpleUrlHandlerMapping : Mapped URL path [/file/view/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
|
||||
2020-08-18 15:13:22.452 INFO 4524 --- [main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler
|
||||
2020-08-18 15:13:22.467 INFO 4524 --- [main] o.s.w.s.h.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
|
||||
2020-08-18 15:13:22.748 INFO 4524 --- [main] o.s.u.f.SpringTemplateLoader : SpringTemplateLoader for FreeMarker: using resource loader [org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@46fa7c39: startup date [Tue Aug 18 15:13:18 CST 2020]; root of context hierarchy] and template loader path [classpath:/templates/]
|
||||
2020-08-18 15:13:22.748 INFO 4524 --- [main] o.s.w.s.v.f.FreeMarkerConfigurer : ClassTemplateLoader for Spring macros added to FreeMarker configuration
|
||||
2020-08-18 15:13:22.764 WARN 4524 --- [main] o.s.b.a.f.FreeMarkerAutoConfiguration : Cannot find template location(s): [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
|
||||
2020-08-18 15:13:22.873 INFO 4524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
|
||||
2020-08-18 15:13:22.873 INFO 4524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'statFilter' has been autodetected for JMX exposure
|
||||
2020-08-18 15:13:22.889 INFO 4524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
|
||||
2020-08-18 15:13:22.889 INFO 4524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'rabbitConnectionFactory' has been autodetected for JMX exposure
|
||||
2020-08-18 15:13:22.889 INFO 4524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.spring.boot.autoconfigure:name=dataSource,type=DruidDataSourceWrapper]
|
||||
2020-08-18 15:13:22.889 INFO 4524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located managed bean 'rabbitConnectionFactory': registering with JMX server as MBean [org.springframework.amqp.rabbit.connection:name=rabbitConnectionFactory,type=CachingConnectionFactory]
|
||||
2020-08-18 15:13:22.905 INFO 4524 --- [main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'statFilter': registering with JMX server as MBean [com.alibaba.druid.filter.stat:name=statFilter,type=StatFilter]
|
||||
2020-08-18 15:13:22.905 INFO 4524 --- [main] o.s.c.s.DefaultLifecycleProcessor : Starting beans in phase -2147482648
|
||||
2020-08-18 15:13:22.905 INFO 4524 --- [main] o.s.c.s.DefaultLifecycleProcessor : Starting beans in phase 2147483647
|
||||
2020-08-18 15:13:22.905 INFO 4524 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
|
||||
2020-08-18 15:13:22.920 INFO 4524 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
|
||||
2020-08-18 15:13:22.952 INFO 4524 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
|
||||
2020-08-18 15:13:23.077 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_1
|
||||
2020-08-18 15:13:23.092 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
|
||||
2020-08-18 15:13:23.092 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_1
|
||||
2020-08-18 15:13:23.092 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
|
||||
2020-08-18 15:13:23.108 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_1
|
||||
2020-08-18 15:13:23.108 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_2
|
||||
2020-08-18 15:13:23.108 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_2
|
||||
2020-08-18 15:13:23.108 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_2
|
||||
2020-08-18 15:13:23.123 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_2
|
||||
2020-08-18 15:13:23.123 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_3
|
||||
2020-08-18 15:13:23.123 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_3
|
||||
2020-08-18 15:13:23.139 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_3
|
||||
2020-08-18 15:13:23.139 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_3
|
||||
2020-08-18 15:13:23.139 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_4
|
||||
2020-08-18 15:13:23.139 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_4
|
||||
2020-08-18 15:13:23.139 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_4
|
||||
2020-08-18 15:13:23.155 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
|
||||
2020-08-18 15:13:23.155 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_4
|
||||
2020-08-18 15:13:23.155 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_5
|
||||
2020-08-18 15:13:23.155 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_5
|
||||
2020-08-18 15:13:23.155 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_5
|
||||
2020-08-18 15:13:23.170 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
|
||||
2020-08-18 15:13:23.170 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_5
|
||||
2020-08-18 15:13:23.170 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_6
|
||||
2020-08-18 15:13:23.186 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_6
|
||||
2020-08-18 15:13:23.186 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_6
|
||||
2020-08-18 15:13:23.186 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_4
|
||||
2020-08-18 15:13:23.186 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_6
|
||||
2020-08-18 15:13:23.186 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_7
|
||||
2020-08-18 15:13:23.186 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_7
|
||||
2020-08-18 15:13:23.202 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_7
|
||||
2020-08-18 15:13:23.202 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_5
|
||||
2020-08-18 15:13:23.202 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_7
|
||||
2020-08-18 15:13:23.202 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_8
|
||||
2020-08-18 15:13:23.217 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_8
|
||||
2020-08-18 15:13:23.217 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_8
|
||||
2020-08-18 15:13:23.217 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_6
|
||||
2020-08-18 15:13:23.217 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_8
|
||||
2020-08-18 15:13:23.217 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_9
|
||||
2020-08-18 15:13:23.233 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_9
|
||||
2020-08-18 15:13:23.233 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_9
|
||||
2020-08-18 15:13:23.233 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_7
|
||||
2020-08-18 15:13:23.233 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_9
|
||||
2020-08-18 15:13:23.233 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_10
|
||||
2020-08-18 15:13:23.248 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_10
|
||||
2020-08-18 15:13:23.248 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_10
|
||||
2020-08-18 15:13:23.248 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_8
|
||||
2020-08-18 15:13:23.248 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_10
|
||||
2020-08-18 15:13:23.248 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_11
|
||||
2020-08-18 15:13:23.248 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_11
|
||||
2020-08-18 15:13:23.264 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_11
|
||||
2020-08-18 15:13:23.264 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_9
|
||||
2020-08-18 15:13:23.264 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_11
|
||||
2020-08-18 15:13:23.264 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_12
|
||||
2020-08-18 15:13:23.280 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_12
|
||||
2020-08-18 15:13:23.280 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_12
|
||||
2020-08-18 15:13:23.280 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_10
|
||||
2020-08-18 15:13:23.280 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_12
|
||||
2020-08-18 15:13:23.280 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_13
|
||||
2020-08-18 15:13:23.280 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_13
|
||||
2020-08-18 15:13:23.295 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_13
|
||||
2020-08-18 15:13:23.295 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_11
|
||||
2020-08-18 15:13:23.295 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_13
|
||||
2020-08-18 15:13:23.295 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_14
|
||||
2020-08-18 15:13:23.295 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_14
|
||||
2020-08-18 15:13:23.311 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_14
|
||||
2020-08-18 15:13:23.311 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_12
|
||||
2020-08-18 15:13:23.311 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_14
|
||||
2020-08-18 15:13:23.311 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_15
|
||||
2020-08-18 15:13:23.327 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_15
|
||||
2020-08-18 15:13:23.327 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_15
|
||||
2020-08-18 15:13:23.327 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_13
|
||||
2020-08-18 15:13:23.327 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_15
|
||||
2020-08-18 15:13:23.342 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_16
|
||||
2020-08-18 15:13:23.342 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_16
|
||||
2020-08-18 15:13:23.342 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_16
|
||||
2020-08-18 15:13:23.373 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_16
|
||||
2020-08-18 15:13:23.389 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_17
|
||||
2020-08-18 15:13:23.389 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_17
|
||||
2020-08-18 15:13:23.389 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_17
|
||||
2020-08-18 15:13:23.389 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_14
|
||||
2020-08-18 15:13:23.389 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_17
|
||||
2020-08-18 15:13:23.405 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_18
|
||||
2020-08-18 15:13:23.405 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_18
|
||||
2020-08-18 15:13:23.405 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_18
|
||||
2020-08-18 15:13:23.405 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_15
|
||||
2020-08-18 15:13:23.405 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_18
|
||||
2020-08-18 15:13:23.405 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_19
|
||||
2020-08-18 15:13:23.420 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_19
|
||||
2020-08-18 15:13:23.420 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_19
|
||||
2020-08-18 15:13:23.420 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_16
|
||||
2020-08-18 15:13:23.420 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_19
|
||||
2020-08-18 15:13:23.420 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_20
|
||||
2020-08-18 15:13:23.436 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_20
|
||||
2020-08-18 15:13:23.436 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_20
|
||||
2020-08-18 15:13:23.436 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_17
|
||||
2020-08-18 15:13:23.436 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_20
|
||||
2020-08-18 15:13:23.436 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_21
|
||||
2020-08-18 15:13:23.436 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_21
|
||||
2020-08-18 15:13:23.452 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_21
|
||||
2020-08-18 15:13:23.452 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_18
|
||||
2020-08-18 15:13:23.452 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_21
|
||||
2020-08-18 15:13:23.452 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_22
|
||||
2020-08-18 15:13:23.452 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_22
|
||||
2020-08-18 15:13:23.467 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_22
|
||||
2020-08-18 15:13:23.467 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_19
|
||||
2020-08-18 15:13:23.467 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_22
|
||||
2020-08-18 15:13:23.467 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_23
|
||||
2020-08-18 15:13:23.483 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_23
|
||||
2020-08-18 15:13:23.483 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_23
|
||||
2020-08-18 15:13:23.498 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_20
|
||||
2020-08-18 15:13:23.514 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_23
|
||||
2020-08-18 15:13:23.514 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_24
|
||||
2020-08-18 15:13:23.514 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_24
|
||||
2020-08-18 15:13:23.514 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_24
|
||||
2020-08-18 15:13:23.530 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_24
|
||||
2020-08-18 15:13:23.530 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_25
|
||||
2020-08-18 15:13:23.530 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_25
|
||||
2020-08-18 15:13:23.530 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_25
|
||||
2020-08-18 15:13:23.545 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_25
|
||||
2020-08-18 15:13:23.545 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_26
|
||||
2020-08-18 15:13:23.545 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_26
|
||||
2020-08-18 15:13:23.545 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_26
|
||||
2020-08-18 15:13:23.561 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_26
|
||||
2020-08-18 15:13:23.561 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_27
|
||||
2020-08-18 15:13:23.561 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_27
|
||||
2020-08-18 15:13:23.561 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_27
|
||||
2020-08-18 15:13:23.561 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_27
|
||||
2020-08-18 15:13:23.577 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_28
|
||||
2020-08-18 15:13:23.577 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_28
|
||||
2020-08-18 15:13:23.577 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_28
|
||||
2020-08-18 15:13:23.577 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_21
|
||||
2020-08-18 15:13:23.592 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_28
|
||||
2020-08-18 15:13:23.592 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_29
|
||||
2020-08-18 15:13:23.608 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_29
|
||||
2020-08-18 15:13:23.608 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_29
|
||||
2020-08-18 15:13:23.608 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_22
|
||||
2020-08-18 15:13:23.608 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_29
|
||||
2020-08-18 15:13:23.608 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_30
|
||||
2020-08-18 15:13:23.623 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_30
|
||||
2020-08-18 15:13:23.623 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_30
|
||||
2020-08-18 15:13:23.623 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_30
|
||||
2020-08-18 15:13:23.623 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_31
|
||||
2020-08-18 15:13:23.639 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_31
|
||||
2020-08-18 15:13:23.655 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_31
|
||||
2020-08-18 15:13:23.670 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_31
|
||||
2020-08-18 15:13:23.702 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: addUsingPOST_32
|
||||
2020-08-18 15:13:23.717 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_32
|
||||
2020-08-18 15:13:23.717 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: detailUsingGET_32
|
||||
2020-08-18 15:13:23.733 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_23
|
||||
2020-08-18 15:13:23.748 INFO 4524 --- [main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPOST_32
|
||||
2020-08-18 15:13:23.795 INFO 4524 --- [main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 9062 (http)
|
||||
2020-08-18 15:13:23.795 INFO 4524 --- [main] c.d.w.p.m.PmsApplication : Started PmsApplication in 6.062 seconds (JVM running for 7.161)
|
||||
2020-08-18 15:14:10.821 INFO 4524 --- [http-nio-9062-exec-1] o.a.c.c.C.[.[.[/pms] : Initializing Spring FrameworkServlet 'dispatcherServlet'
|
||||
2020-08-18 15:14:10.821 INFO 4524 --- [http-nio-9062-exec-1] o.s.w.s.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
|
||||
2020-08-18 15:14:10.856 INFO 4524 --- [http-nio-9062-exec-1] o.s.w.s.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 34 ms
|
||||
2020-08-18 15:14:10.975 INFO 4524 --- [http-nio-9062-exec-2] c.d.w.i.i.AccessIntercept : /pms/swagger-resources/configuration/ui
|
||||
2020-08-18 15:14:10.975 INFO 4524 --- [http-nio-9062-exec-2] c.d.w.i.i.AccessIntercept : null
|
||||
2020-08-18 15:14:10.975 INFO 4524 --- [http-nio-9062-exec-2] c.d.w.i.i.AccessIntercept : org.springframework.web.method.HandlerMethod
|
||||
2020-08-18 15:14:11.027 INFO 4524 --- [http-nio-9062-exec-3] c.d.w.i.i.AccessIntercept : /pms/swagger-resources
|
||||
2020-08-18 15:14:11.027 INFO 4524 --- [http-nio-9062-exec-3] c.d.w.i.i.AccessIntercept : null
|
||||
2020-08-18 15:14:11.027 INFO 4524 --- [http-nio-9062-exec-3] c.d.w.i.i.AccessIntercept : org.springframework.web.method.HandlerMethod
|
||||
2020-08-18 15:14:12.312 INFO 4524 --- [http-nio-9062-exec-6] c.d.w.i.i.AccessIntercept : /pms/swagger-resources/configuration/security
|
||||
2020-08-18 15:14:12.312 INFO 4524 --- [http-nio-9062-exec-6] c.d.w.i.i.AccessIntercept : null
|
||||
2020-08-18 15:14:12.312 INFO 4524 --- [http-nio-9062-exec-6] c.d.w.i.i.AccessIntercept : org.springframework.web.method.HandlerMethod
|
||||
|
43
pom.xml
43
pom.xml
@ -31,10 +31,24 @@
|
||||
<mybatis.plus.version>3.0.5</mybatis.plus.version>
|
||||
<hutool.version>4.1.19</hutool.version>
|
||||
<fastjson.version>1.2.22</fastjson.version>
|
||||
<org.mapstruct.version>1.3.0.Final</org.mapstruct.version>
|
||||
</properties>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.deer</groupId>
|
||||
<artifactId>wms-project-seed</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<!--<scope>compile</scope>-->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.deer</groupId>
|
||||
<artifactId>wms-intercept</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<!--<scope>compile</scope>-->
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
@ -216,6 +230,31 @@
|
||||
<artifactId>spring-boot-starter-log4j2</artifactId>
|
||||
<version>1.5.6.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.deer</groupId>
|
||||
<artifactId>wms-project-seed</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.deer</groupId>
|
||||
<artifactId>wms-produce-manage</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- MapStruct -->
|
||||
<dependency>
|
||||
<groupId>org.mapstruct</groupId>
|
||||
<artifactId>mapstruct-jdk8</artifactId>
|
||||
<version>${org.mapstruct.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.mapstruct</groupId>
|
||||
<artifactId>mapstruct-processor</artifactId>
|
||||
<version>${org.mapstruct.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
@ -237,7 +276,7 @@
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
<repositories>
|
||||
<!--<repositories>
|
||||
<repository>
|
||||
<id>nexus</id>
|
||||
<name>local private nexus</name>
|
||||
@ -262,6 +301,6 @@
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</pluginRepositories>-->
|
||||
|
||||
</project>
|
30
src/test/java/BillCodeGenerator.java
Normal file
30
src/test/java/BillCodeGenerator.java
Normal file
@ -0,0 +1,30 @@
|
||||
import com.deer.wms.project.seed.generator.Generator;
|
||||
import com.deer.wms.project.seed.generator.configurer.DatasourceConfigurer;
|
||||
import com.deer.wms.project.seed.generator.configurer.Table;
|
||||
|
||||
/**
|
||||
* Created by Floki on 2017/9/29.
|
||||
*/
|
||||
public class BillCodeGenerator {
|
||||
public static void main(String[] args) {
|
||||
DatasourceConfigurer configurer = new DatasourceConfigurer();
|
||||
//设置数据库连接信息
|
||||
configurer.setUrl("jdbc:mysql://47.96.183.77:3306/mt_erp?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false");
|
||||
configurer.setUserName("root");
|
||||
configurer.setPassword("mt_%wms#_CS_20190430");
|
||||
configurer.setDiverClassName("com.mysql.jdbc.Driver");
|
||||
|
||||
//设置需要生成代码的基础路径,生成的代码都会在该路径下面
|
||||
configurer.setBasePackage("com.deer.wms.ware.task");
|
||||
configurer.setAuthor("guo");
|
||||
|
||||
//设置子模块名称(如果要生成子模块的代码,一定要设置该值,否则代码将会生成到父项目中了)
|
||||
configurer.setModuleName("/wms-ware-task");
|
||||
|
||||
//设置需要生成的表
|
||||
configurer.getTables().add(new Table("mt_alone_product_batch_detect",null,"id","Integer"));
|
||||
|
||||
//生成代码
|
||||
Generator.genCode(configurer);
|
||||
}
|
||||
}
|
26
src/test/java/ParseJSON.java
Normal file
26
src/test/java/ParseJSON.java
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.alibaba.fastjson.serializer.SerializerFeature;
|
||||
import com.deer.wms.produce.manage.model.*;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author: hy
|
||||
* @Date: 2019/9/21 16:02
|
||||
* @Version 1.0
|
||||
*/
|
||||
public class ParseJSON {
|
||||
|
||||
public static void main(String[] args){
|
||||
MaterialsOutgoingLogVo materialsInfo = new MaterialsOutgoingLogVo();
|
||||
List l = new ArrayList();
|
||||
l.add(materialsInfo);
|
||||
String s = JSON.toJSONString(l, SerializerFeature.PrettyFormat,SerializerFeature.WriteNullStringAsEmpty,SerializerFeature.WriteNullListAsEmpty,SerializerFeature.WriteNullBooleanAsFalse,SerializerFeature.WriteNullNumberAsZero);
|
||||
System.out.println(s);
|
||||
}
|
||||
|
||||
}
|
46
src/test/java/generator/CodeGenerator.java
Normal file
46
src/test/java/generator/CodeGenerator.java
Normal file
@ -0,0 +1,46 @@
|
||||
package generator;
|
||||
|
||||
import com.deer.wms.project.seed.generator.Generator;
|
||||
import com.deer.wms.project.seed.generator.configurer.DatasourceConfigurer;
|
||||
import com.deer.wms.project.seed.generator.configurer.Table;
|
||||
|
||||
/**
|
||||
* Created by Floki on 2017/9/29.
|
||||
*/
|
||||
public class CodeGenerator {
|
||||
public static void main(String[] args) {
|
||||
DatasourceConfigurer configurer = new DatasourceConfigurer();
|
||||
//璁剧疆鏁版嵁搴撹繛鎺ヤ俊鎭
|
||||
configurer.setUrl("jdbc:mysql://47.96.183.77:3306/mt_erp?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false");
|
||||
configurer.setUserName("root");
|
||||
configurer.setPassword("mt_%wms#_CS_20190430");
|
||||
configurer.setDiverClassName("com.mysql.jdbc.Driver");
|
||||
|
||||
//璁剧疆闇€瑕佺敓鎴愪唬鐮佺殑鍩虹璺緞锛岀敓鎴愮殑浠g爜閮戒細鍦ㄨ璺緞涓嬮潰
|
||||
configurer.setBasePackage("com.deer.wms.produce.manage");
|
||||
configurer.setAuthor("");
|
||||
|
||||
//璁剧疆瀛愭ā鍧楀悕绉濡傛灉瑕佺敓鎴愬瓙妯″潡鐨勪唬鐮侊紝涓€瀹氳璁剧疆璇ュ€硷紝鍚﹀垯浠g爜灏嗕細鐢熸垚鍒扮埗椤圭洰涓簡)
|
||||
configurer.setModuleName("/wms-produce-manage");
|
||||
|
||||
//璁剧疆闇€瑕佺敓鎴愮殑琛
|
||||
configurer.getTables().add(new Table("mt_alone_by_order_info", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_product_info", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_weav_cloth", null, "id", "Integer"));
|
||||
|
||||
configurer.getTables().add(new Table("mt_alone_by_run_cloth", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_bake_cloth", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_go_dye_factory", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_a_shelf", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_coating_glue", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_coating", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_coating_progress", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_trimming", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_logistics", null, "id", "Integer"));
|
||||
|
||||
// configurer.getTables().add(new Table("mt_alone_process_methods", null, "id", "Integer"));
|
||||
|
||||
//鐢熸垚浠g爜
|
||||
Generator.genCode(configurer);
|
||||
}
|
||||
}
|
38
src/test/java/generator/CodeGenerator.java.orig
Normal file
38
src/test/java/generator/CodeGenerator.java.orig
Normal file
@ -0,0 +1,38 @@
|
||||
package generator;
|
||||
|
||||
import com.deer.wms.project.seed.generator.Generator;
|
||||
import com.deer.wms.project.seed.generator.configurer.DatasourceConfigurer;
|
||||
import com.deer.wms.project.seed.generator.configurer.Table;
|
||||
|
||||
/**
|
||||
* Created by Floki on 2017/9/29.
|
||||
*/
|
||||
public class CodeGenerator {
|
||||
public static void main(String[] args) {
|
||||
DatasourceConfigurer configurer = new DatasourceConfigurer();
|
||||
//设置数据库连接信息
|
||||
configurer.setUrl("jdbc:mysql://47.96.183.77:3306/mt_erp?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false");
|
||||
configurer.setUserName("root");
|
||||
configurer.setPassword("mt_%wms#_CS_20190430");
|
||||
configurer.setDiverClassName("com.mysql.jdbc.Driver");
|
||||
|
||||
//设置需要生成代码的基础路径,生成的代码都会在该路径下面
|
||||
configurer.setBasePackage("com.deer.wms.produce.manage");
|
||||
configurer.setAuthor("");
|
||||
|
||||
//设置子模块名称(如果要生成子模块的代码,一定要设置该值,否则代码将会生成到父项目中了)
|
||||
configurer.setModuleName("/wms-produce-manage");
|
||||
|
||||
//设置需要生成的表
|
||||
<<<<<<< HEAD
|
||||
configurer.getTables().add(new Table("mt_alone_process_batch_relat", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_product_batch_detect", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_product_batch_detect_det", null, "id", "Integer"));
|
||||
=======
|
||||
configurer.getTables().add(new Table("mt_alone_stock_product", null, "id", "Integer"));
|
||||
>>>>>>> 24c28f381e61494386a251b4c15c5521198b7ae3
|
||||
|
||||
//生成代码
|
||||
Generator.genCode(configurer);
|
||||
}
|
||||
}
|
@ -5,10 +5,16 @@
|
||||
<output-test url="file://$MODULE_DIR$/target/test-classes" />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: com.deer:wms-project-seed:1.0.0-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: com.squareup.okhttp:okhttp:2.7.5" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: com.squareup.okio:okio:1.6.0" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: org.mybatis.generator:mybatis-generator-core:1.3.5" level="project" />
|
||||
<orderEntry type="library" name="Maven: com.deer:wms-intercept:1.0.0-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter-web:1.5.6.RELEASE" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot-starter:1.5.6.RELEASE" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.springframework.boot:spring-boot:1.5.6.RELEASE" level="project" />
|
||||
@ -89,7 +95,7 @@
|
||||
<orderEntry type="module-library">
|
||||
<library name="Maven: com.alibaba:jconsole:1.8.0">
|
||||
<CLASSES>
|
||||
<root url="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/lib/jconsole.jar!/" />
|
||||
<root url="jar://C:/Program Files/Java/jdk1.8.0_251/lib/jconsole.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
@ -98,7 +104,7 @@
|
||||
<orderEntry type="module-library">
|
||||
<library name="Maven: com.alibaba:tools:1.8.0">
|
||||
<CLASSES>
|
||||
<root url="jar:///Library/Java/JavaVirtualMachines/jdk1.8.0_221.jdk/Contents/Home/lib/tools.jar!/" />
|
||||
<root url="jar://C:/Program Files/Java/jdk1.8.0_251/lib/tools.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
@ -122,7 +128,6 @@
|
||||
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-core:1.2.0.RELEASE" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.springframework.plugin:spring-plugin-metadata:1.2.0.RELEASE" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.1.0.Final" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.springframework:spring-test:4.3.10.RELEASE" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.apache.poi:poi-ooxml:3.13" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.apache.poi:poi:3.13" level="project" />
|
||||
@ -152,5 +157,15 @@
|
||||
<orderEntry type="library" name="Maven: org.apache.logging.log4j:log4j-core:2.7" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.slf4j:jcl-over-slf4j:1.7.25" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.slf4j:jul-to-slf4j:1.7.25" level="project" />
|
||||
<orderEntry type="module" module-name="wms-produce-manage" scope="TEST" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: com.deer:wms-system-manage:1.0.0-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: com.deer:wms-file:1.0.0-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: com.deer:wms-message:1.0.0-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: com.deer:wms-bill-manage:1.0.0-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: com.deer:wms-report:1.0.0-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: eu.bitwalker:UserAgentUtils:1.20" level="project" />
|
||||
<orderEntry type="library" scope="TEST" name="Maven: com.deer:wms-base-system:1.0.0-SNAPSHOT" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.mapstruct:mapstruct:1.3.0.Final" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.mapstruct:mapstruct-processor:1.3.0.Final" level="project" />
|
||||
</component>
|
||||
</module>
|
@ -33,6 +33,16 @@
|
||||
<version>${project.version}</version>
|
||||
<!--<scope>compile</scope>-->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.deer</groupId>
|
||||
<artifactId>wms-system-manage</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.deer</groupId>
|
||||
<artifactId>wms-base-system</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
<build>
|
||||
|
@ -42,4 +42,9 @@ public class ProduceManagePublicMethod {
|
||||
String code = creatBatchDetCode(new Date(), 10, "1", "1");
|
||||
System.out.println("----------"+code);
|
||||
}
|
||||
|
||||
public static String getUUID(){
|
||||
String uuid = UUID.randomUUID().toString().replace("-", "");
|
||||
return uuid;
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByAShelfMapper extends Mapper<MtAloneByAShelf> {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByBakeCloth;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByBakeClothMapper extends Mapper<MtAloneByBakeCloth> {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingGlue;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByCoatingGlueMapper extends Mapper<MtAloneByCoatingGlue> {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoating;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByCoatingMapper extends Mapper<MtAloneByCoating> {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingProgress;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByCoatingProgressMapper extends Mapper<MtAloneByCoatingProgress> {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByGoDyeFactory;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByGoDyeFactoryMapper extends Mapper<MtAloneByGoDyeFactory> {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByLogistics;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByLogisticsMapper extends Mapper<MtAloneByLogistics> {
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfo;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfoParams;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfoVo;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface MtAloneByOrderInfoMapper extends Mapper<MtAloneByOrderInfo> {
|
||||
List<MtAloneByOrderInfo> findList(MtAloneByOrderInfoParams params);
|
||||
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByProductInfo;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface MtAloneByProductInfoMapper extends Mapper<MtAloneByProductInfo> {
|
||||
void deleteByOrderInfoId(Integer id);
|
||||
|
||||
List<MtAloneByProductInfo> findByOrderInfoId(Integer id);
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByRunCloth;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByRunClothMapper extends Mapper<MtAloneByRunCloth> {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByTrimming;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByTrimmingMapper extends Mapper<MtAloneByTrimming> {
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
package com.deer.wms.produce.manage.dao;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByWeavCloth;
|
||||
import com.deer.wms.project.seed.core.mapper.Mapper;
|
||||
public interface MtAloneByWeavClothMapper extends Mapper<MtAloneByWeavCloth> {
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByAShelfMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByAShelf">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="a_shelf_status" jdbcType="INTEGER" property="aShelfStatus" />
|
||||
<result column="company_id" jdbcType="INTEGER" property="companyId" />
|
||||
<result column="a_shelf_code" jdbcType="VARCHAR" property="aShelfCode" />
|
||||
<result column="a_shelf_name" jdbcType="VARCHAR" property="aShelfName" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByBakeClothMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByBakeCloth">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="updater_id" jdbcType="INTEGER" property="updaterId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="bake_cloth_status" jdbcType="INTEGER" property="bakeClothStatus" />
|
||||
<result column="run_cloth_id" jdbcType="INTEGER" property="runClothId" />
|
||||
<result column="curr_progress" jdbcType="VARCHAR" property="currProgress" />
|
||||
<result column="supplier_id" jdbcType="INTEGER" property="supplierId" />
|
||||
<result column="supplier_code" jdbcType="VARCHAR" property="supplierCode" />
|
||||
<result column="plan_length" jdbcType="REAL" property="planLength" />
|
||||
<result column="actual_length" jdbcType="REAL" property="actualLength" />
|
||||
<result column="shrinkage" jdbcType="VARCHAR" property="shrinkage" />
|
||||
<result column="cost" jdbcType="REAL" property="cost" />
|
||||
<result column="begin_time" jdbcType="TIMESTAMP" property="beginTime" />
|
||||
<result column="end_time" jdbcType="TIMESTAMP" property="endTime" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByCoatingGlueMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByCoatingGlue">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="gule_status" jdbcType="INTEGER" property="guleStatus" />
|
||||
<result column="glue_types" jdbcType="VARCHAR" property="glueTypes" />
|
||||
<result column="glue_name" jdbcType="VARCHAR" property="glueName" />
|
||||
<result column="glue_code" jdbcType="VARCHAR" property="glueCode" />
|
||||
<result column="unit" jdbcType="VARCHAR" property="unit" />
|
||||
<result column="spec" jdbcType="VARCHAR" property="spec" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByCoatingMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByCoating">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="updater_id" jdbcType="INTEGER" property="updaterId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="top_glue_ready_status" jdbcType="INTEGER" property="topGlueReadyStatus" />
|
||||
<result column="product_id" jdbcType="INTEGER" property="productId" />
|
||||
<result column="a_shelf_id" jdbcType="INTEGER" property="aShelfId" />
|
||||
<result column="a_shelf_name" jdbcType="VARCHAR" property="aShelfName" />
|
||||
<result column="base_glue_id" jdbcType="INTEGER" property="baseGlueId" />
|
||||
<result column="base_name" jdbcType="VARCHAR" property="baseName" />
|
||||
<result column="base_num" jdbcType="REAL" property="baseNum" />
|
||||
<result column="top_glue_id" jdbcType="INTEGER" property="topGlueId" />
|
||||
<result column="top_name" jdbcType="VARCHAR" property="topName" />
|
||||
<result column="top_num" jdbcType="REAL" property="topNum" />
|
||||
<result column="other_glue_id" jdbcType="INTEGER" property="otherGlueId" />
|
||||
<result column="other_name" jdbcType="VARCHAR" property="otherName" />
|
||||
<result column="other_num" jdbcType="REAL" property="otherNum" />
|
||||
<result column="ready_time" jdbcType="TIMESTAMP" property="readyTime" />
|
||||
<result column="ak_glue_id" jdbcType="INTEGER" property="akGlueId" />
|
||||
<result column="ak_glue_name" jdbcType="VARCHAR" property="akGlueName" />
|
||||
<result column="ak_weight" jdbcType="REAL" property="akWeight" />
|
||||
<result column="bk_glue_id" jdbcType="INTEGER" property="bkGlueId" />
|
||||
<result column="bk_glue_name" jdbcType="VARCHAR" property="bkGlueName" />
|
||||
<result column="bk_weight" jdbcType="REAL" property="bkWeight" />
|
||||
<result column="ck_glue_id" jdbcType="INTEGER" property="ckGlueId" />
|
||||
<result column="ck_glue_name" jdbcType="VARCHAR" property="ckGlueName" />
|
||||
<result column="ck_weight" jdbcType="REAL" property="ckWeight" />
|
||||
<result column="dk_glue_id" jdbcType="INTEGER" property="dkGlueId" />
|
||||
<result column="dk_glue_name" jdbcType="VARCHAR" property="dkGlueName" />
|
||||
<result column="dk_weight" jdbcType="REAL" property="dkWeight" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByCoatingProgressMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByCoatingProgress">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="updater_id" jdbcType="INTEGER" property="updaterId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="coating_progress_status" jdbcType="INTEGER" property="coatingProgressStatus" />
|
||||
<result column="product_id" jdbcType="INTEGER" property="productId" />
|
||||
<result column="a_shelf_id" jdbcType="INTEGER" property="aShelfId" />
|
||||
<result column="a_shelf_name" jdbcType="VARCHAR" property="aShelfName" />
|
||||
<result column="sub_width" jdbcType="REAL" property="subWidth" />
|
||||
<result column="actual_width" jdbcType="REAL" property="actualWidth" />
|
||||
<result column="width_prop" jdbcType="REAL" property="widthProp" />
|
||||
<result column="sub_meters" jdbcType="REAL" property="subMeters" />
|
||||
<result column="actual_meters" jdbcType="REAL" property="actualMeters" />
|
||||
<result column="completed_meters" jdbcType="REAL" property="completedMeters" />
|
||||
<result column="completed_prop" jdbcType="REAL" property="completedProp" />
|
||||
<result column="completed_time" jdbcType="TIMESTAMP" property="completedTime" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByGoDyeFactoryMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByGoDyeFactory">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="updater_id" jdbcType="INTEGER" property="updaterId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="go_dye_factory_status" jdbcType="INTEGER" property="goDyeFactoryStatus" />
|
||||
<result column="company_id" jdbcType="INTEGER" property="companyId" />
|
||||
<result column="product_id" jdbcType="INTEGER" property="productId" />
|
||||
<result column="supplier_id" jdbcType="INTEGER" property="supplierId" />
|
||||
<result column="supplier_code" jdbcType="VARCHAR" property="supplierCode" />
|
||||
<result column="go_time" jdbcType="TIMESTAMP" property="goTime" />
|
||||
<result column="end_time" jdbcType="TIMESTAMP" property="endTime" />
|
||||
<result column="plan_length" jdbcType="REAL" property="planLength" />
|
||||
<result column="actual_length" jdbcType="REAL" property="actualLength" />
|
||||
<result column="shrinkage" jdbcType="VARCHAR" property="shrinkage" />
|
||||
<result column="cost" jdbcType="REAL" property="cost" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByLogisticsMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByLogistics">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="logistics_det_status" jdbcType="INTEGER" property="logisticsDetStatus" />
|
||||
<result column="logistics_id" jdbcType="INTEGER" property="logisticsId" />
|
||||
<result column="boxing_time" jdbcType="TIMESTAMP" property="boxingTime" />
|
||||
<result column="in_ware_time" jdbcType="TIMESTAMP" property="inWareTime" />
|
||||
<result column="out_ware_time" jdbcType="TIMESTAMP" property="outWareTime" />
|
||||
<result column="out_ware_rolls" jdbcType="INTEGER" property="outWareRolls" />
|
||||
<result column="out_ware_num" jdbcType="REAL" property="outWareNum" />
|
||||
<result column="logistics_com" jdbcType="VARCHAR" property="logisticsCom" />
|
||||
<result column="cost" jdbcType="REAL" property="cost" />
|
||||
<result column="ship_time" jdbcType="TIMESTAMP" property="shipTime" />
|
||||
<result column="receipt_peo" jdbcType="VARCHAR" property="receiptPeo" />
|
||||
<result column="receipt_time" jdbcType="TIMESTAMP" property="receiptTime" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByOrderInfoMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByOrderInfo">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="updater_id" jdbcType="INTEGER" property="updaterId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="order_status" jdbcType="INTEGER" property="orderStatus" />
|
||||
<result column="company_id" jdbcType="INTEGER" property="companyId" />
|
||||
<result column="order_name" jdbcType="VARCHAR" property="orderName" />
|
||||
<result column="order_code" jdbcType="VARCHAR" property="orderCode" />
|
||||
<result column="follow_id" jdbcType="INTEGER" property="followId" />
|
||||
<result column="follow_name" jdbcType="VARCHAR" property="followName" />
|
||||
<result column="schedule" jdbcType="INTEGER" property="schedule" />
|
||||
<result column="carry_out_time" jdbcType="TIMESTAMP" property="carryOutTime" />
|
||||
<result column="client_id" jdbcType="INTEGER" property="clientId" />
|
||||
<result column="client_code" jdbcType="VARCHAR" property="clientCode" />
|
||||
<result column="client_name" jdbcType="VARCHAR" property="clientName" />
|
||||
<result column="client_tel" jdbcType="VARCHAR" property="clientTel" />
|
||||
<result column="ship_time" jdbcType="TIMESTAMP" property="shipTime" />
|
||||
<result column="description" jdbcType="VARCHAR" property="description" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
|
||||
|
||||
<select id="findList" resultMap="BaseResultMap">
|
||||
SELECT id,operator_id,create_time,update_time,creator_id,updater_id,order_status,order_name,order_code,follow_id,follow_name,
|
||||
schedule,carry_out_time,client_id,client_code,client_name,client_tel,ship_time,description,note
|
||||
FROM mt_alone_by_order_info
|
||||
<where>
|
||||
<if test="keywords != null and keywords != ''">
|
||||
order_code LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR client_code LIKE CONCAT('%', #{keywords}, '%')
|
||||
OR order_name LIKE CONCAT('%', #{keywords}, '%')
|
||||
</if>
|
||||
<if test="beginTime!=null and beginTime!=''">
|
||||
<![CDATA[ AND DATE_FORMAT(create_time, '%Y-%m-%d')>= DATE_FORMAT(#{beginTime}, '%Y-%m-%d') ]]>
|
||||
</if>
|
||||
<if test="endTime!=null and endTime!=''">
|
||||
<![CDATA[ AND DATE_FORMAT(create_time, '%Y-%m-%d') <= DATE_FORMAT(#{endTime}, '%Y-%m-%d') ]]>
|
||||
</if>
|
||||
<if test="companyId != null">
|
||||
AND mappb.company_id = #{companyId}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
</mapper>
|
@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByProductInfoMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByProductInfo">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="updater_id" jdbcType="INTEGER" property="updaterId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="product_status" jdbcType="INTEGER" property="productStatus" />
|
||||
<result column="company_id" jdbcType="INTEGER" property="companyId" />
|
||||
<result column="order_info_id" jdbcType="INTEGER" property="orderInfoId" />
|
||||
<result column="product_id" jdbcType="INTEGER" property="productId" />
|
||||
<result column="product_code" jdbcType="VARCHAR" property="productCode" />
|
||||
<result column="product_name" jdbcType="VARCHAR" property="productName" />
|
||||
<result column="spec" jdbcType="VARCHAR" property="spec" />
|
||||
<result column="gram_weight" jdbcType="VARCHAR" property="gramWeight" />
|
||||
<result column="product_length" jdbcType="REAL" property="productLength" />
|
||||
<result column="processing_mode" jdbcType="VARCHAR" property="processingMode" />
|
||||
<result column="description" jdbcType="VARCHAR" property="description" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
<result column="goods_in_stock_isok" jdbcType="INTEGER" property="goodsInStockIsok" />
|
||||
<result column="weav_cloth_isok" jdbcType="INTEGER" property="weavClothIsok" />
|
||||
<result column="run_cloth_isok" jdbcType="INTEGER" property="runClothIsok" />
|
||||
<result column="go_dye_factory_isok" jdbcType="INTEGER" property="goDyeFactoryIsok" />
|
||||
<result column="coating_isok" jdbcType="INTEGER" property="coatingIsok" />
|
||||
<result column="trimming" jdbcType="INTEGER" property="trimming" />
|
||||
<result column="pack" jdbcType="INTEGER" property="pack" />
|
||||
<result column="deliver_goods" jdbcType="INTEGER" property="deliverGoods" />
|
||||
<result column="complete" jdbcType="INTEGER" property="complete" />
|
||||
</resultMap>
|
||||
|
||||
<delete id="deleteByOrderInfoId" parameterType="Integer">
|
||||
delete FROM mt_alone_by_product_info
|
||||
WHERE order_info_id = #{id}
|
||||
</delete>
|
||||
|
||||
<select id="findByOrderInfoId" parameterType="Integer" resultMap="BaseResultMap">
|
||||
SELECT *
|
||||
FROM mt_alone_by_product_info
|
||||
WHERE order_info_id = #{id}
|
||||
</select>
|
||||
</mapper>
|
@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByRunClothMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByRunCloth">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="updater_id" jdbcType="INTEGER" property="updaterId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="run_cloth_status" jdbcType="INTEGER" property="runClothStatus" />
|
||||
<result column="run_cloth_id" jdbcType="INTEGER" property="runClothId" />
|
||||
<result column="curr_progress" jdbcType="VARCHAR" property="currProgress" />
|
||||
<result column="supplier_id" jdbcType="INTEGER" property="supplierId" />
|
||||
<result column="supplier_code" jdbcType="VARCHAR" property="supplierCode" />
|
||||
<result column="plan_length" jdbcType="REAL" property="planLength" />
|
||||
<result column="actual_length" jdbcType="REAL" property="actualLength" />
|
||||
<result column="shrinkage" jdbcType="VARCHAR" property="shrinkage" />
|
||||
<result column="cost" jdbcType="REAL" property="cost" />
|
||||
<result column="begin_time" jdbcType="TIMESTAMP" property="beginTime" />
|
||||
<result column="end_time" jdbcType="TIMESTAMP" property="endTime" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByTrimmingMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByTrimming">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="updater_id" jdbcType="INTEGER" property="updaterId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="trimming_status" jdbcType="INTEGER" property="trimmingStatus" />
|
||||
<result column="product_id" jdbcType="INTEGER" property="productId" />
|
||||
<result column="a_shelf_id" jdbcType="INTEGER" property="aShelfId" />
|
||||
<result column="a_shelf_name" jdbcType="VARCHAR" property="aShelfName" />
|
||||
<result column="model" jdbcType="VARCHAR" property="model" />
|
||||
<result column="trim_spec" jdbcType="INTEGER" property="trimSpec" />
|
||||
<result column="trimming_range" jdbcType="VARCHAR" property="trimmingRange" />
|
||||
<result column="packing_method" jdbcType="VARCHAR" property="packingMethod" />
|
||||
<result column="paper_tube_type" jdbcType="VARCHAR" property="paperTubeType" />
|
||||
<result column="rice_per_roll" jdbcType="REAL" property="ricePerRoll" />
|
||||
<result column="num_rolls" jdbcType="INTEGER" property="numRolls" />
|
||||
<result column="total_meters" jdbcType="REAL" property="totalMeters" />
|
||||
<result column="cut_meters" jdbcType="REAL" property="cutMeters" />
|
||||
<result column="cut_prop" jdbcType="REAL" property="cutProp" />
|
||||
<result column="completed_time" jdbcType="TIMESTAMP" property="completedTime" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.deer.wms.produce.manage.dao.MtAloneByWeavClothMapper">
|
||||
<resultMap id="BaseResultMap" type="com.deer.wms.produce.manage.model.MtAloneByWeavCloth">
|
||||
<!--
|
||||
WARNING - @mbg.generated
|
||||
-->
|
||||
<result column="id" jdbcType="INTEGER" property="id" />
|
||||
<result column="operator_id" jdbcType="INTEGER" property="operatorId" />
|
||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||
<result column="creator_id" jdbcType="INTEGER" property="creatorId" />
|
||||
<result column="updater_id" jdbcType="INTEGER" property="updaterId" />
|
||||
<result column="version" jdbcType="VARCHAR" property="version" />
|
||||
<result column="weav_cloth_status" jdbcType="INTEGER" property="weavClothStatus" />
|
||||
<result column="company_id" jdbcType="INTEGER" property="companyId" />
|
||||
<result column="product_id" jdbcType="INTEGER" property="productId" />
|
||||
<result column="is_stock" jdbcType="INTEGER" property="isStock" />
|
||||
<result column="weav_cloth_length" jdbcType="REAL" property="weavClothLength" />
|
||||
<result column="curr_progress" jdbcType="VARCHAR" property="currProgress" />
|
||||
<result column="supplier_id" jdbcType="INTEGER" property="supplierId" />
|
||||
<result column="supplier_code" jdbcType="VARCHAR" property="supplierCode" />
|
||||
<result column="plan_length" jdbcType="REAL" property="planLength" />
|
||||
<result column="actual_length" jdbcType="REAL" property="actualLength" />
|
||||
<result column="shrinkage" jdbcType="VARCHAR" property="shrinkage" />
|
||||
<result column="cost" jdbcType="REAL" property="cost" />
|
||||
<result column="begin_time" jdbcType="TIMESTAMP" property="beginTime" />
|
||||
<result column="end_time" jdbcType="TIMESTAMP" property="endTime" />
|
||||
<result column="note" jdbcType="VARCHAR" property="note" />
|
||||
</resultMap>
|
||||
</mapper>
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.mapstruct;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfo;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfoVo;
|
||||
import org.mapstruct.Mapper;
|
||||
|
||||
/**
|
||||
* @Author weihongyang
|
||||
* @Date 2020/8/21 16:24
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Mapper
|
||||
public interface MtAloneByOrderInfoMapping {
|
||||
|
||||
MtAloneByOrderInfoVo MtAloneByOrderInfoToMtAloneByOrderInfoVo(MtAloneByOrderInfo mtAloneByOrderInfo);
|
||||
}
|
@ -0,0 +1,190 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_a_shelf")
|
||||
public class MtAloneByAShelf {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "a_shelf_status")
|
||||
private Integer aShelfStatus;
|
||||
|
||||
/**
|
||||
* 绑定公司id
|
||||
*/
|
||||
@Column(name = "company_id")
|
||||
private Integer companyId;
|
||||
|
||||
/**
|
||||
* A字架编码
|
||||
*/
|
||||
@Column(name = "a_shelf_code")
|
||||
private String aShelfCode;
|
||||
|
||||
/**
|
||||
* A字架名称
|
||||
*/
|
||||
@Column(name = "a_shelf_name")
|
||||
private String aShelfName;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return a_shelf_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getaShelfStatus() {
|
||||
return aShelfStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param aShelfStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setaShelfStatus(Integer aShelfStatus) {
|
||||
this.aShelfStatus = aShelfStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取绑定公司id
|
||||
*
|
||||
* @return company_id - 绑定公司id
|
||||
*/
|
||||
public Integer getCompanyId() {
|
||||
return companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置绑定公司id
|
||||
*
|
||||
* @param companyId 绑定公司id
|
||||
*/
|
||||
public void setCompanyId(Integer companyId) {
|
||||
this.companyId = companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取A字架编码
|
||||
*
|
||||
* @return a_shelf_code - A字架编码
|
||||
*/
|
||||
public String getaShelfCode() {
|
||||
return aShelfCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置A字架编码
|
||||
*
|
||||
* @param aShelfCode A字架编码
|
||||
*/
|
||||
public void setaShelfCode(String aShelfCode) {
|
||||
this.aShelfCode = aShelfCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取A字架名称
|
||||
*
|
||||
* @return a_shelf_name - A字架名称
|
||||
*/
|
||||
public String getaShelfName() {
|
||||
return aShelfName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置A字架名称
|
||||
*
|
||||
* @param aShelfName A字架名称
|
||||
*/
|
||||
public void setaShelfName(String aShelfName) {
|
||||
this.aShelfName = aShelfName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByAShelfParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,452 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_bake_cloth")
|
||||
public class MtAloneByBakeCloth {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@Column(name = "update_time")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 更新人id
|
||||
*/
|
||||
@Column(name = "updater_id")
|
||||
private Integer updaterId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "bake_cloth_status")
|
||||
private Integer bakeClothStatus;
|
||||
|
||||
/**
|
||||
* 跑布id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
@Column(name = "run_cloth_id")
|
||||
private Integer runClothId;
|
||||
|
||||
/**
|
||||
* 当前进度,匹配字典表编码,内容:在染厂
|
||||
*/
|
||||
@Column(name = "curr_progress")
|
||||
private String currProgress;
|
||||
|
||||
/**
|
||||
* 加工商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
@Column(name = "supplier_id")
|
||||
private Integer supplierId;
|
||||
|
||||
/**
|
||||
* 加工商编号,选择获取
|
||||
*/
|
||||
@Column(name = "supplier_code")
|
||||
private String supplierCode;
|
||||
|
||||
/**
|
||||
* 计划长度(M)
|
||||
*/
|
||||
@Column(name = "plan_length")
|
||||
private Float planLength;
|
||||
|
||||
/**
|
||||
* 实际长度(M)
|
||||
*/
|
||||
@Column(name = "actual_length")
|
||||
private Float actualLength;
|
||||
|
||||
/**
|
||||
* 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
private String shrinkage;
|
||||
|
||||
/**
|
||||
* 费用(元)
|
||||
*/
|
||||
private Float cost;
|
||||
|
||||
/**
|
||||
* 开始时间
|
||||
*/
|
||||
@Column(name = "begin_time")
|
||||
private Date beginTime;
|
||||
|
||||
/**
|
||||
* 结束时间
|
||||
*/
|
||||
@Column(name = "end_time")
|
||||
private Date endTime;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取修改时间
|
||||
*
|
||||
* @return update_time - 修改时间
|
||||
*/
|
||||
public Date getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置修改时间
|
||||
*
|
||||
* @param updateTime 修改时间
|
||||
*/
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取更新人id
|
||||
*
|
||||
* @return updater_id - 更新人id
|
||||
*/
|
||||
public Integer getUpdaterId() {
|
||||
return updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更新人id
|
||||
*
|
||||
* @param updaterId 更新人id
|
||||
*/
|
||||
public void setUpdaterId(Integer updaterId) {
|
||||
this.updaterId = updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return bake_cloth_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getBakeClothStatus() {
|
||||
return bakeClothStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param bakeClothStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setBakeClothStatus(Integer bakeClothStatus) {
|
||||
this.bakeClothStatus = bakeClothStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取跑布id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @return run_cloth_id - 跑布id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public Integer getRunClothId() {
|
||||
return runClothId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置跑布id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @param runClothId 跑布id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public void setRunClothId(Integer runClothId) {
|
||||
this.runClothId = runClothId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前进度,匹配字典表编码,内容:在染厂
|
||||
*
|
||||
* @return curr_progress - 当前进度,匹配字典表编码,内容:在染厂
|
||||
*/
|
||||
public String getCurrProgress() {
|
||||
return currProgress;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置当前进度,匹配字典表编码,内容:在染厂
|
||||
*
|
||||
* @param currProgress 当前进度,匹配字典表编码,内容:在染厂
|
||||
*/
|
||||
public void setCurrProgress(String currProgress) {
|
||||
this.currProgress = currProgress;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取加工商id ,管理供应商表:mt_alone_processor
|
||||
*
|
||||
* @return supplier_id - 加工商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
public Integer getSupplierId() {
|
||||
return supplierId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置加工商id ,管理供应商表:mt_alone_processor
|
||||
*
|
||||
* @param supplierId 加工商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
public void setSupplierId(Integer supplierId) {
|
||||
this.supplierId = supplierId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取加工商编号,选择获取
|
||||
*
|
||||
* @return supplier_code - 加工商编号,选择获取
|
||||
*/
|
||||
public String getSupplierCode() {
|
||||
return supplierCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置加工商编号,选择获取
|
||||
*
|
||||
* @param supplierCode 加工商编号,选择获取
|
||||
*/
|
||||
public void setSupplierCode(String supplierCode) {
|
||||
this.supplierCode = supplierCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取计划长度(M)
|
||||
*
|
||||
* @return plan_length - 计划长度(M)
|
||||
*/
|
||||
public Float getPlanLength() {
|
||||
return planLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置计划长度(M)
|
||||
*
|
||||
* @param planLength 计划长度(M)
|
||||
*/
|
||||
public void setPlanLength(Float planLength) {
|
||||
this.planLength = planLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取实际长度(M)
|
||||
*
|
||||
* @return actual_length - 实际长度(M)
|
||||
*/
|
||||
public Float getActualLength() {
|
||||
return actualLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置实际长度(M)
|
||||
*
|
||||
* @param actualLength 实际长度(M)
|
||||
*/
|
||||
public void setActualLength(Float actualLength) {
|
||||
this.actualLength = actualLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取缩率%,=实际长度/计划长度 *100%
|
||||
*
|
||||
* @return shrinkage - 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
public String getShrinkage() {
|
||||
return shrinkage;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置缩率%,=实际长度/计划长度 *100%
|
||||
*
|
||||
* @param shrinkage 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
public void setShrinkage(String shrinkage) {
|
||||
this.shrinkage = shrinkage;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取费用(元)
|
||||
*
|
||||
* @return cost - 费用(元)
|
||||
*/
|
||||
public Float getCost() {
|
||||
return cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置费用(元)
|
||||
*
|
||||
* @param cost 费用(元)
|
||||
*/
|
||||
public void setCost(Float cost) {
|
||||
this.cost = cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取开始时间
|
||||
*
|
||||
* @return begin_time - 开始时间
|
||||
*/
|
||||
public Date getBeginTime() {
|
||||
return beginTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置开始时间
|
||||
*
|
||||
* @param beginTime 开始时间
|
||||
*/
|
||||
public void setBeginTime(Date beginTime) {
|
||||
this.beginTime = beginTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取结束时间
|
||||
*
|
||||
* @return end_time - 结束时间
|
||||
*/
|
||||
public Date getEndTime() {
|
||||
return endTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置结束时间
|
||||
*
|
||||
* @param endTime 结束时间
|
||||
*/
|
||||
public void setEndTime(Date endTime) {
|
||||
this.endTime = endTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByBakeClothParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,814 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_coating")
|
||||
public class MtAloneByCoating {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@Column(name = "update_time")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 更新人id
|
||||
*/
|
||||
@Column(name = "updater_id")
|
||||
private Integer updaterId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "top_glue_ready_status")
|
||||
private Integer topGlueReadyStatus;
|
||||
|
||||
/**
|
||||
* 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
@Column(name = "product_id")
|
||||
private Integer productId;
|
||||
|
||||
/**
|
||||
* A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*/
|
||||
@Column(name = "a_shelf_id")
|
||||
private Integer aShelfId;
|
||||
|
||||
/**
|
||||
* A字架名称
|
||||
*/
|
||||
@Column(name = "a_shelf_name")
|
||||
private String aShelfName;
|
||||
|
||||
/**
|
||||
* 打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
@Column(name = "base_glue_id")
|
||||
private Integer baseGlueId;
|
||||
|
||||
/**
|
||||
* 打底胶水名称
|
||||
*/
|
||||
@Column(name = "base_name")
|
||||
private String baseName;
|
||||
|
||||
/**
|
||||
* 打底胶水数量
|
||||
*/
|
||||
@Column(name = "base_num")
|
||||
private Float baseNum;
|
||||
|
||||
/**
|
||||
* 面涂胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
@Column(name = "top_glue_id")
|
||||
private Integer topGlueId;
|
||||
|
||||
/**
|
||||
* 面涂胶水名称
|
||||
*/
|
||||
@Column(name = "top_name")
|
||||
private String topName;
|
||||
|
||||
/**
|
||||
* 面涂胶水数量
|
||||
*/
|
||||
@Column(name = "top_num")
|
||||
private Float topNum;
|
||||
|
||||
/**
|
||||
* 打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
@Column(name = "other_glue_id")
|
||||
private Integer otherGlueId;
|
||||
|
||||
/**
|
||||
* 其它胶水名称
|
||||
*/
|
||||
@Column(name = "other_name")
|
||||
private String otherName;
|
||||
|
||||
/**
|
||||
* 其它胶水数量
|
||||
*/
|
||||
@Column(name = "other_num")
|
||||
private Float otherNum;
|
||||
|
||||
/**
|
||||
* 准备时间
|
||||
*/
|
||||
@Column(name = "ready_time")
|
||||
private Date readyTime;
|
||||
|
||||
/**
|
||||
* 一刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
@Column(name = "ak_glue_id")
|
||||
private Integer akGlueId;
|
||||
|
||||
/**
|
||||
* 一刀胶水名称
|
||||
*/
|
||||
@Column(name = "ak_glue_name")
|
||||
private String akGlueName;
|
||||
|
||||
/**
|
||||
* 一刀克重
|
||||
*/
|
||||
@Column(name = "ak_weight")
|
||||
private Float akWeight;
|
||||
|
||||
/**
|
||||
* 二刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
@Column(name = "bk_glue_id")
|
||||
private Integer bkGlueId;
|
||||
|
||||
/**
|
||||
* 二刀胶水名称
|
||||
*/
|
||||
@Column(name = "bk_glue_name")
|
||||
private String bkGlueName;
|
||||
|
||||
/**
|
||||
* 二刀克重
|
||||
*/
|
||||
@Column(name = "bk_weight")
|
||||
private Float bkWeight;
|
||||
|
||||
/**
|
||||
* 三刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
@Column(name = "ck_glue_id")
|
||||
private Integer ckGlueId;
|
||||
|
||||
/**
|
||||
* 三刀胶水名称
|
||||
*/
|
||||
@Column(name = "ck_glue_name")
|
||||
private String ckGlueName;
|
||||
|
||||
/**
|
||||
* 三刀克重
|
||||
*/
|
||||
@Column(name = "ck_weight")
|
||||
private Float ckWeight;
|
||||
|
||||
/**
|
||||
* 四刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
@Column(name = "dk_glue_id")
|
||||
private Integer dkGlueId;
|
||||
|
||||
/**
|
||||
* 四刀胶水名称
|
||||
*/
|
||||
@Column(name = "dk_glue_name")
|
||||
private String dkGlueName;
|
||||
|
||||
/**
|
||||
* 四刀克重
|
||||
*/
|
||||
@Column(name = "dk_weight")
|
||||
private Float dkWeight;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取修改时间
|
||||
*
|
||||
* @return update_time - 修改时间
|
||||
*/
|
||||
public Date getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置修改时间
|
||||
*
|
||||
* @param updateTime 修改时间
|
||||
*/
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取更新人id
|
||||
*
|
||||
* @return updater_id - 更新人id
|
||||
*/
|
||||
public Integer getUpdaterId() {
|
||||
return updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更新人id
|
||||
*
|
||||
* @param updaterId 更新人id
|
||||
*/
|
||||
public void setUpdaterId(Integer updaterId) {
|
||||
this.updaterId = updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return top_glue_ready_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getTopGlueReadyStatus() {
|
||||
return topGlueReadyStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param topGlueReadyStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setTopGlueReadyStatus(Integer topGlueReadyStatus) {
|
||||
this.topGlueReadyStatus = topGlueReadyStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @return product_id - 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public Integer getProductId() {
|
||||
return productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @param productId 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public void setProductId(Integer productId) {
|
||||
this.productId = productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*
|
||||
* @return a_shelf_id - A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*/
|
||||
public Integer getaShelfId() {
|
||||
return aShelfId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*
|
||||
* @param aShelfId A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*/
|
||||
public void setaShelfId(Integer aShelfId) {
|
||||
this.aShelfId = aShelfId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取A字架名称
|
||||
*
|
||||
* @return a_shelf_name - A字架名称
|
||||
*/
|
||||
public String getaShelfName() {
|
||||
return aShelfName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置A字架名称
|
||||
*
|
||||
* @param aShelfName A字架名称
|
||||
*/
|
||||
public void setaShelfName(String aShelfName) {
|
||||
this.aShelfName = aShelfName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @return base_glue_id - 打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public Integer getBaseGlueId() {
|
||||
return baseGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @param baseGlueId 打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public void setBaseGlueId(Integer baseGlueId) {
|
||||
this.baseGlueId = baseGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取打底胶水名称
|
||||
*
|
||||
* @return base_name - 打底胶水名称
|
||||
*/
|
||||
public String getBaseName() {
|
||||
return baseName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置打底胶水名称
|
||||
*
|
||||
* @param baseName 打底胶水名称
|
||||
*/
|
||||
public void setBaseName(String baseName) {
|
||||
this.baseName = baseName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取打底胶水数量
|
||||
*
|
||||
* @return base_num - 打底胶水数量
|
||||
*/
|
||||
public Float getBaseNum() {
|
||||
return baseNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置打底胶水数量
|
||||
*
|
||||
* @param baseNum 打底胶水数量
|
||||
*/
|
||||
public void setBaseNum(Float baseNum) {
|
||||
this.baseNum = baseNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取面涂胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @return top_glue_id - 面涂胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public Integer getTopGlueId() {
|
||||
return topGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置面涂胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @param topGlueId 面涂胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public void setTopGlueId(Integer topGlueId) {
|
||||
this.topGlueId = topGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取面涂胶水名称
|
||||
*
|
||||
* @return top_name - 面涂胶水名称
|
||||
*/
|
||||
public String getTopName() {
|
||||
return topName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置面涂胶水名称
|
||||
*
|
||||
* @param topName 面涂胶水名称
|
||||
*/
|
||||
public void setTopName(String topName) {
|
||||
this.topName = topName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取面涂胶水数量
|
||||
*
|
||||
* @return top_num - 面涂胶水数量
|
||||
*/
|
||||
public Float getTopNum() {
|
||||
return topNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置面涂胶水数量
|
||||
*
|
||||
* @param topNum 面涂胶水数量
|
||||
*/
|
||||
public void setTopNum(Float topNum) {
|
||||
this.topNum = topNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @return other_glue_id - 打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public Integer getOtherGlueId() {
|
||||
return otherGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @param otherGlueId 打底胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public void setOtherGlueId(Integer otherGlueId) {
|
||||
this.otherGlueId = otherGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取其它胶水名称
|
||||
*
|
||||
* @return other_name - 其它胶水名称
|
||||
*/
|
||||
public String getOtherName() {
|
||||
return otherName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置其它胶水名称
|
||||
*
|
||||
* @param otherName 其它胶水名称
|
||||
*/
|
||||
public void setOtherName(String otherName) {
|
||||
this.otherName = otherName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取其它胶水数量
|
||||
*
|
||||
* @return other_num - 其它胶水数量
|
||||
*/
|
||||
public Float getOtherNum() {
|
||||
return otherNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置其它胶水数量
|
||||
*
|
||||
* @param otherNum 其它胶水数量
|
||||
*/
|
||||
public void setOtherNum(Float otherNum) {
|
||||
this.otherNum = otherNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取准备时间
|
||||
*
|
||||
* @return ready_time - 准备时间
|
||||
*/
|
||||
public Date getReadyTime() {
|
||||
return readyTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置准备时间
|
||||
*
|
||||
* @param readyTime 准备时间
|
||||
*/
|
||||
public void setReadyTime(Date readyTime) {
|
||||
this.readyTime = readyTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取一刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @return ak_glue_id - 一刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public Integer getAkGlueId() {
|
||||
return akGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置一刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @param akGlueId 一刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public void setAkGlueId(Integer akGlueId) {
|
||||
this.akGlueId = akGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取一刀胶水名称
|
||||
*
|
||||
* @return ak_glue_name - 一刀胶水名称
|
||||
*/
|
||||
public String getAkGlueName() {
|
||||
return akGlueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置一刀胶水名称
|
||||
*
|
||||
* @param akGlueName 一刀胶水名称
|
||||
*/
|
||||
public void setAkGlueName(String akGlueName) {
|
||||
this.akGlueName = akGlueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取一刀克重
|
||||
*
|
||||
* @return ak_weight - 一刀克重
|
||||
*/
|
||||
public Float getAkWeight() {
|
||||
return akWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置一刀克重
|
||||
*
|
||||
* @param akWeight 一刀克重
|
||||
*/
|
||||
public void setAkWeight(Float akWeight) {
|
||||
this.akWeight = akWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取二刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @return bk_glue_id - 二刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public Integer getBkGlueId() {
|
||||
return bkGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置二刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @param bkGlueId 二刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public void setBkGlueId(Integer bkGlueId) {
|
||||
this.bkGlueId = bkGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取二刀胶水名称
|
||||
*
|
||||
* @return bk_glue_name - 二刀胶水名称
|
||||
*/
|
||||
public String getBkGlueName() {
|
||||
return bkGlueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置二刀胶水名称
|
||||
*
|
||||
* @param bkGlueName 二刀胶水名称
|
||||
*/
|
||||
public void setBkGlueName(String bkGlueName) {
|
||||
this.bkGlueName = bkGlueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取二刀克重
|
||||
*
|
||||
* @return bk_weight - 二刀克重
|
||||
*/
|
||||
public Float getBkWeight() {
|
||||
return bkWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置二刀克重
|
||||
*
|
||||
* @param bkWeight 二刀克重
|
||||
*/
|
||||
public void setBkWeight(Float bkWeight) {
|
||||
this.bkWeight = bkWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取三刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @return ck_glue_id - 三刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public Integer getCkGlueId() {
|
||||
return ckGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置三刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @param ckGlueId 三刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public void setCkGlueId(Integer ckGlueId) {
|
||||
this.ckGlueId = ckGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取三刀胶水名称
|
||||
*
|
||||
* @return ck_glue_name - 三刀胶水名称
|
||||
*/
|
||||
public String getCkGlueName() {
|
||||
return ckGlueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置三刀胶水名称
|
||||
*
|
||||
* @param ckGlueName 三刀胶水名称
|
||||
*/
|
||||
public void setCkGlueName(String ckGlueName) {
|
||||
this.ckGlueName = ckGlueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取三刀克重
|
||||
*
|
||||
* @return ck_weight - 三刀克重
|
||||
*/
|
||||
public Float getCkWeight() {
|
||||
return ckWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置三刀克重
|
||||
*
|
||||
* @param ckWeight 三刀克重
|
||||
*/
|
||||
public void setCkWeight(Float ckWeight) {
|
||||
this.ckWeight = ckWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取四刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @return dk_glue_id - 四刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public Integer getDkGlueId() {
|
||||
return dkGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置四刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*
|
||||
* @param dkGlueId 四刀胶水id,关联胶水表:mt_alone_by_coating_glue
|
||||
*/
|
||||
public void setDkGlueId(Integer dkGlueId) {
|
||||
this.dkGlueId = dkGlueId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取四刀胶水名称
|
||||
*
|
||||
* @return dk_glue_name - 四刀胶水名称
|
||||
*/
|
||||
public String getDkGlueName() {
|
||||
return dkGlueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置四刀胶水名称
|
||||
*
|
||||
* @param dkGlueName 四刀胶水名称
|
||||
*/
|
||||
public void setDkGlueName(String dkGlueName) {
|
||||
this.dkGlueName = dkGlueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取四刀克重
|
||||
*
|
||||
* @return dk_weight - 四刀克重
|
||||
*/
|
||||
public Float getDkWeight() {
|
||||
return dkWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置四刀克重
|
||||
*
|
||||
* @param dkWeight 四刀克重
|
||||
*/
|
||||
public void setDkWeight(Float dkWeight) {
|
||||
this.dkWeight = dkWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,236 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_coating_glue")
|
||||
public class MtAloneByCoatingGlue {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "gule_status")
|
||||
private Integer guleStatus;
|
||||
|
||||
/**
|
||||
* 胶水类型,数字字典code,内容:打底胶水,面涂胶水,其它胶水
|
||||
*/
|
||||
@Column(name = "glue_types")
|
||||
private String glueTypes;
|
||||
|
||||
/**
|
||||
* 胶水名称
|
||||
*/
|
||||
@Column(name = "glue_name")
|
||||
private String glueName;
|
||||
|
||||
/**
|
||||
* 胶水code
|
||||
*/
|
||||
@Column(name = "glue_code")
|
||||
private String glueCode;
|
||||
|
||||
/**
|
||||
* 单位
|
||||
*/
|
||||
private String unit;
|
||||
|
||||
/**
|
||||
* 规格
|
||||
*/
|
||||
private String spec;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return gule_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getGuleStatus() {
|
||||
return guleStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param guleStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setGuleStatus(Integer guleStatus) {
|
||||
this.guleStatus = guleStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取胶水类型,数字字典code,内容:打底胶水,面涂胶水,其它胶水
|
||||
*
|
||||
* @return glue_types - 胶水类型,数字字典code,内容:打底胶水,面涂胶水,其它胶水
|
||||
*/
|
||||
public String getGlueTypes() {
|
||||
return glueTypes;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置胶水类型,数字字典code,内容:打底胶水,面涂胶水,其它胶水
|
||||
*
|
||||
* @param glueTypes 胶水类型,数字字典code,内容:打底胶水,面涂胶水,其它胶水
|
||||
*/
|
||||
public void setGlueTypes(String glueTypes) {
|
||||
this.glueTypes = glueTypes;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取胶水名称
|
||||
*
|
||||
* @return glue_name - 胶水名称
|
||||
*/
|
||||
public String getGlueName() {
|
||||
return glueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置胶水名称
|
||||
*
|
||||
* @param glueName 胶水名称
|
||||
*/
|
||||
public void setGlueName(String glueName) {
|
||||
this.glueName = glueName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取胶水code
|
||||
*
|
||||
* @return glue_code - 胶水code
|
||||
*/
|
||||
public String getGlueCode() {
|
||||
return glueCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置胶水code
|
||||
*
|
||||
* @param glueCode 胶水code
|
||||
*/
|
||||
public void setGlueCode(String glueCode) {
|
||||
this.glueCode = glueCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取单位
|
||||
*
|
||||
* @return unit - 单位
|
||||
*/
|
||||
public String getUnit() {
|
||||
return unit;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置单位
|
||||
*
|
||||
* @param unit 单位
|
||||
*/
|
||||
public void setUnit(String unit) {
|
||||
this.unit = unit;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取规格
|
||||
*
|
||||
* @return spec - 规格
|
||||
*/
|
||||
public String getSpec() {
|
||||
return spec;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置规格
|
||||
*
|
||||
* @param spec 规格
|
||||
*/
|
||||
public void setSpec(String spec) {
|
||||
this.spec = spec;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByCoatingGlueParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByCoatingParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,478 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_coating_progress")
|
||||
public class MtAloneByCoatingProgress {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@Column(name = "update_time")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 更新人id
|
||||
*/
|
||||
@Column(name = "updater_id")
|
||||
private Integer updaterId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "coating_progress_status")
|
||||
private Integer coatingProgressStatus;
|
||||
|
||||
/**
|
||||
* 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
@Column(name = "product_id")
|
||||
private Integer productId;
|
||||
|
||||
/**
|
||||
* A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*/
|
||||
@Column(name = "a_shelf_id")
|
||||
private Integer aShelfId;
|
||||
|
||||
/**
|
||||
* A字架名称
|
||||
*/
|
||||
@Column(name = "a_shelf_name")
|
||||
private String aShelfName;
|
||||
|
||||
/**
|
||||
* 基材门幅
|
||||
*/
|
||||
@Column(name = "sub_width")
|
||||
private Float subWidth;
|
||||
|
||||
/**
|
||||
* 实切门幅
|
||||
*/
|
||||
@Column(name = "actual_width")
|
||||
private Float actualWidth;
|
||||
|
||||
/**
|
||||
* 门幅比(%)
|
||||
*/
|
||||
@Column(name = "width_prop")
|
||||
private Float widthProp;
|
||||
|
||||
/**
|
||||
* 基材米数(M)
|
||||
*/
|
||||
@Column(name = "sub_meters")
|
||||
private Float subMeters;
|
||||
|
||||
/**
|
||||
* 实际米数(M)
|
||||
*/
|
||||
@Column(name = "actual_meters")
|
||||
private Float actualMeters;
|
||||
|
||||
/**
|
||||
* 完成米数(M)
|
||||
*/
|
||||
@Column(name = "completed_meters")
|
||||
private Float completedMeters;
|
||||
|
||||
/**
|
||||
* 完成比(%)
|
||||
*/
|
||||
@Column(name = "completed_prop")
|
||||
private Float completedProp;
|
||||
|
||||
/**
|
||||
* 完成时间
|
||||
*/
|
||||
@Column(name = "completed_time")
|
||||
private Date completedTime;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取修改时间
|
||||
*
|
||||
* @return update_time - 修改时间
|
||||
*/
|
||||
public Date getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置修改时间
|
||||
*
|
||||
* @param updateTime 修改时间
|
||||
*/
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取更新人id
|
||||
*
|
||||
* @return updater_id - 更新人id
|
||||
*/
|
||||
public Integer getUpdaterId() {
|
||||
return updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更新人id
|
||||
*
|
||||
* @param updaterId 更新人id
|
||||
*/
|
||||
public void setUpdaterId(Integer updaterId) {
|
||||
this.updaterId = updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return coating_progress_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getCoatingProgressStatus() {
|
||||
return coatingProgressStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param coatingProgressStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setCoatingProgressStatus(Integer coatingProgressStatus) {
|
||||
this.coatingProgressStatus = coatingProgressStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @return product_id - 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public Integer getProductId() {
|
||||
return productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @param productId 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public void setProductId(Integer productId) {
|
||||
this.productId = productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*
|
||||
* @return a_shelf_id - A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*/
|
||||
public Integer getaShelfId() {
|
||||
return aShelfId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*
|
||||
* @param aShelfId A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*/
|
||||
public void setaShelfId(Integer aShelfId) {
|
||||
this.aShelfId = aShelfId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取A字架名称
|
||||
*
|
||||
* @return a_shelf_name - A字架名称
|
||||
*/
|
||||
public String getaShelfName() {
|
||||
return aShelfName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置A字架名称
|
||||
*
|
||||
* @param aShelfName A字架名称
|
||||
*/
|
||||
public void setaShelfName(String aShelfName) {
|
||||
this.aShelfName = aShelfName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取基材门幅
|
||||
*
|
||||
* @return sub_width - 基材门幅
|
||||
*/
|
||||
public Float getSubWidth() {
|
||||
return subWidth;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置基材门幅
|
||||
*
|
||||
* @param subWidth 基材门幅
|
||||
*/
|
||||
public void setSubWidth(Float subWidth) {
|
||||
this.subWidth = subWidth;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取实切门幅
|
||||
*
|
||||
* @return actual_width - 实切门幅
|
||||
*/
|
||||
public Float getActualWidth() {
|
||||
return actualWidth;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置实切门幅
|
||||
*
|
||||
* @param actualWidth 实切门幅
|
||||
*/
|
||||
public void setActualWidth(Float actualWidth) {
|
||||
this.actualWidth = actualWidth;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取门幅比(%)
|
||||
*
|
||||
* @return width_prop - 门幅比(%)
|
||||
*/
|
||||
public Float getWidthProp() {
|
||||
return widthProp;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置门幅比(%)
|
||||
*
|
||||
* @param widthProp 门幅比(%)
|
||||
*/
|
||||
public void setWidthProp(Float widthProp) {
|
||||
this.widthProp = widthProp;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取基材米数(M)
|
||||
*
|
||||
* @return sub_meters - 基材米数(M)
|
||||
*/
|
||||
public Float getSubMeters() {
|
||||
return subMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置基材米数(M)
|
||||
*
|
||||
* @param subMeters 基材米数(M)
|
||||
*/
|
||||
public void setSubMeters(Float subMeters) {
|
||||
this.subMeters = subMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取实际米数(M)
|
||||
*
|
||||
* @return actual_meters - 实际米数(M)
|
||||
*/
|
||||
public Float getActualMeters() {
|
||||
return actualMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置实际米数(M)
|
||||
*
|
||||
* @param actualMeters 实际米数(M)
|
||||
*/
|
||||
public void setActualMeters(Float actualMeters) {
|
||||
this.actualMeters = actualMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取完成米数(M)
|
||||
*
|
||||
* @return completed_meters - 完成米数(M)
|
||||
*/
|
||||
public Float getCompletedMeters() {
|
||||
return completedMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置完成米数(M)
|
||||
*
|
||||
* @param completedMeters 完成米数(M)
|
||||
*/
|
||||
public void setCompletedMeters(Float completedMeters) {
|
||||
this.completedMeters = completedMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取完成比(%)
|
||||
*
|
||||
* @return completed_prop - 完成比(%)
|
||||
*/
|
||||
public Float getCompletedProp() {
|
||||
return completedProp;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置完成比(%)
|
||||
*
|
||||
* @param completedProp 完成比(%)
|
||||
*/
|
||||
public void setCompletedProp(Float completedProp) {
|
||||
this.completedProp = completedProp;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取完成时间
|
||||
*
|
||||
* @return completed_time - 完成时间
|
||||
*/
|
||||
public Date getCompletedTime() {
|
||||
return completedTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置完成时间
|
||||
*
|
||||
* @param completedTime 完成时间
|
||||
*/
|
||||
public void setCompletedTime(Date completedTime) {
|
||||
this.completedTime = completedTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByCoatingProgressParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,452 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_go_dye_factory")
|
||||
public class MtAloneByGoDyeFactory {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@Column(name = "update_time")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 更新人id
|
||||
*/
|
||||
@Column(name = "updater_id")
|
||||
private Integer updaterId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "go_dye_factory_status")
|
||||
private Integer goDyeFactoryStatus;
|
||||
|
||||
/**
|
||||
* 绑定公司id
|
||||
*/
|
||||
@Column(name = "company_id")
|
||||
private Integer companyId;
|
||||
|
||||
/**
|
||||
* 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
@Column(name = "product_id")
|
||||
private Integer productId;
|
||||
|
||||
/**
|
||||
* 加工商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
@Column(name = "supplier_id")
|
||||
private Integer supplierId;
|
||||
|
||||
/**
|
||||
* 加工商编号,选择获取
|
||||
*/
|
||||
@Column(name = "supplier_code")
|
||||
private String supplierCode;
|
||||
|
||||
/**
|
||||
* 去染厂时间
|
||||
*/
|
||||
@Column(name = "go_time")
|
||||
private Date goTime;
|
||||
|
||||
/**
|
||||
* 染厂结束时间
|
||||
*/
|
||||
@Column(name = "end_time")
|
||||
private Date endTime;
|
||||
|
||||
/**
|
||||
* 计划长度(M)
|
||||
*/
|
||||
@Column(name = "plan_length")
|
||||
private Float planLength;
|
||||
|
||||
/**
|
||||
* 实际长度(M)
|
||||
*/
|
||||
@Column(name = "actual_length")
|
||||
private Float actualLength;
|
||||
|
||||
/**
|
||||
* 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
private String shrinkage;
|
||||
|
||||
/**
|
||||
* 费用(元)
|
||||
*/
|
||||
private Float cost;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取修改时间
|
||||
*
|
||||
* @return update_time - 修改时间
|
||||
*/
|
||||
public Date getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置修改时间
|
||||
*
|
||||
* @param updateTime 修改时间
|
||||
*/
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取更新人id
|
||||
*
|
||||
* @return updater_id - 更新人id
|
||||
*/
|
||||
public Integer getUpdaterId() {
|
||||
return updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更新人id
|
||||
*
|
||||
* @param updaterId 更新人id
|
||||
*/
|
||||
public void setUpdaterId(Integer updaterId) {
|
||||
this.updaterId = updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return go_dye_factory_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getGoDyeFactoryStatus() {
|
||||
return goDyeFactoryStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param goDyeFactoryStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setGoDyeFactoryStatus(Integer goDyeFactoryStatus) {
|
||||
this.goDyeFactoryStatus = goDyeFactoryStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取绑定公司id
|
||||
*
|
||||
* @return company_id - 绑定公司id
|
||||
*/
|
||||
public Integer getCompanyId() {
|
||||
return companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置绑定公司id
|
||||
*
|
||||
* @param companyId 绑定公司id
|
||||
*/
|
||||
public void setCompanyId(Integer companyId) {
|
||||
this.companyId = companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @return product_id - 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public Integer getProductId() {
|
||||
return productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @param productId 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public void setProductId(Integer productId) {
|
||||
this.productId = productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取加工商id ,管理供应商表:mt_alone_processor
|
||||
*
|
||||
* @return supplier_id - 加工商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
public Integer getSupplierId() {
|
||||
return supplierId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置加工商id ,管理供应商表:mt_alone_processor
|
||||
*
|
||||
* @param supplierId 加工商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
public void setSupplierId(Integer supplierId) {
|
||||
this.supplierId = supplierId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取加工商编号,选择获取
|
||||
*
|
||||
* @return supplier_code - 加工商编号,选择获取
|
||||
*/
|
||||
public String getSupplierCode() {
|
||||
return supplierCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置加工商编号,选择获取
|
||||
*
|
||||
* @param supplierCode 加工商编号,选择获取
|
||||
*/
|
||||
public void setSupplierCode(String supplierCode) {
|
||||
this.supplierCode = supplierCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取去染厂时间
|
||||
*
|
||||
* @return go_time - 去染厂时间
|
||||
*/
|
||||
public Date getGoTime() {
|
||||
return goTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置去染厂时间
|
||||
*
|
||||
* @param goTime 去染厂时间
|
||||
*/
|
||||
public void setGoTime(Date goTime) {
|
||||
this.goTime = goTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取染厂结束时间
|
||||
*
|
||||
* @return end_time - 染厂结束时间
|
||||
*/
|
||||
public Date getEndTime() {
|
||||
return endTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置染厂结束时间
|
||||
*
|
||||
* @param endTime 染厂结束时间
|
||||
*/
|
||||
public void setEndTime(Date endTime) {
|
||||
this.endTime = endTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取计划长度(M)
|
||||
*
|
||||
* @return plan_length - 计划长度(M)
|
||||
*/
|
||||
public Float getPlanLength() {
|
||||
return planLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置计划长度(M)
|
||||
*
|
||||
* @param planLength 计划长度(M)
|
||||
*/
|
||||
public void setPlanLength(Float planLength) {
|
||||
this.planLength = planLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取实际长度(M)
|
||||
*
|
||||
* @return actual_length - 实际长度(M)
|
||||
*/
|
||||
public Float getActualLength() {
|
||||
return actualLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置实际长度(M)
|
||||
*
|
||||
* @param actualLength 实际长度(M)
|
||||
*/
|
||||
public void setActualLength(Float actualLength) {
|
||||
this.actualLength = actualLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取缩率%,=实际长度/计划长度 *100%
|
||||
*
|
||||
* @return shrinkage - 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
public String getShrinkage() {
|
||||
return shrinkage;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置缩率%,=实际长度/计划长度 *100%
|
||||
*
|
||||
* @param shrinkage 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
public void setShrinkage(String shrinkage) {
|
||||
this.shrinkage = shrinkage;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取费用(元)
|
||||
*
|
||||
* @return cost - 费用(元)
|
||||
*/
|
||||
public Float getCost() {
|
||||
return cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置费用(元)
|
||||
*
|
||||
* @param cost 费用(元)
|
||||
*/
|
||||
public void setCost(Float cost) {
|
||||
this.cost = cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByGoDyeFactoryParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,429 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_logistics")
|
||||
public class MtAloneByLogistics {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "logistics_det_status")
|
||||
private Integer logisticsDetStatus;
|
||||
|
||||
/**
|
||||
* 物流id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
@Column(name = "logistics_id")
|
||||
private Integer logisticsId;
|
||||
|
||||
/**
|
||||
* 装箱时间
|
||||
*/
|
||||
@Column(name = "boxing_time")
|
||||
private Date boxingTime;
|
||||
|
||||
/**
|
||||
* 进仓时间
|
||||
*/
|
||||
@Column(name = "in_ware_time")
|
||||
private Date inWareTime;
|
||||
|
||||
/**
|
||||
* 出仓时间
|
||||
*/
|
||||
@Column(name = "out_ware_time")
|
||||
private Date outWareTime;
|
||||
|
||||
/**
|
||||
* 出仓卷数
|
||||
*/
|
||||
@Column(name = "out_ware_rolls")
|
||||
private Integer outWareRolls;
|
||||
|
||||
/**
|
||||
* 出仓数量(M)
|
||||
*/
|
||||
@Column(name = "out_ware_num")
|
||||
private Float outWareNum;
|
||||
|
||||
/**
|
||||
* 物流公司
|
||||
*/
|
||||
@Column(name = "logistics_com")
|
||||
private String logisticsCom;
|
||||
|
||||
/**
|
||||
* 物流费用(元)
|
||||
*/
|
||||
private Float cost;
|
||||
|
||||
/**
|
||||
* 发货时间
|
||||
*/
|
||||
@Column(name = "ship_time")
|
||||
private Date shipTime;
|
||||
|
||||
/**
|
||||
* 收货人
|
||||
*/
|
||||
@Column(name = "receipt_peo")
|
||||
private String receiptPeo;
|
||||
|
||||
/**
|
||||
* 收货时间
|
||||
*/
|
||||
@Column(name = "receipt_time")
|
||||
private Date receiptTime;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return logistics_det_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getLogisticsDetStatus() {
|
||||
return logisticsDetStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param logisticsDetStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setLogisticsDetStatus(Integer logisticsDetStatus) {
|
||||
this.logisticsDetStatus = logisticsDetStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取物流id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @return logistics_id - 物流id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public Integer getLogisticsId() {
|
||||
return logisticsId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置物流id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @param logisticsId 物流id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public void setLogisticsId(Integer logisticsId) {
|
||||
this.logisticsId = logisticsId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取装箱时间
|
||||
*
|
||||
* @return boxing_time - 装箱时间
|
||||
*/
|
||||
public Date getBoxingTime() {
|
||||
return boxingTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置装箱时间
|
||||
*
|
||||
* @param boxingTime 装箱时间
|
||||
*/
|
||||
public void setBoxingTime(Date boxingTime) {
|
||||
this.boxingTime = boxingTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取进仓时间
|
||||
*
|
||||
* @return in_ware_time - 进仓时间
|
||||
*/
|
||||
public Date getInWareTime() {
|
||||
return inWareTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置进仓时间
|
||||
*
|
||||
* @param inWareTime 进仓时间
|
||||
*/
|
||||
public void setInWareTime(Date inWareTime) {
|
||||
this.inWareTime = inWareTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取出仓时间
|
||||
*
|
||||
* @return out_ware_time - 出仓时间
|
||||
*/
|
||||
public Date getOutWareTime() {
|
||||
return outWareTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置出仓时间
|
||||
*
|
||||
* @param outWareTime 出仓时间
|
||||
*/
|
||||
public void setOutWareTime(Date outWareTime) {
|
||||
this.outWareTime = outWareTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取出仓卷数
|
||||
*
|
||||
* @return out_ware_rolls - 出仓卷数
|
||||
*/
|
||||
public Integer getOutWareRolls() {
|
||||
return outWareRolls;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置出仓卷数
|
||||
*
|
||||
* @param outWareRolls 出仓卷数
|
||||
*/
|
||||
public void setOutWareRolls(Integer outWareRolls) {
|
||||
this.outWareRolls = outWareRolls;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取出仓数量(M)
|
||||
*
|
||||
* @return out_ware_num - 出仓数量(M)
|
||||
*/
|
||||
public Float getOutWareNum() {
|
||||
return outWareNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置出仓数量(M)
|
||||
*
|
||||
* @param outWareNum 出仓数量(M)
|
||||
*/
|
||||
public void setOutWareNum(Float outWareNum) {
|
||||
this.outWareNum = outWareNum;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取物流公司
|
||||
*
|
||||
* @return logistics_com - 物流公司
|
||||
*/
|
||||
public String getLogisticsCom() {
|
||||
return logisticsCom;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置物流公司
|
||||
*
|
||||
* @param logisticsCom 物流公司
|
||||
*/
|
||||
public void setLogisticsCom(String logisticsCom) {
|
||||
this.logisticsCom = logisticsCom;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取物流费用(元)
|
||||
*
|
||||
* @return cost - 物流费用(元)
|
||||
*/
|
||||
public Float getCost() {
|
||||
return cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置物流费用(元)
|
||||
*
|
||||
* @param cost 物流费用(元)
|
||||
*/
|
||||
public void setCost(Float cost) {
|
||||
this.cost = cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取发货时间
|
||||
*
|
||||
* @return ship_time - 发货时间
|
||||
*/
|
||||
public Date getShipTime() {
|
||||
return shipTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置发货时间
|
||||
*
|
||||
* @param shipTime 发货时间
|
||||
*/
|
||||
public void setShipTime(Date shipTime) {
|
||||
this.shipTime = shipTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取收货人
|
||||
*
|
||||
* @return receipt_peo - 收货人
|
||||
*/
|
||||
public String getReceiptPeo() {
|
||||
return receiptPeo;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置收货人
|
||||
*
|
||||
* @param receiptPeo 收货人
|
||||
*/
|
||||
public void setReceiptPeo(String receiptPeo) {
|
||||
this.receiptPeo = receiptPeo;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取收货时间
|
||||
*
|
||||
* @return receipt_time - 收货时间
|
||||
*/
|
||||
public Date getReceiptTime() {
|
||||
return receiptTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置收货时间
|
||||
*
|
||||
* @param receiptTime 收货时间
|
||||
*/
|
||||
public void setReceiptTime(Date receiptTime) {
|
||||
this.receiptTime = receiptTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByLogisticsParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,533 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_order_info")
|
||||
public class MtAloneByOrderInfo {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@Column(name = "update_time")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 更新人id
|
||||
*/
|
||||
@Column(name = "updater_id")
|
||||
private Integer updaterId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0:执行中,1:逻辑删除,2:完成
|
||||
*/
|
||||
@Column(name = "order_status")
|
||||
private Integer orderStatus;
|
||||
|
||||
/**
|
||||
* 绑定公司id
|
||||
*/
|
||||
@Column(name = "company_id")
|
||||
private Integer companyId;
|
||||
|
||||
/**
|
||||
* 订单名称
|
||||
*/
|
||||
@Column(name = "order_name")
|
||||
private String orderName;
|
||||
|
||||
/**
|
||||
* 订单编码
|
||||
*/
|
||||
@Column(name = "order_code")
|
||||
private String orderCode;
|
||||
|
||||
/**
|
||||
* 跟单员id
|
||||
*/
|
||||
@Column(name = "follow_id")
|
||||
private Integer followId;
|
||||
|
||||
/**
|
||||
* 跟单员名称,管理业务员
|
||||
*/
|
||||
@Column(name = "follow_name")
|
||||
private String followName;
|
||||
|
||||
/**
|
||||
* 当前进度,0完成,1现货;2织布;3跑布;4染厂;5涂层;6裁切;7打包;8发货;
|
||||
*/
|
||||
private Integer schedule;
|
||||
|
||||
/**
|
||||
* 完成时间
|
||||
*/
|
||||
@Column(name = "carry_out_time")
|
||||
private Date carryOutTime;
|
||||
|
||||
/**
|
||||
* 客户id,关联客户表,弹出对话框选择客户
|
||||
*/
|
||||
@Column(name = "client_id")
|
||||
private Integer clientId;
|
||||
|
||||
/**
|
||||
* 客户编码
|
||||
*/
|
||||
@Column(name = "client_code")
|
||||
private String clientCode;
|
||||
|
||||
/**
|
||||
* 客户名称
|
||||
*/
|
||||
@Column(name = "client_name")
|
||||
private String clientName;
|
||||
|
||||
/**
|
||||
* 联系电话
|
||||
*/
|
||||
@Column(name = "client_tel")
|
||||
private String clientTel;
|
||||
|
||||
/**
|
||||
* 期望发货时间
|
||||
*/
|
||||
@Column(name = "ship_time")
|
||||
private Date shipTime;
|
||||
|
||||
/**
|
||||
* 描述信息
|
||||
*/
|
||||
private String description;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取修改时间
|
||||
*
|
||||
* @return update_time - 修改时间
|
||||
*/
|
||||
public Date getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置修改时间
|
||||
*
|
||||
* @param updateTime 修改时间
|
||||
*/
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取更新人id
|
||||
*
|
||||
* @return updater_id - 更新人id
|
||||
*/
|
||||
public Integer getUpdaterId() {
|
||||
return updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更新人id
|
||||
*
|
||||
* @param updaterId 更新人id
|
||||
*/
|
||||
public void setUpdaterId(Integer updaterId) {
|
||||
this.updaterId = updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0:执行中,1:逻辑删除,2:完成
|
||||
*
|
||||
* @return order_status - 状态 0:执行中,1:逻辑删除,2:完成
|
||||
*/
|
||||
public Integer getOrderStatus() {
|
||||
return orderStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0:执行中,1:逻辑删除,2:完成
|
||||
*
|
||||
* @param orderStatus 状态 0:执行中,1:逻辑删除,2:完成
|
||||
*/
|
||||
public void setOrderStatus(Integer orderStatus) {
|
||||
this.orderStatus = orderStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取绑定公司id
|
||||
*
|
||||
* @return company_id - 绑定公司id
|
||||
*/
|
||||
public Integer getCompanyId() {
|
||||
return companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置绑定公司id
|
||||
*
|
||||
* @param companyId 绑定公司id
|
||||
*/
|
||||
public void setCompanyId(Integer companyId) {
|
||||
this.companyId = companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取订单名称
|
||||
*
|
||||
* @return order_name - 订单名称
|
||||
*/
|
||||
public String getOrderName() {
|
||||
return orderName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置订单名称
|
||||
*
|
||||
* @param orderName 订单名称
|
||||
*/
|
||||
public void setOrderName(String orderName) {
|
||||
this.orderName = orderName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取订单编码
|
||||
*
|
||||
* @return order_code - 订单编码
|
||||
*/
|
||||
public String getOrderCode() {
|
||||
return orderCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置订单编码
|
||||
*
|
||||
* @param orderCode 订单编码
|
||||
*/
|
||||
public void setOrderCode(String orderCode) {
|
||||
this.orderCode = orderCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取跟单员id
|
||||
*
|
||||
* @return follow_id - 跟单员id
|
||||
*/
|
||||
public Integer getFollowId() {
|
||||
return followId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置跟单员id
|
||||
*
|
||||
* @param followId 跟单员id
|
||||
*/
|
||||
public void setFollowId(Integer followId) {
|
||||
this.followId = followId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取跟单员名称,管理业务员
|
||||
*
|
||||
* @return follow_name - 跟单员名称,管理业务员
|
||||
*/
|
||||
public String getFollowName() {
|
||||
return followName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置跟单员名称,管理业务员
|
||||
*
|
||||
* @param followName 跟单员名称,管理业务员
|
||||
*/
|
||||
public void setFollowName(String followName) {
|
||||
this.followName = followName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前进度,0完成,1现货;2织布;3跑布;4染厂;5涂层;6裁切;7打包;8发货;
|
||||
*
|
||||
* @return schedule - 当前进度,0完成,1现货;2织布;3跑布;4染厂;5涂层;6裁切;7打包;8发货;
|
||||
*/
|
||||
public Integer getSchedule() {
|
||||
return schedule;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置当前进度,0完成,1现货;2织布;3跑布;4染厂;5涂层;6裁切;7打包;8发货;
|
||||
*
|
||||
* @param schedule 当前进度,0完成,1现货;2织布;3跑布;4染厂;5涂层;6裁切;7打包;8发货;
|
||||
*/
|
||||
public void setSchedule(Integer schedule) {
|
||||
this.schedule = schedule;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取完成时间
|
||||
*
|
||||
* @return carry_out_time - 完成时间
|
||||
*/
|
||||
public Date getCarryOutTime() {
|
||||
return carryOutTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置完成时间
|
||||
*
|
||||
* @param carryOutTime 完成时间
|
||||
*/
|
||||
public void setCarryOutTime(Date carryOutTime) {
|
||||
this.carryOutTime = carryOutTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取客户id,关联客户表,弹出对话框选择客户
|
||||
*
|
||||
* @return client_id - 客户id,关联客户表,弹出对话框选择客户
|
||||
*/
|
||||
public Integer getClientId() {
|
||||
return clientId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置客户id,关联客户表,弹出对话框选择客户
|
||||
*
|
||||
* @param clientId 客户id,关联客户表,弹出对话框选择客户
|
||||
*/
|
||||
public void setClientId(Integer clientId) {
|
||||
this.clientId = clientId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取客户编码
|
||||
*
|
||||
* @return client_code - 客户编码
|
||||
*/
|
||||
public String getClientCode() {
|
||||
return clientCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置客户编码
|
||||
*
|
||||
* @param clientCode 客户编码
|
||||
*/
|
||||
public void setClientCode(String clientCode) {
|
||||
this.clientCode = clientCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取客户名称
|
||||
*
|
||||
* @return client_name - 客户名称
|
||||
*/
|
||||
public String getClientName() {
|
||||
return clientName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置客户名称
|
||||
*
|
||||
* @param clientName 客户名称
|
||||
*/
|
||||
public void setClientName(String clientName) {
|
||||
this.clientName = clientName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取联系电话
|
||||
*
|
||||
* @return client_tel - 联系电话
|
||||
*/
|
||||
public String getClientTel() {
|
||||
return clientTel;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置联系电话
|
||||
*
|
||||
* @param clientTel 联系电话
|
||||
*/
|
||||
public void setClientTel(String clientTel) {
|
||||
this.clientTel = clientTel;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取期望发货时间
|
||||
*
|
||||
* @return ship_time - 期望发货时间
|
||||
*/
|
||||
public Date getShipTime() {
|
||||
return shipTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置期望发货时间
|
||||
*
|
||||
* @param shipTime 期望发货时间
|
||||
*/
|
||||
public void setShipTime(Date shipTime) {
|
||||
this.shipTime = shipTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取描述信息
|
||||
*
|
||||
* @return description - 描述信息
|
||||
*/
|
||||
public String getDescription() {
|
||||
return description;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置描述信息
|
||||
*
|
||||
* @param description 描述信息
|
||||
*/
|
||||
public void setDescription(String description) {
|
||||
this.description = description;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return ToStringBuilder.reflectionToString(this);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByOrderInfoParams extends QueryParams {
|
||||
|
||||
private String beginTime;
|
||||
|
||||
private String endTime;
|
||||
|
||||
public String getBeginTime() {
|
||||
return beginTime;
|
||||
}
|
||||
|
||||
public void setBeginTime(String beginTime) {
|
||||
this.beginTime = beginTime;
|
||||
}
|
||||
|
||||
public String getEndTime() {
|
||||
return endTime;
|
||||
}
|
||||
|
||||
public void setEndTime(String endTime) {
|
||||
this.endTime = endTime;
|
||||
}
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author weihongyang
|
||||
* @Date 2020/8/21 15:09
|
||||
* @Version 1.0
|
||||
*/
|
||||
public class MtAloneByOrderInfoVo extends MtAloneByOrderInfo{
|
||||
private List<MtAloneByProductInfo> mtAloneByProductInfos;
|
||||
|
||||
public List<MtAloneByProductInfo> getMtAloneByProductInfos() {
|
||||
return mtAloneByProductInfos;
|
||||
}
|
||||
|
||||
public void setMtAloneByProductInfos(List<MtAloneByProductInfo> mtAloneByProductInfos) {
|
||||
this.mtAloneByProductInfos = mtAloneByProductInfos;
|
||||
}
|
||||
}
|
@ -0,0 +1,665 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_product_info")
|
||||
public class MtAloneByProductInfo {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@Column(name = "update_time")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 更新人id
|
||||
*/
|
||||
@Column(name = "updater_id")
|
||||
private Integer updaterId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "product_status")
|
||||
private Integer productStatus;
|
||||
|
||||
/**
|
||||
* 绑定公司id
|
||||
*/
|
||||
@Column(name = "company_id")
|
||||
private Integer companyId;
|
||||
|
||||
/**
|
||||
* 订单id,关联订单信息表:mt_alone_by_order_info
|
||||
*/
|
||||
@Column(name = "order_info_id")
|
||||
private Integer orderInfoId;
|
||||
|
||||
/**
|
||||
* 产品id,关联产品池表:mt_alone_product_library
|
||||
*/
|
||||
@Column(name = "product_id")
|
||||
private Integer productId;
|
||||
|
||||
/**
|
||||
* 品号
|
||||
*/
|
||||
@Column(name = "product_code")
|
||||
private String productCode;
|
||||
|
||||
/**
|
||||
* 中文品名,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
@Column(name = "product_name")
|
||||
private String productName;
|
||||
|
||||
/**
|
||||
* 规格,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
private String spec;
|
||||
|
||||
/**
|
||||
* 克重g/m2,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
@Column(name = "gram_weight")
|
||||
private String gramWeight;
|
||||
|
||||
/**
|
||||
* 长度
|
||||
*/
|
||||
@Column(name = "product_length")
|
||||
private Float productLength;
|
||||
|
||||
/**
|
||||
* 加工方式,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
@Column(name = "processing_mode")
|
||||
private String processingMode;
|
||||
|
||||
/**
|
||||
* 描述信息
|
||||
*/
|
||||
private String description;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* 现货 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
@Column(name = "goods_in_stock_isok")
|
||||
private Integer goodsInStockIsok;
|
||||
|
||||
/**
|
||||
* 织布 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
@Column(name = "weav_cloth_isok")
|
||||
private Integer weavClothIsok;
|
||||
|
||||
/**
|
||||
* 跑布 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
@Column(name = "run_cloth_isok")
|
||||
private Integer runClothIsok;
|
||||
|
||||
/**
|
||||
* 去染厂 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
@Column(name = "go_dye_factory_isok")
|
||||
private Integer goDyeFactoryIsok;
|
||||
|
||||
/**
|
||||
* 涂层 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
@Column(name = "coating_isok")
|
||||
private Integer coatingIsok;
|
||||
|
||||
/**
|
||||
* 切边裁剪 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
private Integer trimming;
|
||||
|
||||
/**
|
||||
* 打包 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
private Integer pack;
|
||||
|
||||
/**
|
||||
* 发货 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
@Column(name = "deliver_goods")
|
||||
private Integer deliverGoods;
|
||||
|
||||
/**
|
||||
* 完成 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
private Integer complete;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取修改时间
|
||||
*
|
||||
* @return update_time - 修改时间
|
||||
*/
|
||||
public Date getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置修改时间
|
||||
*
|
||||
* @param updateTime 修改时间
|
||||
*/
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取更新人id
|
||||
*
|
||||
* @return updater_id - 更新人id
|
||||
*/
|
||||
public Integer getUpdaterId() {
|
||||
return updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更新人id
|
||||
*
|
||||
* @param updaterId 更新人id
|
||||
*/
|
||||
public void setUpdaterId(Integer updaterId) {
|
||||
this.updaterId = updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return product_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getProductStatus() {
|
||||
return productStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param productStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setProductStatus(Integer productStatus) {
|
||||
this.productStatus = productStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取绑定公司id
|
||||
*
|
||||
* @return company_id - 绑定公司id
|
||||
*/
|
||||
public Integer getCompanyId() {
|
||||
return companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置绑定公司id
|
||||
*
|
||||
* @param companyId 绑定公司id
|
||||
*/
|
||||
public void setCompanyId(Integer companyId) {
|
||||
this.companyId = companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取订单id,关联订单信息表:mt_alone_by_order_info
|
||||
*
|
||||
* @return order_info_id - 订单id,关联订单信息表:mt_alone_by_order_info
|
||||
*/
|
||||
public Integer getOrderInfoId() {
|
||||
return orderInfoId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置订单id,关联订单信息表:mt_alone_by_order_info
|
||||
*
|
||||
* @param orderInfoId 订单id,关联订单信息表:mt_alone_by_order_info
|
||||
*/
|
||||
public void setOrderInfoId(Integer orderInfoId) {
|
||||
this.orderInfoId = orderInfoId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取产品id,关联产品池表:mt_alone_product_library
|
||||
*
|
||||
* @return product_id - 产品id,关联产品池表:mt_alone_product_library
|
||||
*/
|
||||
public Integer getProductId() {
|
||||
return productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置产品id,关联产品池表:mt_alone_product_library
|
||||
*
|
||||
* @param productId 产品id,关联产品池表:mt_alone_product_library
|
||||
*/
|
||||
public void setProductId(Integer productId) {
|
||||
this.productId = productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取品号
|
||||
*
|
||||
* @return product_code - 品号
|
||||
*/
|
||||
public String getProductCode() {
|
||||
return productCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置品号
|
||||
*
|
||||
* @param productCode 品号
|
||||
*/
|
||||
public void setProductCode(String productCode) {
|
||||
this.productCode = productCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取中文品名,从产品池获取,弹出对话框查询获取
|
||||
*
|
||||
* @return product_name - 中文品名,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
public String getProductName() {
|
||||
return productName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置中文品名,从产品池获取,弹出对话框查询获取
|
||||
*
|
||||
* @param productName 中文品名,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
public void setProductName(String productName) {
|
||||
this.productName = productName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取规格,从产品池获取,弹出对话框查询获取
|
||||
*
|
||||
* @return spec - 规格,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
public String getSpec() {
|
||||
return spec;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置规格,从产品池获取,弹出对话框查询获取
|
||||
*
|
||||
* @param spec 规格,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
public void setSpec(String spec) {
|
||||
this.spec = spec;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取克重g/m2,从产品池获取,弹出对话框查询获取
|
||||
*
|
||||
* @return gram_weight - 克重g/m2,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
public String getGramWeight() {
|
||||
return gramWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置克重g/m2,从产品池获取,弹出对话框查询获取
|
||||
*
|
||||
* @param gramWeight 克重g/m2,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
public void setGramWeight(String gramWeight) {
|
||||
this.gramWeight = gramWeight;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取长度
|
||||
*
|
||||
* @return product_length - 长度
|
||||
*/
|
||||
public Float getProductLength() {
|
||||
return productLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置长度
|
||||
*
|
||||
* @param productLength 长度
|
||||
*/
|
||||
public void setProductLength(Float productLength) {
|
||||
this.productLength = productLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取加工方式,从产品池获取,弹出对话框查询获取
|
||||
*
|
||||
* @return processing_mode - 加工方式,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
public String getProcessingMode() {
|
||||
return processingMode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置加工方式,从产品池获取,弹出对话框查询获取
|
||||
*
|
||||
* @param processingMode 加工方式,从产品池获取,弹出对话框查询获取
|
||||
*/
|
||||
public void setProcessingMode(String processingMode) {
|
||||
this.processingMode = processingMode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取描述信息
|
||||
*
|
||||
* @return description - 描述信息
|
||||
*/
|
||||
public String getDescription() {
|
||||
return description;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置描述信息
|
||||
*
|
||||
* @param description 描述信息
|
||||
*/
|
||||
public void setDescription(String description) {
|
||||
this.description = description;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取现货 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @return goods_in_stock_isok - 现货 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public Integer getGoodsInStockIsok() {
|
||||
return goodsInStockIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置现货 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @param goodsInStockIsok 现货 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public void setGoodsInStockIsok(Integer goodsInStockIsok) {
|
||||
this.goodsInStockIsok = goodsInStockIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取织布 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @return weav_cloth_isok - 织布 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public Integer getWeavClothIsok() {
|
||||
return weavClothIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置织布 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @param weavClothIsok 织布 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public void setWeavClothIsok(Integer weavClothIsok) {
|
||||
this.weavClothIsok = weavClothIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取跑布 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @return run_cloth_isok - 跑布 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public Integer getRunClothIsok() {
|
||||
return runClothIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置跑布 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @param runClothIsok 跑布 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public void setRunClothIsok(Integer runClothIsok) {
|
||||
this.runClothIsok = runClothIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取去染厂 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @return go_dye_factory_isok - 去染厂 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public Integer getGoDyeFactoryIsok() {
|
||||
return goDyeFactoryIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置去染厂 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @param goDyeFactoryIsok 去染厂 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public void setGoDyeFactoryIsok(Integer goDyeFactoryIsok) {
|
||||
this.goDyeFactoryIsok = goDyeFactoryIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取涂层 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @return coating_isok - 涂层 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public Integer getCoatingIsok() {
|
||||
return coatingIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置涂层 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @param coatingIsok 涂层 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public void setCoatingIsok(Integer coatingIsok) {
|
||||
this.coatingIsok = coatingIsok;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取切边裁剪 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @return trimming - 切边裁剪 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public Integer getTrimming() {
|
||||
return trimming;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置切边裁剪 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @param trimming 切边裁剪 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public void setTrimming(Integer trimming) {
|
||||
this.trimming = trimming;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取打包 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @return pack - 打包 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public Integer getPack() {
|
||||
return pack;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置打包 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @param pack 打包 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public void setPack(Integer pack) {
|
||||
this.pack = pack;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取发货 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @return deliver_goods - 发货 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public Integer getDeliverGoods() {
|
||||
return deliverGoods;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置发货 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @param deliverGoods 发货 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public void setDeliverGoods(Integer deliverGoods) {
|
||||
this.deliverGoods = deliverGoods;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取完成 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @return complete - 完成 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public Integer getComplete() {
|
||||
return complete;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置完成 是否 全部ok 1 true,2 false
|
||||
*
|
||||
* @param complete 完成 是否 全部ok 1 true,2 false
|
||||
*/
|
||||
public void setComplete(Integer complete) {
|
||||
this.complete = complete;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByProductInfoParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,452 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_run_cloth")
|
||||
public class MtAloneByRunCloth {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@Column(name = "update_time")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 更新人id
|
||||
*/
|
||||
@Column(name = "updater_id")
|
||||
private Integer updaterId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "run_cloth_status")
|
||||
private Integer runClothStatus;
|
||||
|
||||
/**
|
||||
* 跑布id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
@Column(name = "run_cloth_id")
|
||||
private Integer runClothId;
|
||||
|
||||
/**
|
||||
* 当前进度,匹配字典表编码,内容:重新织,在染厂
|
||||
*/
|
||||
@Column(name = "curr_progress")
|
||||
private String currProgress;
|
||||
|
||||
/**
|
||||
* 加工商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
@Column(name = "supplier_id")
|
||||
private Integer supplierId;
|
||||
|
||||
/**
|
||||
* 加工商编号,选择获取
|
||||
*/
|
||||
@Column(name = "supplier_code")
|
||||
private String supplierCode;
|
||||
|
||||
/**
|
||||
* 计划长度(M)
|
||||
*/
|
||||
@Column(name = "plan_length")
|
||||
private Float planLength;
|
||||
|
||||
/**
|
||||
* 实际长度(M)
|
||||
*/
|
||||
@Column(name = "actual_length")
|
||||
private Float actualLength;
|
||||
|
||||
/**
|
||||
* 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
private String shrinkage;
|
||||
|
||||
/**
|
||||
* 费用(元)
|
||||
*/
|
||||
private Float cost;
|
||||
|
||||
/**
|
||||
* 开始时间
|
||||
*/
|
||||
@Column(name = "begin_time")
|
||||
private Date beginTime;
|
||||
|
||||
/**
|
||||
* 结束时间
|
||||
*/
|
||||
@Column(name = "end_time")
|
||||
private Date endTime;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取修改时间
|
||||
*
|
||||
* @return update_time - 修改时间
|
||||
*/
|
||||
public Date getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置修改时间
|
||||
*
|
||||
* @param updateTime 修改时间
|
||||
*/
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取更新人id
|
||||
*
|
||||
* @return updater_id - 更新人id
|
||||
*/
|
||||
public Integer getUpdaterId() {
|
||||
return updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更新人id
|
||||
*
|
||||
* @param updaterId 更新人id
|
||||
*/
|
||||
public void setUpdaterId(Integer updaterId) {
|
||||
this.updaterId = updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return run_cloth_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getRunClothStatus() {
|
||||
return runClothStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param runClothStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setRunClothStatus(Integer runClothStatus) {
|
||||
this.runClothStatus = runClothStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取跑布id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @return run_cloth_id - 跑布id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public Integer getRunClothId() {
|
||||
return runClothId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置跑布id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @param runClothId 跑布id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public void setRunClothId(Integer runClothId) {
|
||||
this.runClothId = runClothId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前进度,匹配字典表编码,内容:重新织,在染厂
|
||||
*
|
||||
* @return curr_progress - 当前进度,匹配字典表编码,内容:重新织,在染厂
|
||||
*/
|
||||
public String getCurrProgress() {
|
||||
return currProgress;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置当前进度,匹配字典表编码,内容:重新织,在染厂
|
||||
*
|
||||
* @param currProgress 当前进度,匹配字典表编码,内容:重新织,在染厂
|
||||
*/
|
||||
public void setCurrProgress(String currProgress) {
|
||||
this.currProgress = currProgress;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取加工商id ,管理供应商表:mt_alone_processor
|
||||
*
|
||||
* @return supplier_id - 加工商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
public Integer getSupplierId() {
|
||||
return supplierId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置加工商id ,管理供应商表:mt_alone_processor
|
||||
*
|
||||
* @param supplierId 加工商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
public void setSupplierId(Integer supplierId) {
|
||||
this.supplierId = supplierId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取加工商编号,选择获取
|
||||
*
|
||||
* @return supplier_code - 加工商编号,选择获取
|
||||
*/
|
||||
public String getSupplierCode() {
|
||||
return supplierCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置加工商编号,选择获取
|
||||
*
|
||||
* @param supplierCode 加工商编号,选择获取
|
||||
*/
|
||||
public void setSupplierCode(String supplierCode) {
|
||||
this.supplierCode = supplierCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取计划长度(M)
|
||||
*
|
||||
* @return plan_length - 计划长度(M)
|
||||
*/
|
||||
public Float getPlanLength() {
|
||||
return planLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置计划长度(M)
|
||||
*
|
||||
* @param planLength 计划长度(M)
|
||||
*/
|
||||
public void setPlanLength(Float planLength) {
|
||||
this.planLength = planLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取实际长度(M)
|
||||
*
|
||||
* @return actual_length - 实际长度(M)
|
||||
*/
|
||||
public Float getActualLength() {
|
||||
return actualLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置实际长度(M)
|
||||
*
|
||||
* @param actualLength 实际长度(M)
|
||||
*/
|
||||
public void setActualLength(Float actualLength) {
|
||||
this.actualLength = actualLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取缩率%,=实际长度/计划长度 *100%
|
||||
*
|
||||
* @return shrinkage - 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
public String getShrinkage() {
|
||||
return shrinkage;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置缩率%,=实际长度/计划长度 *100%
|
||||
*
|
||||
* @param shrinkage 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
public void setShrinkage(String shrinkage) {
|
||||
this.shrinkage = shrinkage;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取费用(元)
|
||||
*
|
||||
* @return cost - 费用(元)
|
||||
*/
|
||||
public Float getCost() {
|
||||
return cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置费用(元)
|
||||
*
|
||||
* @param cost 费用(元)
|
||||
*/
|
||||
public void setCost(Float cost) {
|
||||
this.cost = cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取开始时间
|
||||
*
|
||||
* @return begin_time - 开始时间
|
||||
*/
|
||||
public Date getBeginTime() {
|
||||
return beginTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置开始时间
|
||||
*
|
||||
* @param beginTime 开始时间
|
||||
*/
|
||||
public void setBeginTime(Date beginTime) {
|
||||
this.beginTime = beginTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取结束时间
|
||||
*
|
||||
* @return end_time - 结束时间
|
||||
*/
|
||||
public Date getEndTime() {
|
||||
return endTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置结束时间
|
||||
*
|
||||
* @param endTime 结束时间
|
||||
*/
|
||||
public void setEndTime(Date endTime) {
|
||||
this.endTime = endTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByRunClothParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,549 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_trimming")
|
||||
public class MtAloneByTrimming {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@Column(name = "update_time")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 更新人id
|
||||
*/
|
||||
@Column(name = "updater_id")
|
||||
private Integer updaterId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "trimming_status")
|
||||
private Integer trimmingStatus;
|
||||
|
||||
/**
|
||||
* 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
@Column(name = "product_id")
|
||||
private Integer productId;
|
||||
|
||||
/**
|
||||
* A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*/
|
||||
@Column(name = "a_shelf_id")
|
||||
private Integer aShelfId;
|
||||
|
||||
/**
|
||||
* A字架名称
|
||||
*/
|
||||
@Column(name = "a_shelf_name")
|
||||
private String aShelfName;
|
||||
|
||||
/**
|
||||
* 型号
|
||||
*/
|
||||
private String model;
|
||||
|
||||
/**
|
||||
* 切边规格 0可接受零卷,1定长
|
||||
*/
|
||||
@Column(name = "trim_spec")
|
||||
private Integer trimSpec;
|
||||
|
||||
/**
|
||||
* 卷长范围
|
||||
*/
|
||||
@Column(name = "trimming_range")
|
||||
private String trimmingRange;
|
||||
|
||||
/**
|
||||
* 包装方式 ,可多选中间用逗号分隔 0蛇皮袋|1纸筒,2纸盒,3托盘,4大纸箱,5珍珠棉,6干燥剂,7其他
|
||||
*/
|
||||
@Column(name = "packing_method")
|
||||
private String packingMethod;
|
||||
|
||||
/**
|
||||
* 纸管类型,可以多选,中间用逗号分隔,0:2英寸,1:3英寸,2:6英寸
|
||||
*/
|
||||
@Column(name = "paper_tube_type")
|
||||
private String paperTubeType;
|
||||
|
||||
/**
|
||||
* 单卷米数
|
||||
*/
|
||||
@Column(name = "rice_per_roll")
|
||||
private Float ricePerRoll;
|
||||
|
||||
/**
|
||||
* 卷数
|
||||
*/
|
||||
@Column(name = "num_rolls")
|
||||
private Integer numRolls;
|
||||
|
||||
/**
|
||||
* 总米数
|
||||
*/
|
||||
@Column(name = "total_meters")
|
||||
private Float totalMeters;
|
||||
|
||||
/**
|
||||
* 已切米数
|
||||
*/
|
||||
@Column(name = "cut_meters")
|
||||
private Float cutMeters;
|
||||
|
||||
/**
|
||||
* 已切比(%)
|
||||
*/
|
||||
@Column(name = "cut_prop")
|
||||
private Float cutProp;
|
||||
|
||||
/**
|
||||
* 完成时间
|
||||
*/
|
||||
@Column(name = "completed_time")
|
||||
private Date completedTime;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取修改时间
|
||||
*
|
||||
* @return update_time - 修改时间
|
||||
*/
|
||||
public Date getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置修改时间
|
||||
*
|
||||
* @param updateTime 修改时间
|
||||
*/
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取更新人id
|
||||
*
|
||||
* @return updater_id - 更新人id
|
||||
*/
|
||||
public Integer getUpdaterId() {
|
||||
return updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更新人id
|
||||
*
|
||||
* @param updaterId 更新人id
|
||||
*/
|
||||
public void setUpdaterId(Integer updaterId) {
|
||||
this.updaterId = updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return trimming_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getTrimmingStatus() {
|
||||
return trimmingStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param trimmingStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setTrimmingStatus(Integer trimmingStatus) {
|
||||
this.trimmingStatus = trimmingStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @return product_id - 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public Integer getProductId() {
|
||||
return productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @param productId 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public void setProductId(Integer productId) {
|
||||
this.productId = productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*
|
||||
* @return a_shelf_id - A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*/
|
||||
public Integer getaShelfId() {
|
||||
return aShelfId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*
|
||||
* @param aShelfId A字架id,关联基础A字架表:mt_alone_by_a_shelf
|
||||
*/
|
||||
public void setaShelfId(Integer aShelfId) {
|
||||
this.aShelfId = aShelfId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取A字架名称
|
||||
*
|
||||
* @return a_shelf_name - A字架名称
|
||||
*/
|
||||
public String getaShelfName() {
|
||||
return aShelfName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置A字架名称
|
||||
*
|
||||
* @param aShelfName A字架名称
|
||||
*/
|
||||
public void setaShelfName(String aShelfName) {
|
||||
this.aShelfName = aShelfName;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取型号
|
||||
*
|
||||
* @return model - 型号
|
||||
*/
|
||||
public String getModel() {
|
||||
return model;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置型号
|
||||
*
|
||||
* @param model 型号
|
||||
*/
|
||||
public void setModel(String model) {
|
||||
this.model = model;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取切边规格 0可接受零卷,1定长
|
||||
*
|
||||
* @return trim_spec - 切边规格 0可接受零卷,1定长
|
||||
*/
|
||||
public Integer getTrimSpec() {
|
||||
return trimSpec;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置切边规格 0可接受零卷,1定长
|
||||
*
|
||||
* @param trimSpec 切边规格 0可接受零卷,1定长
|
||||
*/
|
||||
public void setTrimSpec(Integer trimSpec) {
|
||||
this.trimSpec = trimSpec;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取卷长范围
|
||||
*
|
||||
* @return trimming_range - 卷长范围
|
||||
*/
|
||||
public String getTrimmingRange() {
|
||||
return trimmingRange;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置卷长范围
|
||||
*
|
||||
* @param trimmingRange 卷长范围
|
||||
*/
|
||||
public void setTrimmingRange(String trimmingRange) {
|
||||
this.trimmingRange = trimmingRange;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取包装方式 ,可多选中间用逗号分隔 0蛇皮袋|1纸筒,2纸盒,3托盘,4大纸箱,5珍珠棉,6干燥剂,7其他
|
||||
*
|
||||
* @return packing_method - 包装方式 ,可多选中间用逗号分隔 0蛇皮袋|1纸筒,2纸盒,3托盘,4大纸箱,5珍珠棉,6干燥剂,7其他
|
||||
*/
|
||||
public String getPackingMethod() {
|
||||
return packingMethod;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置包装方式 ,可多选中间用逗号分隔 0蛇皮袋|1纸筒,2纸盒,3托盘,4大纸箱,5珍珠棉,6干燥剂,7其他
|
||||
*
|
||||
* @param packingMethod 包装方式 ,可多选中间用逗号分隔 0蛇皮袋|1纸筒,2纸盒,3托盘,4大纸箱,5珍珠棉,6干燥剂,7其他
|
||||
*/
|
||||
public void setPackingMethod(String packingMethod) {
|
||||
this.packingMethod = packingMethod;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取纸管类型,可以多选,中间用逗号分隔,0:2英寸,1:3英寸,2:6英寸
|
||||
*
|
||||
* @return paper_tube_type - 纸管类型,可以多选,中间用逗号分隔,0:2英寸,1:3英寸,2:6英寸
|
||||
*/
|
||||
public String getPaperTubeType() {
|
||||
return paperTubeType;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置纸管类型,可以多选,中间用逗号分隔,0:2英寸,1:3英寸,2:6英寸
|
||||
*
|
||||
* @param paperTubeType 纸管类型,可以多选,中间用逗号分隔,0:2英寸,1:3英寸,2:6英寸
|
||||
*/
|
||||
public void setPaperTubeType(String paperTubeType) {
|
||||
this.paperTubeType = paperTubeType;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取单卷米数
|
||||
*
|
||||
* @return rice_per_roll - 单卷米数
|
||||
*/
|
||||
public Float getRicePerRoll() {
|
||||
return ricePerRoll;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置单卷米数
|
||||
*
|
||||
* @param ricePerRoll 单卷米数
|
||||
*/
|
||||
public void setRicePerRoll(Float ricePerRoll) {
|
||||
this.ricePerRoll = ricePerRoll;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取卷数
|
||||
*
|
||||
* @return num_rolls - 卷数
|
||||
*/
|
||||
public Integer getNumRolls() {
|
||||
return numRolls;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置卷数
|
||||
*
|
||||
* @param numRolls 卷数
|
||||
*/
|
||||
public void setNumRolls(Integer numRolls) {
|
||||
this.numRolls = numRolls;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取总米数
|
||||
*
|
||||
* @return total_meters - 总米数
|
||||
*/
|
||||
public Float getTotalMeters() {
|
||||
return totalMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置总米数
|
||||
*
|
||||
* @param totalMeters 总米数
|
||||
*/
|
||||
public void setTotalMeters(Float totalMeters) {
|
||||
this.totalMeters = totalMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取已切米数
|
||||
*
|
||||
* @return cut_meters - 已切米数
|
||||
*/
|
||||
public Float getCutMeters() {
|
||||
return cutMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置已切米数
|
||||
*
|
||||
* @param cutMeters 已切米数
|
||||
*/
|
||||
public void setCutMeters(Float cutMeters) {
|
||||
this.cutMeters = cutMeters;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取已切比(%)
|
||||
*
|
||||
* @return cut_prop - 已切比(%)
|
||||
*/
|
||||
public Float getCutProp() {
|
||||
return cutProp;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置已切比(%)
|
||||
*
|
||||
* @param cutProp 已切比(%)
|
||||
*/
|
||||
public void setCutProp(Float cutProp) {
|
||||
this.cutProp = cutProp;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取完成时间
|
||||
*
|
||||
* @return completed_time - 完成时间
|
||||
*/
|
||||
public Date getCompletedTime() {
|
||||
return completedTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置完成时间
|
||||
*
|
||||
* @param completedTime 完成时间
|
||||
*/
|
||||
public void setCompletedTime(Date completedTime) {
|
||||
this.completedTime = completedTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByTrimmingParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,524 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import java.util.Date;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Table(name = "mt_alone_by_weav_cloth")
|
||||
public class MtAloneByWeavCloth {
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
* 操作员id
|
||||
*/
|
||||
@Column(name = "operator_id")
|
||||
private Integer operatorId;
|
||||
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
@Column(name = "create_time")
|
||||
private Date createTime;
|
||||
|
||||
/**
|
||||
* 修改时间
|
||||
*/
|
||||
@Column(name = "update_time")
|
||||
private Date updateTime;
|
||||
|
||||
/**
|
||||
* 创建人id
|
||||
*/
|
||||
@Column(name = "creator_id")
|
||||
private Integer creatorId;
|
||||
|
||||
/**
|
||||
* 更新人id
|
||||
*/
|
||||
@Column(name = "updater_id")
|
||||
private Integer updaterId;
|
||||
|
||||
/**
|
||||
* 版本号 默认为 1
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
@Column(name = "weav_cloth_status")
|
||||
private Integer weavClothStatus;
|
||||
|
||||
/**
|
||||
* 绑定公司id
|
||||
*/
|
||||
@Column(name = "company_id")
|
||||
private Integer companyId;
|
||||
|
||||
/**
|
||||
* 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
@Column(name = "product_id")
|
||||
private Integer productId;
|
||||
|
||||
/**
|
||||
* 是否在库存,0 在库存,1部分库存,2库存没有
|
||||
*/
|
||||
@Column(name = "is_stock")
|
||||
private Integer isStock;
|
||||
|
||||
/**
|
||||
* 库存长度
|
||||
*/
|
||||
@Column(name = "weav_cloth_length")
|
||||
private Float weavClothLength;
|
||||
|
||||
/**
|
||||
* 当前进度,匹配字典表编码,内容:买原料,牵经,织机在织
|
||||
*/
|
||||
@Column(name = "curr_progress")
|
||||
private String currProgress;
|
||||
|
||||
/**
|
||||
* 供应商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
@Column(name = "supplier_id")
|
||||
private Integer supplierId;
|
||||
|
||||
/**
|
||||
* 供应商编号,选择获取
|
||||
*/
|
||||
@Column(name = "supplier_code")
|
||||
private String supplierCode;
|
||||
|
||||
/**
|
||||
* 计划长度(M)
|
||||
*/
|
||||
@Column(name = "plan_length")
|
||||
private Float planLength;
|
||||
|
||||
/**
|
||||
* 实际长度(M)
|
||||
*/
|
||||
@Column(name = "actual_length")
|
||||
private Float actualLength;
|
||||
|
||||
/**
|
||||
* 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
private String shrinkage;
|
||||
|
||||
/**
|
||||
* 费用(元)
|
||||
*/
|
||||
private Float cost;
|
||||
|
||||
/**
|
||||
* 开始时间
|
||||
*/
|
||||
@Column(name = "begin_time")
|
||||
private Date beginTime;
|
||||
|
||||
/**
|
||||
* 结束时间
|
||||
*/
|
||||
@Column(name = "end_time")
|
||||
private Date endTime;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
private String note;
|
||||
|
||||
/**
|
||||
* @return id
|
||||
*/
|
||||
public Integer getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param id
|
||||
*/
|
||||
public void setId(Integer id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取操作员id
|
||||
*
|
||||
* @return operator_id - 操作员id
|
||||
*/
|
||||
public Integer getOperatorId() {
|
||||
return operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置操作员id
|
||||
*
|
||||
* @param operatorId 操作员id
|
||||
*/
|
||||
public void setOperatorId(Integer operatorId) {
|
||||
this.operatorId = operatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取添加时间
|
||||
*
|
||||
* @return create_time - 添加时间
|
||||
*/
|
||||
public Date getCreateTime() {
|
||||
return createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置添加时间
|
||||
*
|
||||
* @param createTime 添加时间
|
||||
*/
|
||||
public void setCreateTime(Date createTime) {
|
||||
this.createTime = createTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取修改时间
|
||||
*
|
||||
* @return update_time - 修改时间
|
||||
*/
|
||||
public Date getUpdateTime() {
|
||||
return updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置修改时间
|
||||
*
|
||||
* @param updateTime 修改时间
|
||||
*/
|
||||
public void setUpdateTime(Date updateTime) {
|
||||
this.updateTime = updateTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取创建人id
|
||||
*
|
||||
* @return creator_id - 创建人id
|
||||
*/
|
||||
public Integer getCreatorId() {
|
||||
return creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置创建人id
|
||||
*
|
||||
* @param creatorId 创建人id
|
||||
*/
|
||||
public void setCreatorId(Integer creatorId) {
|
||||
this.creatorId = creatorId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取更新人id
|
||||
*
|
||||
* @return updater_id - 更新人id
|
||||
*/
|
||||
public Integer getUpdaterId() {
|
||||
return updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置更新人id
|
||||
*
|
||||
* @param updaterId 更新人id
|
||||
*/
|
||||
public void setUpdaterId(Integer updaterId) {
|
||||
this.updaterId = updaterId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取版本号 默认为 1
|
||||
*
|
||||
* @return version - 版本号 默认为 1
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置版本号 默认为 1
|
||||
*
|
||||
* @param version 版本号 默认为 1
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @return weav_cloth_status - 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public Integer getWeavClothStatus() {
|
||||
return weavClothStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置状态 0处理中,1处理完成,2逻辑删除
|
||||
*
|
||||
* @param weavClothStatus 状态 0处理中,1处理完成,2逻辑删除
|
||||
*/
|
||||
public void setWeavClothStatus(Integer weavClothStatus) {
|
||||
this.weavClothStatus = weavClothStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取绑定公司id
|
||||
*
|
||||
* @return company_id - 绑定公司id
|
||||
*/
|
||||
public Integer getCompanyId() {
|
||||
return companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置绑定公司id
|
||||
*
|
||||
* @param companyId 绑定公司id
|
||||
*/
|
||||
public void setCompanyId(Integer companyId) {
|
||||
this.companyId = companyId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @return product_id - 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public Integer getProductId() {
|
||||
return productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置产品id,关联产品表:mt_alone_by_product_info
|
||||
*
|
||||
* @param productId 产品id,关联产品表:mt_alone_by_product_info
|
||||
*/
|
||||
public void setProductId(Integer productId) {
|
||||
this.productId = productId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取是否在库存,0 在库存,1部分库存,2库存没有
|
||||
*
|
||||
* @return is_stock - 是否在库存,0 在库存,1部分库存,2库存没有
|
||||
*/
|
||||
public Integer getIsStock() {
|
||||
return isStock;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置是否在库存,0 在库存,1部分库存,2库存没有
|
||||
*
|
||||
* @param isStock 是否在库存,0 在库存,1部分库存,2库存没有
|
||||
*/
|
||||
public void setIsStock(Integer isStock) {
|
||||
this.isStock = isStock;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取库存长度
|
||||
*
|
||||
* @return weav_cloth_length - 库存长度
|
||||
*/
|
||||
public Float getWeavClothLength() {
|
||||
return weavClothLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置库存长度
|
||||
*
|
||||
* @param weavClothLength 库存长度
|
||||
*/
|
||||
public void setWeavClothLength(Float weavClothLength) {
|
||||
this.weavClothLength = weavClothLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前进度,匹配字典表编码,内容:买原料,牵经,织机在织
|
||||
*
|
||||
* @return curr_progress - 当前进度,匹配字典表编码,内容:买原料,牵经,织机在织
|
||||
*/
|
||||
public String getCurrProgress() {
|
||||
return currProgress;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置当前进度,匹配字典表编码,内容:买原料,牵经,织机在织
|
||||
*
|
||||
* @param currProgress 当前进度,匹配字典表编码,内容:买原料,牵经,织机在织
|
||||
*/
|
||||
public void setCurrProgress(String currProgress) {
|
||||
this.currProgress = currProgress;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取供应商id ,管理供应商表:mt_alone_processor
|
||||
*
|
||||
* @return supplier_id - 供应商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
public Integer getSupplierId() {
|
||||
return supplierId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置供应商id ,管理供应商表:mt_alone_processor
|
||||
*
|
||||
* @param supplierId 供应商id ,管理供应商表:mt_alone_processor
|
||||
*/
|
||||
public void setSupplierId(Integer supplierId) {
|
||||
this.supplierId = supplierId;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取供应商编号,选择获取
|
||||
*
|
||||
* @return supplier_code - 供应商编号,选择获取
|
||||
*/
|
||||
public String getSupplierCode() {
|
||||
return supplierCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置供应商编号,选择获取
|
||||
*
|
||||
* @param supplierCode 供应商编号,选择获取
|
||||
*/
|
||||
public void setSupplierCode(String supplierCode) {
|
||||
this.supplierCode = supplierCode;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取计划长度(M)
|
||||
*
|
||||
* @return plan_length - 计划长度(M)
|
||||
*/
|
||||
public Float getPlanLength() {
|
||||
return planLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置计划长度(M)
|
||||
*
|
||||
* @param planLength 计划长度(M)
|
||||
*/
|
||||
public void setPlanLength(Float planLength) {
|
||||
this.planLength = planLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取实际长度(M)
|
||||
*
|
||||
* @return actual_length - 实际长度(M)
|
||||
*/
|
||||
public Float getActualLength() {
|
||||
return actualLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置实际长度(M)
|
||||
*
|
||||
* @param actualLength 实际长度(M)
|
||||
*/
|
||||
public void setActualLength(Float actualLength) {
|
||||
this.actualLength = actualLength;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取缩率%,=实际长度/计划长度 *100%
|
||||
*
|
||||
* @return shrinkage - 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
public String getShrinkage() {
|
||||
return shrinkage;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置缩率%,=实际长度/计划长度 *100%
|
||||
*
|
||||
* @param shrinkage 缩率%,=实际长度/计划长度 *100%
|
||||
*/
|
||||
public void setShrinkage(String shrinkage) {
|
||||
this.shrinkage = shrinkage;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取费用(元)
|
||||
*
|
||||
* @return cost - 费用(元)
|
||||
*/
|
||||
public Float getCost() {
|
||||
return cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置费用(元)
|
||||
*
|
||||
* @param cost 费用(元)
|
||||
*/
|
||||
public void setCost(Float cost) {
|
||||
this.cost = cost;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取开始时间
|
||||
*
|
||||
* @return begin_time - 开始时间
|
||||
*/
|
||||
public Date getBeginTime() {
|
||||
return beginTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置开始时间
|
||||
*
|
||||
* @param beginTime 开始时间
|
||||
*/
|
||||
public void setBeginTime(Date beginTime) {
|
||||
this.beginTime = beginTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取结束时间
|
||||
*
|
||||
* @return end_time - 结束时间
|
||||
*/
|
||||
public Date getEndTime() {
|
||||
return endTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置结束时间
|
||||
*
|
||||
* @param endTime 结束时间
|
||||
*/
|
||||
public void setEndTime(Date endTime) {
|
||||
this.endTime = endTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取备注
|
||||
*
|
||||
* @return note - 备注
|
||||
*/
|
||||
public String getNote() {
|
||||
return note;
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置备注
|
||||
*
|
||||
* @param note 备注
|
||||
*/
|
||||
public void setNote(String note) {
|
||||
this.note = note;
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.deer.wms.produce.manage.model;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.QueryParams;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public class MtAloneByWeavClothParams extends QueryParams {
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelfParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByAShelfService extends Service<MtAloneByAShelf, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByBakeCloth;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByBakeClothParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByBakeClothService extends Service<MtAloneByBakeCloth, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingGlue;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingGlueParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByCoatingGlueService extends Service<MtAloneByCoatingGlue, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingProgress;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingProgressParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByCoatingProgressService extends Service<MtAloneByCoatingProgress, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoating;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByCoatingService extends Service<MtAloneByCoating, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByGoDyeFactory;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByGoDyeFactoryParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByGoDyeFactoryService extends Service<MtAloneByGoDyeFactory, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByLogistics;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByLogisticsParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByLogisticsService extends Service<MtAloneByLogistics, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,17 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfo;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfoParams;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfoVo;
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByOrderInfoService extends Service<MtAloneByOrderInfo, Integer> {
|
||||
|
||||
|
||||
List<MtAloneByOrderInfo> findList(MtAloneByOrderInfoParams params);
|
||||
}
|
@ -0,0 +1,18 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByProductInfo;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByProductInfoParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByProductInfoService extends Service<MtAloneByProductInfo, Integer> {
|
||||
|
||||
|
||||
void deleteByOrderInfoId(Integer id);
|
||||
|
||||
List<MtAloneByProductInfo> findByOrderInfoId(Integer id);
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByRunCloth;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByRunClothParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByRunClothService extends Service<MtAloneByRunCloth, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByTrimming;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByTrimmingParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByTrimmingService extends Service<MtAloneByTrimming, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,16 @@
|
||||
package com.deer.wms.produce.manage.service;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByWeavCloth;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByWeavClothParams;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.Service;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
public interface MtAloneByWeavClothService extends Service<MtAloneByWeavCloth, Integer> {
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByAShelfMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelfParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByAShelfService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByAShelfServiceImpl extends AbstractService<MtAloneByAShelf, Integer> implements MtAloneByAShelfService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByAShelfMapper mtAloneByAShelfMapper;
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByBakeClothMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByBakeCloth;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByBakeClothParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByBakeClothService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByBakeClothServiceImpl extends AbstractService<MtAloneByBakeCloth, Integer> implements MtAloneByBakeClothService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByBakeClothMapper mtAloneByBakeClothMapper;
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByCoatingGlueMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingGlue;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingGlueParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByCoatingGlueService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByCoatingGlueServiceImpl extends AbstractService<MtAloneByCoatingGlue, Integer> implements MtAloneByCoatingGlueService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByCoatingGlueMapper mtAloneByCoatingGlueMapper;
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByCoatingProgressMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingProgress;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingProgressParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByCoatingProgressService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByCoatingProgressServiceImpl extends AbstractService<MtAloneByCoatingProgress, Integer> implements MtAloneByCoatingProgressService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByCoatingProgressMapper mtAloneByCoatingProgressMapper;
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByCoatingMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoating;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByCoatingService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByCoatingServiceImpl extends AbstractService<MtAloneByCoating, Integer> implements MtAloneByCoatingService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByCoatingMapper mtAloneByCoatingMapper;
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByGoDyeFactoryMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByGoDyeFactory;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByGoDyeFactoryParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByGoDyeFactoryService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByGoDyeFactoryServiceImpl extends AbstractService<MtAloneByGoDyeFactory, Integer> implements MtAloneByGoDyeFactoryService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByGoDyeFactoryMapper mtAloneByGoDyeFactoryMapper;
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByLogisticsMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByLogistics;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByLogisticsParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByLogisticsService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByLogisticsServiceImpl extends AbstractService<MtAloneByLogistics, Integer> implements MtAloneByLogisticsService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByLogisticsMapper mtAloneByLogisticsMapper;
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,31 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByOrderInfoMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfo;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfoParams;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByOrderInfoVo;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByOrderInfoService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByOrderInfoServiceImpl extends AbstractService<MtAloneByOrderInfo, Integer> implements MtAloneByOrderInfoService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByOrderInfoMapper mtAloneByOrderInfoMapper;
|
||||
|
||||
|
||||
@Override
|
||||
public List<MtAloneByOrderInfo> findList(MtAloneByOrderInfoParams params) {
|
||||
return mtAloneByOrderInfoMapper.findList(params);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,34 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByProductInfoMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByProductInfo;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByProductInfoParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByProductInfoService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByProductInfoServiceImpl extends AbstractService<MtAloneByProductInfo, Integer> implements MtAloneByProductInfoService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByProductInfoMapper mtAloneByProductInfoMapper;
|
||||
|
||||
|
||||
@Override
|
||||
public void deleteByOrderInfoId(Integer id) {
|
||||
mtAloneByProductInfoMapper.deleteByOrderInfoId(id);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<MtAloneByProductInfo> findByOrderInfoId(Integer id) {
|
||||
return mtAloneByProductInfoMapper.findByOrderInfoId(id);
|
||||
}
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByRunClothMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByRunCloth;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByRunClothParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByRunClothService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByRunClothServiceImpl extends AbstractService<MtAloneByRunCloth, Integer> implements MtAloneByRunClothService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByRunClothMapper mtAloneByRunClothMapper;
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByTrimmingMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByTrimming;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByTrimmingParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByTrimmingService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByTrimmingServiceImpl extends AbstractService<MtAloneByTrimming, Integer> implements MtAloneByTrimmingService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByTrimmingMapper mtAloneByTrimmingMapper;
|
||||
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
package com.deer.wms.produce.manage.service.impl;
|
||||
|
||||
import com.deer.wms.produce.manage.dao.MtAloneByWeavClothMapper;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByWeavCloth;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByWeavClothParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByWeavClothService;
|
||||
|
||||
import com.deer.wms.project.seed.core.service.AbstractService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Service
|
||||
@Transactional
|
||||
public class MtAloneByWeavClothServiceImpl extends AbstractService<MtAloneByWeavCloth, Integer> implements MtAloneByWeavClothService {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByWeavClothMapper mtAloneByWeavClothMapper;
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,93 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelfParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByAShelfService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/a/shelfs")
|
||||
public class MtAloneByAShelfController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByAShelfService mtAloneByAShelfService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByAShelf mtAloneByAShelf, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByAShelf.setCreateTime(new Date());
|
||||
mtAloneByAShelf.setCompanyId(currentUser.getCompanyId());
|
||||
mtAloneByAShelfService.save(mtAloneByAShelf);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByAShelfService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByAShelf mtAloneByAShelf) {
|
||||
mtAloneByAShelfService.update(mtAloneByAShelf);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByAShelf mtAloneByAShelf = mtAloneByAShelfService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByAShelf);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByAShelfParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByAShelf> list = mtAloneByAShelfService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByBakeCloth;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByBakeClothParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByBakeClothService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/bake/cloths")
|
||||
public class MtAloneByBakeClothController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByBakeClothService mtAloneByBakeClothService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByBakeCloth mtAloneByBakeCloth, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByBakeCloth.setCreateTime(new Date());
|
||||
mtAloneByBakeClothService.save(mtAloneByBakeCloth);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByBakeClothService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByBakeCloth mtAloneByBakeCloth) {
|
||||
mtAloneByBakeCloth.setUpdateTime(new Date());
|
||||
mtAloneByBakeClothService.update(mtAloneByBakeCloth);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByBakeCloth mtAloneByBakeCloth = mtAloneByBakeClothService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByBakeCloth);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByBakeClothParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByBakeCloth> list = mtAloneByBakeClothService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoating;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByCoatingService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/coatings")
|
||||
public class MtAloneByCoatingController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByCoatingService mtAloneByCoatingService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByCoating mtAloneByCoating, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByCoating.setCreateTime(new Date());
|
||||
mtAloneByCoatingService.save(mtAloneByCoating);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByCoatingService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByCoating mtAloneByCoating) {
|
||||
mtAloneByCoating.setUpdateTime(new Date());
|
||||
mtAloneByCoatingService.update(mtAloneByCoating);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByCoating mtAloneByCoating = mtAloneByCoatingService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByCoating);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByCoatingParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByCoating> list = mtAloneByCoatingService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,93 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingGlue;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingGlueParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByCoatingGlueService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/coating/glues")
|
||||
public class MtAloneByCoatingGlueController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByCoatingGlueService mtAloneByCoatingGlueService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByCoatingGlue mtAloneByCoatingGlue, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByCoatingGlue.setCreateTime(new Date());
|
||||
mtAloneByCoatingGlueService.save(mtAloneByCoatingGlue);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByCoatingGlueService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByCoatingGlue mtAloneByCoatingGlue) {
|
||||
mtAloneByCoatingGlueService.update(mtAloneByCoatingGlue);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByCoatingGlue mtAloneByCoatingGlue = mtAloneByCoatingGlueService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByCoatingGlue);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByCoatingGlueParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByCoatingGlue> list = mtAloneByCoatingGlueService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingProgress;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByCoatingProgressParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByCoatingProgressService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/coating/progresss")
|
||||
public class MtAloneByCoatingProgressController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByCoatingProgressService mtAloneByCoatingProgressService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByCoatingProgress mtAloneByCoatingProgress, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByCoatingProgress.setCreateTime(new Date());
|
||||
mtAloneByCoatingProgressService.save(mtAloneByCoatingProgress);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByCoatingProgressService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByCoatingProgress mtAloneByCoatingProgress) {
|
||||
mtAloneByCoatingProgress.setUpdateTime(new Date());
|
||||
mtAloneByCoatingProgressService.update(mtAloneByCoatingProgress);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByCoatingProgress mtAloneByCoatingProgress = mtAloneByCoatingProgressService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByCoatingProgress);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByCoatingProgressParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByCoatingProgress> list = mtAloneByCoatingProgressService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,95 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByGoDyeFactory;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByGoDyeFactoryParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByGoDyeFactoryService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/go/dye/factorys")
|
||||
public class MtAloneByGoDyeFactoryController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByGoDyeFactoryService mtAloneByGoDyeFactoryService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByGoDyeFactory mtAloneByGoDyeFactory, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByGoDyeFactory.setCreateTime(new Date());
|
||||
mtAloneByGoDyeFactory.setCompanyId(currentUser.getCompanyId());
|
||||
mtAloneByGoDyeFactoryService.save(mtAloneByGoDyeFactory);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByGoDyeFactoryService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByGoDyeFactory mtAloneByGoDyeFactory) {
|
||||
mtAloneByGoDyeFactory.setUpdateTime(new Date());
|
||||
mtAloneByGoDyeFactoryService.update(mtAloneByGoDyeFactory);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByGoDyeFactory mtAloneByGoDyeFactory = mtAloneByGoDyeFactoryService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByGoDyeFactory);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByGoDyeFactoryParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByGoDyeFactory> list = mtAloneByGoDyeFactoryService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,93 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByLogistics;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByLogisticsParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByLogisticsService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/logisticss")
|
||||
public class MtAloneByLogisticsController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByLogisticsService mtAloneByLogisticsService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByLogistics mtAloneByLogistics, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByLogistics.setCreateTime(new Date());
|
||||
mtAloneByLogisticsService.save(mtAloneByLogistics);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByLogisticsService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByLogistics mtAloneByLogistics) {
|
||||
mtAloneByLogisticsService.update(mtAloneByLogistics);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByLogistics mtAloneByLogistics = mtAloneByLogisticsService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByLogistics);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByLogisticsParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByLogistics> list = mtAloneByLogisticsService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,179 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.base.system.model.ClientManage;
|
||||
import com.deer.wms.base.system.model.ClientManageCriteria;
|
||||
import com.deer.wms.base.system.service.ClientManageService;
|
||||
import com.deer.wms.produce.manage.constant.ProduceManagePublicMethod;
|
||||
import com.deer.wms.produce.manage.mapstruct.MtAloneByOrderInfoMapping;
|
||||
import com.deer.wms.produce.manage.model.*;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByProductInfoService;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByOrderInfoService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.deer.wms.system.manage.model.user.UserInfo;
|
||||
import com.deer.wms.system.manage.model.user.UserInfoCriteria;
|
||||
import com.deer.wms.system.manage.model.user.UserInfoVO;
|
||||
import com.deer.wms.system.manage.model.user.UserListVO;
|
||||
import com.deer.wms.system.manage.service.UserInfoService;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "订单接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/order/infos")
|
||||
public class MtAloneByOrderInfoController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByOrderInfoService mtAloneByOrderInfoService;
|
||||
|
||||
@Autowired
|
||||
private ClientManageService clientManageService;
|
||||
|
||||
@Autowired
|
||||
private UserInfoService userInfoService;
|
||||
|
||||
@Autowired
|
||||
private MtAloneByProductInfoService mtAloneByProductInfoService;
|
||||
|
||||
@Autowired
|
||||
private MtAloneByOrderInfoMapping mtAloneByOrderInfoMapping;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByOrderInfo mtAloneByOrderInfo, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByOrderInfo.setCreateTime(new Date());
|
||||
mtAloneByOrderInfo.setCompanyId(currentUser.getCompanyId());
|
||||
mtAloneByOrderInfoService.save(mtAloneByOrderInfo);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除订单", type = "删除")
|
||||
@ApiOperation(value = "删除订单", notes = "删除订单")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByProductInfoService.deleteByOrderInfoId(Id);
|
||||
mtAloneByOrderInfoService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改保存
|
||||
* @param mtAloneByOrderInfo
|
||||
* @return
|
||||
*/
|
||||
@OperateLog(description = "修改订单", type = "更新")
|
||||
@ApiOperation(value = "修改订单", notes = "修改订单")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByOrderInfo mtAloneByOrderInfo) {
|
||||
mtAloneByOrderInfo.setUpdateTime(new Date());
|
||||
mtAloneByOrderInfoService.update(mtAloneByOrderInfo);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改订单获取修改的数据并填充
|
||||
* @param id
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/update/for/data/{id}")
|
||||
public Result updateForData(@PathVariable Integer id){
|
||||
MtAloneByOrderInfo mtAloneByOrderInfo = mtAloneByOrderInfoService.findById(id);
|
||||
List<MtAloneByProductInfo> mtAloneByProductInfos = mtAloneByProductInfoService.findByOrderInfoId(id);
|
||||
MtAloneByOrderInfoVo mtAloneByOrderInfoVo = mtAloneByOrderInfoMapping.MtAloneByOrderInfoToMtAloneByOrderInfoVo(mtAloneByOrderInfo);
|
||||
mtAloneByOrderInfoVo.setMtAloneByProductInfos(mtAloneByProductInfos);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByOrderInfoVo);
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByOrderInfo mtAloneByOrderInfo = mtAloneByOrderInfoService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByOrderInfo);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 订单条件列表
|
||||
*/
|
||||
@GetMapping("/list")
|
||||
@ApiOperation(value = "查看订单", notes = "查看")
|
||||
public Result list(MtAloneByOrderInfoParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
List<MtAloneByOrderInfo> list = mtAloneByOrderInfoService.findList(params);
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
/**
|
||||
* 添加订单的时候获取uuid作为订单编码
|
||||
*/
|
||||
@PostMapping("get/order/code")
|
||||
public Result getOrderCode(@ApiIgnore @User CurrentUser currentUser){
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
String orderCode = ProduceManagePublicMethod.getUUID();
|
||||
return ResultGenerator.genSuccessResult(orderCode);
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增订单的获取客户编码
|
||||
*/
|
||||
@PostMapping("get/client/code")
|
||||
public Result getClientCode(@ApiIgnore @User CurrentUser currentUser){
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
ClientManageCriteria clientManageCriteria = new ClientManageCriteria();
|
||||
clientManageCriteria.setCompanyId(currentUser.getCompanyId());
|
||||
List<ClientManage> list = clientManageService.findList(clientManageCriteria);
|
||||
return ResultGenerator.genSuccessResult(list);
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增订单的获取跟单员
|
||||
*/
|
||||
@PostMapping("get/follow/name")
|
||||
public Result getFollowName(@ApiIgnore @User CurrentUser currentUser){
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
UserInfoCriteria userInfoCriteria = new UserInfoCriteria();
|
||||
userInfoCriteria.setCompanyId(currentUser.getCompanyId());
|
||||
List<UserListVO> list = userInfoService.findUserFormList(userInfoCriteria);
|
||||
return ResultGenerator.genSuccessResult(list);
|
||||
}
|
||||
}
|
@ -0,0 +1,95 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByProductInfo;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByProductInfoParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByProductInfoService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/product/infos")
|
||||
public class MtAloneByProductInfoController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByProductInfoService mtAloneByProductInfoService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByProductInfo mtAloneByProductInfo, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByProductInfo.setCreateTime(new Date());
|
||||
mtAloneByProductInfo.setCompanyId(currentUser.getCompanyId());
|
||||
mtAloneByProductInfoService.save(mtAloneByProductInfo);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByProductInfoService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByProductInfo mtAloneByProductInfo) {
|
||||
mtAloneByProductInfo.setUpdateTime(new Date());
|
||||
mtAloneByProductInfoService.update(mtAloneByProductInfo);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByProductInfo mtAloneByProductInfo = mtAloneByProductInfoService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByProductInfo);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByProductInfoParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByProductInfo> list = mtAloneByProductInfoService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByRunCloth;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByRunClothParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByRunClothService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/run/cloths")
|
||||
public class MtAloneByRunClothController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByRunClothService mtAloneByRunClothService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByRunCloth mtAloneByRunCloth, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByRunCloth.setCreateTime(new Date());
|
||||
mtAloneByRunClothService.save(mtAloneByRunCloth);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByRunClothService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByRunCloth mtAloneByRunCloth) {
|
||||
mtAloneByRunCloth.setUpdateTime(new Date());
|
||||
mtAloneByRunClothService.update(mtAloneByRunCloth);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByRunCloth mtAloneByRunCloth = mtAloneByRunClothService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByRunCloth);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByRunClothParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByRunCloth> list = mtAloneByRunClothService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByTrimming;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByTrimmingParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByTrimmingService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/trimmings")
|
||||
public class MtAloneByTrimmingController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByTrimmingService mtAloneByTrimmingService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByTrimming mtAloneByTrimming, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByTrimming.setCreateTime(new Date());
|
||||
mtAloneByTrimmingService.save(mtAloneByTrimming);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByTrimmingService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByTrimming mtAloneByTrimming) {
|
||||
mtAloneByTrimming.setUpdateTime(new Date());
|
||||
mtAloneByTrimmingService.update(mtAloneByTrimming);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByTrimming mtAloneByTrimming = mtAloneByTrimmingService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByTrimming);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByTrimmingParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByTrimming> list = mtAloneByTrimmingService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,95 @@
|
||||
package com.deer.wms.produce.manage.web;
|
||||
|
||||
import com.deer.wms.produce.manage.model.MtAloneByAShelf;
|
||||
import com.deer.wms.project.seed.annotation.OperateLog;
|
||||
import com.deer.wms.project.seed.constant.SystemManageConstant;
|
||||
import com.deer.wms.project.seed.core.result.CommonCode;
|
||||
import com.deer.wms.project.seed.core.result.Result;
|
||||
import com.deer.wms.project.seed.core.result.ResultGenerator;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByWeavCloth;
|
||||
import com.deer.wms.produce.manage.model.MtAloneByWeavClothParams;
|
||||
import com.deer.wms.produce.manage.service.MtAloneByWeavClothService;
|
||||
import com.deer.wms.intercept.annotation.User;
|
||||
import com.deer.wms.intercept.common.data.CurrentUser;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import springfox.documentation.annotations.ApiIgnore;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Created by on 2020/08/18.
|
||||
*/
|
||||
@Api(description = "xxx接口")
|
||||
@RestController
|
||||
@RequestMapping("/mt/alone/by/weav/cloths")
|
||||
public class MtAloneByWeavClothController {
|
||||
|
||||
@Autowired
|
||||
private MtAloneByWeavClothService mtAloneByWeavClothService;
|
||||
|
||||
@OperateLog(description = "添加xxx", type = "增加")
|
||||
@ApiOperation(value = "添加xxx", notes = "添加xxx")
|
||||
@PostMapping("/add")
|
||||
public Result add(@RequestBody MtAloneByWeavCloth mtAloneByWeavCloth, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult( CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
mtAloneByWeavCloth.setCreateTime(new Date());
|
||||
mtAloneByWeavCloth.setCompanyId(currentUser.getCompanyId());
|
||||
mtAloneByWeavClothService.save(mtAloneByWeavCloth);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "删除xxx", type = "删除")
|
||||
@ApiOperation(value = "删除xxx", notes = "删除xxx")
|
||||
@DeleteMapping("/delete/{id}")
|
||||
public Result delete(@PathVariable Integer Id) {
|
||||
mtAloneByWeavClothService.deleteById(Id);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@OperateLog(description = "修改xxx", type = "更新")
|
||||
@ApiOperation(value = "修改xxx", notes = "修改xxx")
|
||||
@PostMapping("/update")
|
||||
public Result update(@RequestBody MtAloneByWeavCloth mtAloneByWeavCloth) {
|
||||
mtAloneByWeavCloth.setUpdateTime(new Date());
|
||||
mtAloneByWeavClothService.update(mtAloneByWeavCloth);
|
||||
return ResultGenerator.genSuccessResult();
|
||||
}
|
||||
|
||||
@GetMapping("/detail/{id}")
|
||||
public Result detail(@PathVariable Integer id) {
|
||||
MtAloneByWeavCloth mtAloneByWeavCloth = mtAloneByWeavClothService.findById(id);
|
||||
return ResultGenerator.genSuccessResult(mtAloneByWeavCloth);
|
||||
}
|
||||
|
||||
@GetMapping("/list")
|
||||
public Result list(MtAloneByWeavClothParams params, @ApiIgnore @User CurrentUser currentUser) {
|
||||
if(currentUser==null){
|
||||
return ResultGenerator.genFailResult(CommonCode.SERVICE_ERROR,"未登录错误",null );
|
||||
}
|
||||
|
||||
if (currentUser.getCompanyType() != SystemManageConstant.COMPANY_TYPE_MT){
|
||||
params.setCompanyId(currentUser.getCompanyId());
|
||||
}else{
|
||||
params.setCompanyId(null);
|
||||
}
|
||||
PageHelper.startPage(params.getPageNum(), params.getPageSize());
|
||||
//List<MtAloneByWeavCloth> list = mtAloneByWeavClothService.findList(params);
|
||||
List<MtAloneByAShelf> list = new ArrayList<>();
|
||||
PageInfo pageInfo = new PageInfo(list);
|
||||
return ResultGenerator.genSuccessResult(pageInfo);
|
||||
}
|
||||
|
||||
}
|
@ -17,14 +17,23 @@ public class CodeGenerator {
|
||||
configurer.setDiverClassName("com.mysql.jdbc.Driver");
|
||||
|
||||
//璁剧疆闇€瑕佺敓鎴愪唬鐮佺殑鍩虹璺緞锛岀敓鎴愮殑浠g爜閮戒細鍦ㄨ璺緞涓嬮潰
|
||||
configurer.setBasePackage("com.deer.wms.produce.manage");
|
||||
configurer.setBasePackage("com.deer.wms.produce.clothflow");
|
||||
configurer.setAuthor("");
|
||||
|
||||
//璁剧疆瀛愭ā鍧楀悕绉濡傛灉瑕佺敓鎴愬瓙妯″潡鐨勪唬鐮侊紝涓€瀹氳璁剧疆璇ュ€硷紝鍚﹀垯浠g爜灏嗕細鐢熸垚鍒扮埗椤圭洰涓簡)
|
||||
configurer.setModuleName("/wms-produce-manage");
|
||||
//configurer.setModuleName("/wms-produce-manage");
|
||||
|
||||
//璁剧疆闇€瑕佺敓鎴愮殑琛
|
||||
configurer.getTables().add(new Table("mt_stock_provendor", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_run_cloth", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_bake_cloth", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_go_dye_factory", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_a_shelf", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_coating_glue", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_coating", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_coating_progress", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_trimming", null, "id", "Integer"));
|
||||
configurer.getTables().add(new Table("mt_alone_by_logistics", null, "id", "Integer"));
|
||||
|
||||
// configurer.getTables().add(new Table("mt_alone_process_methods", null, "id", "Integer"));
|
||||
|
||||
//鐢熸垚浠g爜
|
||||
|
Loading…
Reference in New Issue
Block a user