📄 test_insertxfzh.java
字号:
package pxzx.sql;
import java.sql.*;
import pxzx.sql.*;
public class test_insertXFZH {
public test_insertXFZH() {
}
public static void main(String [] argc)throws SQLException{
xfzhb xfzh=new xfzhb();
xfzh.setSt_id("1589");
xfzh.setSt_name("·");
xfzh.setTu_pay_mon(1000);
xfzh.setTu_mon(10000);
xfzh.setRemit_pay_mon(0);
xfzh.setRemit_mon(1000);
xfzh.setRemit_amount(0);
xfzh.setRemit_time(null);
xfzh.setRemit_people(null);
xfzh.setRemit_yet(0);
XFZHInsert x=new XFZHInsert(xfzh);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -