Commit 76748b42 authored by lcl's avatar lcl

u

parent 8fddafbb
...@@ -26,6 +26,10 @@ public class EnterpriseCreditPageBody extends BasePage { ...@@ -26,6 +26,10 @@ public class EnterpriseCreditPageBody extends BasePage {
* 截止时间(年月日) * 截止时间(年月日)
*/ */
private String dateTo; private String dateTo;
/**
* 类型(是否历史 0:否 1:是)
*/
private Integer type;
public boolean isVaildCid() { public boolean isVaildCid() {
return 0 == cid; return 0 == cid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment