Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
pt-group5
/
08404682bee8cc56fc883e365435ae169e61ac73
/
.
/
src
/
main
/
java
/
com
/
pt5
/
pthouduan
/
mapper
/
SoftwareInfoMapper.java
blob: fdf4559db05887daca59991e709d57dc9a6fee4f [
file
] [
log
] [
blame
]
package
com
.
pt5
.
pthouduan
.
mapper
;
import
com
.
pt5
.
pthouduan
.
entity
.
SoftwareInfo
;
import
org
.
apache
.
ibatis
.
annotations
.
Mapper
;
@Mapper
public
interface
SoftwareInfoMapper
{
void
insert
(
SoftwareInfo
softwareInfo
);
}