Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
warehouse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
胡懿
warehouse
Commits
f443c581
Commit
f443c581
authored
Feb 13, 2023
by
李洪涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
codeUtil包名变更
parent
e9bde218
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
21 deletions
+13
-21
jeeplus.iml
jeeplus.iml
+11
-19
NumSeqMapper.java
...m/jeeplus/modules/warehouse/code/mapper/NumSeqMapper.java
+1
-1
NumSeqService.java
...jeeplus/modules/warehouse/code/service/NumSeqService.java
+1
-1
No files found.
jeeplus.iml
View file @
f443c581
<?xml version="1.0" encoding="UTF-8"?>
<module
org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule=
"true"
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"EclipseModuleManager"
>
<conelement
value=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
/>
<src_description
expected_position=
"0"
>
<src_folder
value=
"file://$MODULE_DIR$/src/main/java"
expected_position=
"0"
/>
<src_folder
value=
"file://$MODULE_DIR$/src/main/resources"
expected_position=
"1"
/>
<src_folder
value=
"file://$MODULE_DIR$/src/test/java"
expected_position=
"2"
/>
</src_description>
</component>
<component
name=
"FacetManager"
>
<facet
type=
"web"
name=
"Web"
>
<configuration>
...
...
@@ -20,11 +28,13 @@
<output-test
url=
"file://$MODULE_DIR$/target/test-classes"
/>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/test/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/resources"
type=
"java-resource"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/target"
/>
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"
level=
"application"
/>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"library"
name=
"Maven: org.springframework:spring-core:4.3.5.RELEASE"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.springframework:spring-beans:4.3.5.RELEASE"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.springframework:spring-context:4.3.5.RELEASE"
level=
"project"
/>
...
...
@@ -47,24 +57,6 @@
<orderEntry
type=
"library"
name=
"Maven: org.mybatis:mybatis:3.2.8"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: org.mybatis:mybatis-spring:1.2.2"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Maven: com.alibaba:druid:1.0.11"
level=
"project"
/>
<orderEntry
type=
"module-library"
>
<library
name=
"Maven: com.alibaba:jconsole:1.8.0"
>
<CLASSES>
<root
url=
"jar://D:/Program Files/Java/jdk1.8.0_72/lib/jconsole.jar!/"
/>
</CLASSES>
<JAVADOC
/>
<SOURCES
/>
</library>
</orderEntry>
<orderEntry
type=
"module-library"
>
<library
name=
"Maven: com.alibaba:tools:1.8.0"
>
<CLASSES>
<root
url=
"jar://D:/Program Files/Java/jdk1.8.0_72/lib/tools.jar!/"
/>
</CLASSES>
<JAVADOC
/>
<SOURCES
/>
</library>
</orderEntry>
<orderEntry
type=
"library"
name=
"Maven: mysql:mysql-connector-java:5.1.30"
level=
"project"
/>
<orderEntry
type=
"module-library"
>
<library
name=
"Maven: ojdbc14:ojdbc14:10.2.0.3.0"
>
...
...
src/main/java/com/jeeplus/modules/warehouse/code/mapper/NumSeqMapper.java
View file @
f443c581
...
...
@@ -5,7 +5,7 @@ package com.jeeplus.modules.warehouse.code.mapper;
import
com.jeeplus.core.persistence.BaseMapper
;
import
com.jeeplus.core.persistence.annotation.MyBatisMapper
;
import
com.jeeplus.modules.warehouse.code.ent
r
y.NumSeq
;
import
com.jeeplus.modules.warehouse.code.ent
it
y.NumSeq
;
/**
* 编码序列MAPPER接口
...
...
src/main/java/com/jeeplus/modules/warehouse/code/service/NumSeqService.java
View file @
f443c581
...
...
@@ -7,7 +7,7 @@ import com.jeeplus.common.utils.DateUtils;
import
com.jeeplus.common.utils.StringUtils
;
import
com.jeeplus.core.persistence.Page
;
import
com.jeeplus.core.service.CrudService
;
import
com.jeeplus.modules.warehouse.code.ent
r
y.NumSeq
;
import
com.jeeplus.modules.warehouse.code.ent
it
y.NumSeq
;
import
com.jeeplus.modules.warehouse.code.mapper.NumSeqMapper
;
import
com.jeeplus.modules.warehouse.code.util.StaticNumSeq
;
import
org.springframework.stereotype.Service
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment