master
parent
e1d00109e4
commit
3fc79397d6
@ -1,6 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
|
||||
<file url="PROJECT" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/src/main/java/com/zky/zhyw/smtj/pxtj/TrainTjManageServlet.java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/web/css/form.css" charset="GBK" />
|
||||
<file url="file://$PROJECT_DIR$/web/zhyw/smwj/wjff/debug.html" charset="UTF-8" />
|
||||
<file url="PROJECT" charset="GBK" />
|
||||
</component>
|
||||
</project>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,19 +1,31 @@
|
||||
<%@page language="java" pageEncoding="utf-8" %>
|
||||
<link href="./css/styles_all.css" rel="stylesheet" type="text/css" />
|
||||
<style>
|
||||
@media screen{.onlyPrint{display:none}}
|
||||
@media print{
|
||||
.NotPrint{display:none;}
|
||||
.PageNext{page-break-after: always;}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<center class="NotPrint">
|
||||
<OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0>
|
||||
</OBJECT>
|
||||
<input type="image" border="0" alt="直接打印" src="../../../images1/zjdy.png"onclick=document.all.WebBrowser.ExecWB(6,6)>
|
||||
<input type="image" border="0" alt="页面设置" src="../../../images1/ymsz.png" onclick=document.all.WebBrowser.ExecWB(8,1)>
|
||||
<input type="image" border="0" alt="打印预览" src="../../../images1/dyyl.png" onclick=document.all.WebBrowser.ExecWB(7,1)>
|
||||
<a href="javascript:window.opener=null;window.open('','_self');window.close();"><img src="../../images1/gb.png" alt="关闭" border="0" /></a>
|
||||
</center>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>打印</title>
|
||||
<script src='http://localhost:8000/CLodopfuncs.js'></script>
|
||||
<script language="javascript">
|
||||
var LODOP;
|
||||
function printpreview() {
|
||||
// 打印页面预览
|
||||
var strHTML=document.getElementsByTagName("html")[0].innerHTML;
|
||||
LODOP.PRINT_INITA(1,1,770,660,"测试预览功能");
|
||||
LODOP.ADD_PRINT_HTM(30,5,"100%","80%",strHTML);
|
||||
LODOP.PREVIEW();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width:640px;height:20px;margin:100px auto 0 auto;font-size:12px;text-align:right;">
|
||||
<input value="直接打印" type="button" onclick="javascript:window.print()" />
|
||||
<object id="LODOP" classid="clsid:2105C259-1E0C-4534-8141-A753534CB4CA" width=0 height=0>
|
||||
<embed id="LODOP_EM" type="application/x-print-lodop" width=0 height=0>
|
||||
</object>
|
||||
<input type=button name=button_show value="打印预览" onclick="javascript:printpreview() ;">
|
||||
<input type=button name=button_fh value="关闭" onclick="javascript:window.close();">
|
||||
</div>
|
||||
<div style="width:640px;height:624px;margin:20px auto;">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,33 +1,31 @@
|
||||
<%@page language="java" pageEncoding="utf-8" %>
|
||||
<link href="./css/styles_all.css" rel="stylesheet" type="text/css" />
|
||||
<style>
|
||||
@media screen{.onlyPrint{display:none}}
|
||||
@media print{
|
||||
.NotPrint{display:none;}
|
||||
.PageNext{page-break-after: always;}
|
||||
}
|
||||
@media screen{.onlyPrint{display:none}}
|
||||
@media print{
|
||||
.NotPrint{display:none;}
|
||||
.PageNext{page-break-after: always;}
|
||||
}
|
||||
|
||||
input {
|
||||
color: #000000;
|
||||
background-color: #F7F7F7;
|
||||
font-size: 12px;
|
||||
border: 1px solid navy;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
input {
|
||||
color: #000000;
|
||||
background-color: #F7F7F7;
|
||||
font-size: 12px;
|
||||
border: 1px solid navy;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
function check(){
|
||||
form1.action = "/zhyw/smtj/StatALLScore.jsp";
|
||||
form1.submit();
|
||||
}
|
||||
|
||||
function check(){
|
||||
document.getElementById("form1").submit();
|
||||
}
|
||||
</script>
|
||||
<center class="NotPrint">
|
||||
<form name="form1" id="form1" method="post">
|
||||
<OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0>
|
||||
</OBJECT>
|
||||
<input type=button class="box_button" value="直接打印" onclick=document.all.WebBrowser.ExecWB(6,6)>
|
||||
<input type=button class="box_button" value="页面设置" onclick=document.all.WebBrowser.ExecWB(8,1)>
|
||||
<input type=button class="box_button" value="打印预览" onclick=document.all.WebBrowser.ExecWB(7,1)>
|
||||
</form>
|
||||
<embed id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0>
|
||||
<input type=button class="box_button" value="直接打印" onclick="document.getElementById('WebBrowser').contentWindow.execScript('print()')">
|
||||
<input type=button class="box_button" value="页面设置" onclick="document.getElementById('WebBrowser').contentWindow.execScript('window.print()')">
|
||||
<input type=button class="box_button" value="打印预览" onclick="document.getElementById('WebBrowser').contentWindow.execScript('window.printPreview()')">
|
||||
<a href="javascript:window.close();"><img src="../../images1/gb.png" alt="关闭" border="0" /></a>
|
||||
</form>
|
||||
</center>
|
||||
|
@ -0,0 +1,124 @@
|
||||
package com.zky.bjca;
|
||||
|
||||
import cn.org.bjca.client.security.SecurityEngineDeal;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import java.io.*;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.nio.file.Files;
|
||||
import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
|
||||
public class FileEnDe {
|
||||
public static String encryptFile(@RequestParam("file") MultipartFile file) {
|
||||
try {
|
||||
// 加载证书库
|
||||
SecurityEngineDeal.setProfilePath("D:\\Java\\program\\newProgram\\zhyw\\web\\config\\config2");
|
||||
SecurityEngineDeal sed =
|
||||
SecurityEngineDeal.getInstance("SVSDefault");
|
||||
String key = sed.genRandom(24);
|
||||
|
||||
|
||||
String savePath = "upfiles/";
|
||||
String inFile = file.getOriginalFilename();
|
||||
|
||||
String fileName = file.getOriginalFilename().substring(0, file.getOriginalFilename().lastIndexOf("."));
|
||||
|
||||
File directory = new File(savePath);
|
||||
if (!directory.exists()) {
|
||||
directory.mkdirs();
|
||||
}
|
||||
|
||||
//Path path = Paths.get("upfiles/keys/key"+ inFile);
|
||||
|
||||
Path path = Paths.get("src/main/resources/upfiles/keys/key" + fileName + ".txt");
|
||||
|
||||
Files.write(path, key.getBytes(StandardCharsets.UTF_8));
|
||||
|
||||
System.out.println(key);
|
||||
|
||||
|
||||
String fileinpath = savePath + inFile;
|
||||
FileOutputStream fos = new FileOutputStream(fileinpath);
|
||||
fos.write(file.getBytes());
|
||||
fos.close();
|
||||
System.out.println(fileinpath);
|
||||
String outFile = String.valueOf(new File("src/main/resources/upfiles/fileencode/" + inFile));
|
||||
boolean encRes = sed.encryptFile(key, fileinpath, outFile);
|
||||
System.out.println(encRes);
|
||||
return "文件加密成功";
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return "文件加密失败";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//文件解密
|
||||
public static String decryptFile(MultipartFile file) {
|
||||
try {
|
||||
// 加载证书库
|
||||
SecurityEngineDeal.setProfilePath("D:\\Java\\program\\newProgram\\zhyw\\web\\config\\config2");
|
||||
SecurityEngineDeal sed =
|
||||
SecurityEngineDeal.getInstance("SVSDefault");
|
||||
//String key = sed.genRandom(24);
|
||||
|
||||
String inFile = file.getOriginalFilename();
|
||||
|
||||
String fileName = file.getOriginalFilename().substring(0, file.getOriginalFilename().lastIndexOf("."));
|
||||
|
||||
|
||||
String savePath = "upfiles/";
|
||||
File directory = new File(savePath);
|
||||
if (!directory.exists()) {
|
||||
directory.mkdirs();
|
||||
}
|
||||
String filePath = savePath + inFile;
|
||||
FileOutputStream fos = new FileOutputStream(filePath);
|
||||
fos.write(file.getBytes());
|
||||
fos.close();
|
||||
|
||||
String path = String.valueOf(Paths.get("src/main/resources/upfiles/keys/key" + fileName + ".txt"));
|
||||
String key = readFileToString(path);
|
||||
|
||||
System.out.println(key);
|
||||
System.out.println(filePath);
|
||||
String outFile = String.valueOf(new File("src/main/resources/upfiles/filedecode/" + inFile));
|
||||
boolean decRes = sed.decryptFile(key, filePath, outFile);
|
||||
System.out.println(outFile);
|
||||
System.out.println(decRes);
|
||||
return "文件解密成功";
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
return "文件解密失败";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static String readFileToString(String path) {
|
||||
// 定义返回结果
|
||||
String jsonString = "";
|
||||
BufferedReader in = null;
|
||||
try {
|
||||
in = new BufferedReader(new InputStreamReader(new FileInputStream(new File(path)), "UTF-8"));// 读取文件
|
||||
String thisLine = null;
|
||||
while ((thisLine = in.readLine()) != null) {
|
||||
jsonString += thisLine;
|
||||
}
|
||||
in.close();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
} finally {
|
||||
if (in != null) {
|
||||
try {
|
||||
in.close();
|
||||
} catch (IOException el) {
|
||||
}
|
||||
}
|
||||
}
|
||||
// 返回拼接好的JSON String
|
||||
return jsonString;
|
||||
}
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
package com.zky.bjca;
|
||||
|
||||
import cn.org.bjca.chaos.jce.provider.BJCAJCEProvider;
|
||||
|
||||
import java.security.MessageDigest;
|
||||
import java.security.Security;
|
||||
|
||||
public final class SM3 {
|
||||
public static byte[] SM3Encrypt(String strSrc){
|
||||
byte[] encrypted = new byte[0];
|
||||
try{
|
||||
if (Security.getProvider("BJCAJCE") == null){
|
||||
Security.addProvider(new BJCAJCEProvider("D:\\Java\\program\\newProgram\\zhyw\\web\\config\\config1"));
|
||||
}
|
||||
MessageDigest instant = MessageDigest.getInstance("SM3","BJCAJCE");
|
||||
encrypted = instant.digest(strSrc.getBytes());//传入原文值
|
||||
}catch (Exception e){
|
||||
e.printStackTrace();
|
||||
}
|
||||
return encrypted;
|
||||
}
|
||||
}
|
@ -0,0 +1,83 @@
|
||||
package com.zky.bjca;
|
||||
|
||||
import cn.org.bjca.client.exceptions.*;
|
||||
import cn.org.bjca.client.security.SecurityEngineDeal;
|
||||
|
||||
|
||||
public final class Sign {
|
||||
public static byte[] DataSign(String strSrc) {
|
||||
SecurityEngineDeal.setProfilePath("D:\\Java\\program\\newProgram\\zhyw\\web\\config\\config2");
|
||||
SecurityEngineDeal sed;
|
||||
byte[] signedValueByte = new byte[0];
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("SVSDefault");
|
||||
byte[] data = strSrc.getBytes();
|
||||
String signedValue = sed.signData(data);
|
||||
signedValueByte = sed.base64Decode(signedValue);
|
||||
// System.out.println(signedValue);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | InitException | ParameterTooLongException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return signedValueByte;
|
||||
}
|
||||
|
||||
public static boolean DataSignVerify(String str, String signValue) {
|
||||
//传入两个参数:
|
||||
//第一个参数为需要签名的字符串
|
||||
//第二个参数为签名结果
|
||||
SecurityEngineDeal.setProfilePath("D:\\Java\\program\\newProgram\\zhyw\\web\\config\\config2");
|
||||
SecurityEngineDeal sed;
|
||||
boolean verifyRes = false;
|
||||
try {
|
||||
|
||||
sed = SecurityEngineDeal.getInstance("SVSDefault");
|
||||
String cert = sed.getServerCertificate();
|
||||
System.out.println(cert);
|
||||
|
||||
verifyRes = sed.verifySignedData(cert, str, signValue);
|
||||
System.out.println(verifyRes);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | InitException | ParameterTooLongException | ParameterInvalidException | UnkownException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return verifyRes;
|
||||
}
|
||||
|
||||
public static byte[] FileSign(String strSrc) {
|
||||
SecurityEngineDeal.setProfilePath("D:\\Java\\program\\newProgram\\zhyw\\web\\config\\config2");
|
||||
SecurityEngineDeal sed;
|
||||
byte[] signedValueByte = new byte[0];
|
||||
try {
|
||||
sed = SecurityEngineDeal.getInstance("SVSDefault");
|
||||
//byte[] data = strSrc.getBytes();
|
||||
String signedValue = sed.signFile(strSrc);
|
||||
signedValueByte = sed.base64Decode(signedValue);
|
||||
// System.out.println(signedValue);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | InitException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return signedValueByte;
|
||||
}
|
||||
|
||||
|
||||
public static boolean FileSignVerify(String str, String signValue) {
|
||||
SecurityEngineDeal.setProfilePath("D:\\Java\\program\\newProgram\\zhyw\\web\\config\\config2");
|
||||
SecurityEngineDeal sed;
|
||||
boolean verifyRes = false;
|
||||
try {
|
||||
|
||||
sed = SecurityEngineDeal.getInstance("SVSDefault");
|
||||
String cert = sed.getServerCertificate();
|
||||
System.out.println(cert);
|
||||
|
||||
verifyRes = sed.verifySignedFile(cert, str, signValue);
|
||||
System.out.println(verifyRes);
|
||||
} catch (SVSConnectException | ApplicationNotFoundException | InitException | ParameterTooLongException | ParameterInvalidException | UnkownException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return verifyRes;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
@ -0,0 +1,69 @@
|
||||
package com.zky.bjca.cert.controller;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.zky.bjca.cert.service.ITdBjcaService;
|
||||
import com.zky.pojo.TdBjca;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.ui.ModelMap;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
|
||||
/**
|
||||
* 文件管理Controller
|
||||
*
|
||||
* @author itzky
|
||||
* @date 2023-12-22
|
||||
*/
|
||||
@Controller
|
||||
@RequestMapping("/login")
|
||||
public class TdBjcaController
|
||||
{
|
||||
private String prefix = "login";
|
||||
|
||||
@Autowired
|
||||
private ITdBjcaService tdBjcaService;
|
||||
|
||||
|
||||
@GetMapping()
|
||||
public String bjca()
|
||||
{
|
||||
return prefix + "/bjca";
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询文件管理列表
|
||||
*/
|
||||
@PostMapping("/certid")
|
||||
@ResponseBody
|
||||
public TdBjca CertById(Long id) {
|
||||
TdBjca tdBjca = tdBjcaService.selectTdBjcaById(id);
|
||||
return tdBjca;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 新增文件管理
|
||||
*/
|
||||
@GetMapping("/add")
|
||||
public String add()
|
||||
{
|
||||
return prefix + "/add";
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增保存文件管理
|
||||
*/
|
||||
@PostMapping("/login")
|
||||
@ResponseBody
|
||||
public int addSave(TdBjca tdBjca)
|
||||
|
||||
{
|
||||
return tdBjcaService.insertTdBjca(tdBjca);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,53 @@
|
||||
package com.zky.bjca.cert.controller;
|
||||
import org.springframework.core.io.FileSystemResource;
|
||||
import org.springframework.core.io.Resource;
|
||||
import org.springframework.http.HttpHeaders;
|
||||
import org.springframework.http.MediaType;
|
||||
import org.springframework.http.ResponseEntity;
|
||||
import org.springframework.stereotype.Controller;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
@Controller
|
||||
public class loginController {
|
||||
@Controller
|
||||
public class LoginController {
|
||||
|
||||
@GetMapping("/login")
|
||||
public String showLoginForm() {
|
||||
return "login";
|
||||
}
|
||||
|
||||
@PostMapping("/login")
|
||||
public String login(@RequestParam("value") String value) {
|
||||
if (value.equals("证书登录成功") ) {
|
||||
return "redirect:/home";
|
||||
} else {
|
||||
return "login.html";
|
||||
}
|
||||
}
|
||||
|
||||
@GetMapping("/static/xtxasyn.js")
|
||||
public ResponseEntity<Resource> downloadFile() throws IOException {
|
||||
Resource fileResource = new FileSystemResource("src/main/resources/static/xtxasyn.js"); // 替换为你的文件路径
|
||||
|
||||
if (!fileResource.exists()) {
|
||||
throw new IllegalArgumentException("File not found");
|
||||
}
|
||||
|
||||
HttpHeaders headers = new HttpHeaders();
|
||||
headers.add(HttpHeaders.CONTENT_DISPOSITION, "attachment; filename=" + fileResource.getFilename());
|
||||
|
||||
return ResponseEntity.ok()
|
||||
.headers(headers)
|
||||
.contentLength(fileResource.contentLength())
|
||||
.contentType(MediaType.APPLICATION_OCTET_STREAM)
|
||||
.body(fileResource);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
@ -0,0 +1,61 @@
|
||||
package com.zky.bjca.cert.mapper;
|
||||
|
||||
import java.util.List;
|
||||
import com.zky.pojo.TdBjca;
|
||||
|
||||
/**
|
||||
* 文件管理Mapper接口
|
||||
*
|
||||
* @author itzky
|
||||
* @date 2023-12-22
|
||||
*/
|
||||
public interface TdBjcaMapper
|
||||
{
|
||||
/**
|
||||
* 查询文件管理
|
||||
*
|
||||
* @param id 文件管理主键
|
||||
* @return 文件管理
|
||||
*/
|
||||
public TdBjca selectTdBjcaById(Long id);
|
||||
|
||||
/**
|
||||
* 查询文件管理列表
|
||||
*
|
||||
* @param tdBjca 文件管理
|
||||
* @return 文件管理集合
|
||||
*/
|
||||
public List<TdBjca> selectTdBjcaList(TdBjca tdBjca);
|
||||
|
||||
/**
|
||||
* 新增文件管理
|
||||
*
|
||||
* @param tdBjca 文件管理
|
||||
* @return 结果
|
||||
*/
|
||||
public int insertTdBjca(TdBjca tdBjca);
|
||||
|
||||
/**
|
||||
* 修改文件管理
|
||||
*
|
||||
* @param tdBjca 文件管理
|
||||
* @return 结果
|
||||
*/
|
||||
public int updateTdBjca(TdBjca tdBjca);
|
||||
|
||||
/**
|
||||
* 删除文件管理
|
||||
*
|
||||
* @param id 文件管理主键
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteTdBjcaById(Long id);
|
||||
|
||||
/**
|
||||
* 批量删除文件管理
|
||||
*
|
||||
* @param ids 需要删除的数据主键集合
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteTdBjcaByIds(String[] ids);
|
||||
}
|
@ -0,0 +1,39 @@
|
||||
package com.zky.bjca.cert.service;
|
||||
|
||||
import com.zky.pojo.TdBjca;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 文件管理Service接口
|
||||
*
|
||||
* @author itzky
|
||||
* @date 2023-12-22
|
||||
*/
|
||||
public interface ITdBjcaService
|
||||
{
|
||||
/**
|
||||
* 查询文件管理
|
||||
*
|
||||
* @param id 文件管理主键
|
||||
* @return 文件管理
|
||||
*/
|
||||
public TdBjca selectTdBjcaById(Long id);
|
||||
|
||||
/**
|
||||
* 查询文件管理列表
|
||||
*
|
||||
* @param tdBjca 文件管理
|
||||
* @return 文件管理集合
|
||||
*/
|
||||
public List<TdBjca> selectTdBjcaList(TdBjca tdBjca);
|
||||
|
||||
/**
|
||||
* 新增文件管理
|
||||
*
|
||||
* @param tdBjca 文件管理
|
||||
* @return 结果
|
||||
*/
|
||||
public int insertTdBjca(TdBjca tdBjca);
|
||||
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue