提交 d7a94af9 编写于 作者: ibizdev's avatar ibizdev

ibiz4j 发布系统代码

上级 b7c4d640
...@@ -482,7 +482,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -482,7 +482,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof Main * @memberof Main
*/ */
public minorSortDir: string = ''; public minorSortDir: string = 'ASC';
/** /**
* 排序字段 * 排序字段
...@@ -490,7 +490,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -490,7 +490,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof Main * @memberof Main
*/ */
public minorSortPSDEF: string = ''; public minorSortPSDEF: string = 'showorder';
/** /**
* 分页条数 * 分页条数
......
...@@ -448,7 +448,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -448,7 +448,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof Main * @memberof Main
*/ */
public minorSortDir: string = ''; public minorSortDir: string = 'ASC';
/** /**
* 排序字段 * 排序字段
...@@ -456,7 +456,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -456,7 +456,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof Main * @memberof Main
*/ */
public minorSortPSDEF: string = ''; public minorSortPSDEF: string = 'showorder';
/** /**
* 分页条数 * 分页条数
......
...@@ -434,7 +434,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -434,7 +434,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof Main * @memberof Main
*/ */
public minorSortDir: string = ''; public minorSortDir: string = 'ASC';
/** /**
* 排序字段 * 排序字段
...@@ -442,7 +442,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -442,7 +442,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {string} * @type {string}
* @memberof Main * @memberof Main
*/ */
public minorSortPSDEF: string = ''; public minorSortPSDEF: string = 'showorder';
/** /**
* 分页条数 * 分页条数
......
...@@ -7,7 +7,6 @@ import lombok.*; ...@@ -7,7 +7,6 @@ import lombok.*;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
@Slf4j @Slf4j
@Builder
@Getter @Getter
@Setter @Setter
@NoArgsConstructor @NoArgsConstructor
......
...@@ -17,7 +17,6 @@ import java.util.Iterator; ...@@ -17,7 +17,6 @@ import java.util.Iterator;
import java.util.List; import java.util.List;
@Slf4j @Slf4j
@Builder
@Getter @Getter
@Setter @Setter
@NoArgsConstructor @NoArgsConstructor
......
...@@ -17,7 +17,6 @@ import java.util.List; ...@@ -17,7 +17,6 @@ import java.util.List;
import java.util.Map; import java.util.Map;
@Slf4j @Slf4j
@Builder
@Getter @Getter
@Setter @Setter
@NoArgsConstructor @NoArgsConstructor
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册