提交 bc13bf89 authored 作者: wyl's avatar wyl

工作量工具类

上级 def86cbd
...@@ -47,7 +47,44 @@ public class BrowserDifficulty { ...@@ -47,7 +47,44 @@ public class BrowserDifficulty {
/** /**
* 用户额外需求 * 用户额外需求
*/ */
private String demand = "*********"; /**
* 地理信息系统 int 1:是 2:否
*/
private Integer geography;
/**
* 调用外设
*/
private Integer peripheral;
/**
*动画
*/
private Integer animation;
/**
* 3d展示
*/
private Integer threeD;
/**
* 公文显现与编辑
*/
private Integer document;
/**
* 多媒体
*/
private Integer media;
/**
* Flash
*/
private Integer flash;
/**
* 其他
*/
private Integer otherDemand;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论