Browse Source

解开团队注释

XMTT 5 years ago
parent
commit
1ba1fd9afb

+ 1 - 5
src/main/java/com/ekexiu/portal/team/Team.java

@ -1,4 +1,3 @@
1
/*
2 1
package com.ekexiu.portal.team;
3 2
4 3
import com.ekexiu.portal.basepo.CreateTimeSupported;
@ -8,11 +7,9 @@ import org.jfw.apt.orm.annotation.entry.PrimaryKey;
8 7
import org.jfw.apt.orm.annotation.entry.Table;
9 8
import org.jfw.apt.orm.core.enums.DE;
10 9
11
*/
12 10
/**
13 11
 * Created by TT on 2019/7/8.
14
 *//*
15
12
 */
16 13
@Table(descp = "团队表")
17 14
@PrimaryKey("id")
18 15
public class Team implements CreateTimeSupported, ModifyTimeSupported {
@ -161,4 +158,3 @@ public class Team implements CreateTimeSupported, ModifyTimeSupported {
161 158
        this.modifyTime = modifyTime;
162 159
    }
163 160
}
164
*/

+ 1 - 5
src/main/java/com/ekexiu/portal/team/TeamDao.java

@ -1,4 +1,3 @@
1
/*
2 1
package com.ekexiu.portal.team;
3 2
4 3
import org.jfw.apt.annotation.DefaultValue;
@ -34,11 +33,9 @@ import java.sql.Connection;
34 33
import java.sql.SQLException;
35 34
import java.util.List;
36 35
37
*/
38 36
/**
39 37
 * Created by TT on 2019/7/8.
40
 *//*
41
38
 */
42 39
@DAO
43 40
public interface TeamDao {
44 41
@ -162,4 +159,3 @@ public interface TeamDao {
162 159
            @LimitColumn(value = "id", asc = false) }, value = "")
163 160
    List<Team> indexSearch(Connection con, @Nullable @GroupSqlColumn(handlerClass = StringHandler.class, value = {"name like ?", "org_name like ?", "subject like ?", "industry like ?"},isAnd = false) String key,@Nullable @Like String subject, @Nullable @Like String industry, @Nullable String city, String createTime, String id, int rows) throws SQLException;
164 161
}
165
*/

+ 1 - 5
src/main/java/com/ekexiu/portal/team/TeamKeyWord.java

@ -1,15 +1,12 @@
1
/*
2 1
package com.ekexiu.portal.team;
3 2
4 3
import org.jfw.apt.orm.annotation.entry.Column;
5 4
import org.jfw.apt.orm.annotation.entry.Table;
6 5
import org.jfw.apt.orm.core.enums.DE;
7 6
8
*/
9 7
/**
10 8
 * Created by TT on 2019/7/10.
11
 *//*
12
9
 */
13 10
@Table
14 11
public class TeamKeyWord {
15 12
    private String id;
@ -33,4 +30,3 @@ public class TeamKeyWord {
33 30
        this.kw = kw;
34 31
    }
35 32
}
36
*/

+ 1 - 5
src/main/java/com/ekexiu/portal/team/TeamKeyWordDao.java

@ -1,4 +1,3 @@
1
/*
2 1
package com.ekexiu.portal.team;
3 2
4 3
import org.jfw.apt.orm.annotation.dao.Batch;
@ -10,11 +9,9 @@ import org.jfw.apt.orm.annotation.dao.method.operator.Insert;
10 9
import java.sql.Connection;
11 10
import java.sql.SQLException;
12 11
13
*/
14 12
/**
15 13
 * Created by TT on 2019/7/10.
16
 *//*
17
14
 */
18 15
@DAO
19 16
public interface TeamKeyWordDao {
20 17
@ -26,4 +23,3 @@ public interface TeamKeyWordDao {
26 23
    @From(TeamKeyWord.class)
27 24
    int delete(Connection con,String id)throws SQLException;
28 25
}
29
*/

+ 1 - 5
src/main/java/com/ekexiu/portal/team/TeamPaper.java

@ -1,15 +1,12 @@
1
/*
2 1
package com.ekexiu.portal.team;
3 2
4 3
import org.jfw.apt.orm.annotation.entry.Column;
5 4
import org.jfw.apt.orm.annotation.entry.Table;
6 5
import org.jfw.apt.orm.core.enums.DE;
7 6
8
*/
9 7
/**
10 8
 * Created by TT on 2019/7/10.
11
 *//*
12
9
 */
13 10
@Table(descp = "团队专利论文表")
14 11
public class TeamPaper {
15 12
    private String id;
@ -33,4 +30,3 @@ public class TeamPaper {
33 30
        this.paper = paper;
34 31
    }
35 32
}
36
*/

+ 1 - 5
src/main/java/com/ekexiu/portal/team/TeamPatent.java

@ -1,15 +1,12 @@
1
/*
2 1
package com.ekexiu.portal.team;
3 2
4 3
import org.jfw.apt.orm.annotation.entry.Column;
5 4
import org.jfw.apt.orm.annotation.entry.Table;
6 5
import org.jfw.apt.orm.core.enums.DE;
7 6
8
*/
9 7
/**
10 8
 * Created by TT on 2019/7/8.
11
 *//*
12
9
 */
13 10
@Table(descp = "团队专利成果表")
14 11
public class TeamPatent {
15 12
    private String id;
@ -33,4 +30,3 @@ public class TeamPatent {
33 30
        this.patent = patent;
34 31
    }
35 32
}
36
*/

+ 1 - 5
src/main/java/com/ekexiu/portal/team/TeamPro.java

@ -1,15 +1,12 @@
1
/*
2 1
package com.ekexiu.portal.team;
3 2
4 3
import org.jfw.apt.orm.annotation.entry.Column;
5 4
import org.jfw.apt.orm.annotation.entry.Table;
6 5
import org.jfw.apt.orm.core.enums.DE;
7 6
8
*/
9 7
/**
10 8
 * Created by TT on 2019/7/8.
11
 *//*
12
9
 */
13 10
@Table(descp = "团队专家")
14 11
public class TeamPro {
15 12
    private String id;
@ -53,4 +50,3 @@ public class TeamPro {
53 50
        this.chief = chief;
54 51
    }
55 52
}
56
*/

+ 1 - 5
src/main/java/com/ekexiu/portal/team/TeamResResult.java

@ -1,15 +1,12 @@
1
/*
2 1
package com.ekexiu.portal.team;
3 2
4 3
import org.jfw.apt.orm.annotation.entry.Column;
5 4
import org.jfw.apt.orm.annotation.entry.Table;
6 5
import org.jfw.apt.orm.core.enums.DE;
7 6
8
*/
9 7
/**
10 8
 * Created by TT on 2019/7/8.
11
 *//*
12
9
 */
13 10
@Table(descp = "团队非专利成果表")
14 11
public class TeamResResult {
15 12
    private String id;
@ -33,4 +30,3 @@ public class TeamResResult {
33 30
        this.researchResult = researchResult;
34 31
    }
35 32
}
36
*/

+ 3 - 9
src/main/java/com/ekexiu/portal/team/TeamService.java

@ -1,4 +1,3 @@
1
/*
2 1
package com.ekexiu.portal.team;
3 2
4 3
import com.ekexiu.portal.dao.PpaperDao;
@ -41,11 +40,9 @@ import java.util.LinkedList;
41 40
import java.util.List;
42 41
import java.util.concurrent.atomic.AtomicInteger;
43 42
44
*/
45 43
/**
46 44
 * Created by TT on 2019/7/9.
47
 *//*
48
45
 */
49 46
50 47
@Path("/team")
51 48
public class TeamService {
@ -163,15 +160,13 @@ public class TeamService {
163 160
        this.ppaperDao = ppaperDao;
164 161
    }
165 162
166
    */
167
/**
163
    /**
168 164
     * 上传文件
169 165
     *
170 166
     * @param it
171 167
     * @return
172 168
     * @throws Exception
173
     *//*
174
169
     */
175 170
    @Path("/upload")
176 171
    @Post
177 172
    public List<UploadFile> upload(@Upload UploadItemIterator it) throws Exception {
@ -570,4 +565,3 @@ public class TeamService {
570 565
571 566
572 567
}
573
*/