• 大小: 0.28M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-20
  • 语言: Java
  • 标签:

资源简介

Java 使用IN谓词查询某几个时间的数据(基础篇-实例544).zip

资源截图

代码片段和文件信息



public class Bccd {
    private int id;
    private String bccdName;
    private int bccdCount;
    private float bccdPrice;
    private String bccdDate;
    private int sum;
    public int getSum() {
        return sum;
    }
    public void setSum(int sum) {
        this.sum = sum;
    }
    public int getId() {
        return id;
    }
    public void setId(int id) {
        this.id = id;
    }
    public String getBccdName() {
        return bccdName;
    }
    public void setBccdName(String bccdName) {
        this.bccdName = bccdName;
    }
    public int getBccdCount() {
        return bccdCount;
    }
    public void setBccdCount(int bccdCount) {
        this.bccdCount = bccdCount;
    }
    public float getBccdPrice() {
        return bccdPrice;
    }
    public void setBccdPrice(float bccdPrice) {
        this.bccdPrice = bccdPrice;
    }
    public String getBccdDate() {
        return bccdDate;
    }
    public void setBccdDate(St

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         289  2015-08-28 13:52  .classpath
     文件         379  2015-08-28 13:52  .project
     文件         629  2015-08-28 13:52  .settings\org.eclipse.jdt.core.prefs
     文件        1476  2015-08-28 13:52  bin\Bccd.class
     文件        3533  2015-08-28 13:52  bin\GetMessage.class
     文件      294726  2015-08-28 13:52  lib\jtds-1.2.2.jar
     文件        1069  2015-08-28 13:52  src\Bccd.java
     文件        2645  2015-08-28 13:52  src\GetMessage.java

评论

共有 条评论