test_insertxfzh.java

来自「培训中心办公自动化系统之财务管理模块 包括缴纳报名费、学费」· Java 代码 · 共 25 行

JAVA
25
字号
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 + =
减小字号Ctrl + -
显示快捷键?