初始化榜单信息1.0
This commit is contained in:
parent
c92eee1e14
commit
998144de47
|
@ -1,4 +0,0 @@
|
||||||
package com.ruoyi.bill.controller;
|
|
||||||
|
|
||||||
public class a1 {
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
package com.ruoyi.bill.domain;
|
|
||||||
|
|
||||||
public class a1 {
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
package com.ruoyi.bill.mapper;
|
|
||||||
|
|
||||||
public class a1 {
|
|
||||||
}
|
|
|
@ -1,4 +0,0 @@
|
||||||
package com.ruoyi.bill.service;
|
|
||||||
|
|
||||||
public class a1 {
|
|
||||||
}
|
|
|
@ -625,7 +625,7 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
||||||
<pagination
|
<pagination
|
||||||
v-show="total>0"
|
v-show="total>0"
|
||||||
:total="total"
|
:total="total"
|
||||||
|
@ -877,7 +877,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { listPoundbill, getPoundbill, delPoundbill, addPoundbill, updatePoundbill } from "@/api/measurement/poundbill"
|
import { listPoundbill, getPoundbill, delPoundbill, addPoundbill, updatePoundbill } from "@/api/measurement/bill/poundbill"
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "Poundbill",
|
name: "Poundbill",
|
Loading…
Reference in New Issue