左晓为主开发手持机充值管理机
zuoxiao
2024-08-26 12fb3fb97f135bbd78b31a06f8451f9b42a2ed6f
baselibrary/src/main/java/com/dayu/baselibrary/dbbean/LibraryBean.java
@@ -16,5 +16,11 @@
    //0:河南版本,1齐河单机版
    private int type;
    public int getType() {
        return type;
    }
    public void setType(int type) {
        this.type = type;
    }
}