企业列表出来了

master
法外狂徒张三 2024-09-08 10:35:11 +08:00
parent 739f806529
commit 4b208a6c13
2 changed files with 12 additions and 12 deletions

View File

@ -188,14 +188,7 @@
<workItem from="1725621072988" duration="7858000" /> <workItem from="1725621072988" duration="7858000" />
<workItem from="1725671427915" duration="175000" /> <workItem from="1725671427915" duration="175000" />
<workItem from="1725706338514" duration="6144000" /> <workItem from="1725706338514" duration="6144000" />
<workItem from="1725757403389" duration="1553000" /> <workItem from="1725757403389" duration="3284000" />
</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>
</task> </task>
<task id="LOCAL-00003" summary="初始化"> <task id="LOCAL-00003" summary="初始化">
<created>1724048288127</created> <created>1724048288127</created>
@ -533,7 +526,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1725758293291</updated> <updated>1725758293291</updated>
</task> </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 /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">

View File

@ -54,7 +54,7 @@ private static final long serialVersionUID = 1L;
/** 次/元 时间 */ /** 次/元 时间 */
@Excel(name = "元/次") @Excel(name = "元/次")
private Long sysNumber; private Double sysNumber;
public void setSysId(Long sysId) public void setSysId(Long sysId)
{ {
@ -110,12 +110,12 @@ private static final long serialVersionUID = 1L;
{ {
return sysLeixingpick; return sysLeixingpick;
} }
public void setSysNumber(Long sysNumber) public void setSysNumber(Double sysNumber)
{ {
this.sysNumber = sysNumber; this.sysNumber = sysNumber;
} }
public Long getSysNumber() public Double getSysNumber()
{ {
return sysNumber; return sysNumber;
} }