企业列表出来了
parent
739f806529
commit
4b208a6c13
|
@ -188,14 +188,7 @@
|
|||
<workItem from="1725621072988" duration="7858000" />
|
||||
<workItem from="1725671427915" duration="175000" />
|
||||
<workItem from="1725706338514" duration="6144000" />
|
||||
<workItem from="1725757403389" duration="1553000" />
|
||||
</task>
|
||||
<task id="LOCAL-00002" summary="初始化">
|
||||
<created>1724048196739</created>
|
||||
<option name="number" value="00002" />
|
||||
<option name="presentableId" value="LOCAL-00002" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724048196739</updated>
|
||||
<workItem from="1725757403389" duration="3284000" />
|
||||
</task>
|
||||
<task id="LOCAL-00003" summary="初始化">
|
||||
<created>1724048288127</created>
|
||||
|
@ -533,7 +526,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1725758293291</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="51" />
|
||||
<task id="LOCAL-00051" summary="企业列表出来了">
|
||||
<created>1725758991888</created>
|
||||
<option name="number" value="00051" />
|
||||
<option name="presentableId" value="LOCAL-00051" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1725758991888</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="52" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
|
@ -54,7 +54,7 @@ private static final long serialVersionUID = 1L;
|
|||
|
||||
/** 次/元 时间 */
|
||||
@Excel(name = "元/次")
|
||||
private Long sysNumber;
|
||||
private Double sysNumber;
|
||||
|
||||
public void setSysId(Long sysId)
|
||||
{
|
||||
|
@ -110,12 +110,12 @@ private static final long serialVersionUID = 1L;
|
|||
{
|
||||
return sysLeixingpick;
|
||||
}
|
||||
public void setSysNumber(Long sysNumber)
|
||||
public void setSysNumber(Double sysNumber)
|
||||
{
|
||||
this.sysNumber = sysNumber;
|
||||
}
|
||||
|
||||
public Long getSysNumber()
|
||||
public Double getSysNumber()
|
||||
{
|
||||
return sysNumber;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue