|
@@ -48,6 +48,16 @@ public class ArchiveProjectConfig extends BaseEntity {
|
|
|
*/
|
|
|
private Integer indexNum;
|
|
|
|
|
|
+ /**
|
|
|
+ * 页码流水号类型,0 默认,无虚数, 1 3位虚数
|
|
|
+ */
|
|
|
+ private Integer pageType;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 页码序号位数,默认为0
|
|
|
+ */
|
|
|
+ private Integer pageLen;
|
|
|
+
|
|
|
//是否打页码
|
|
|
public boolean isPage() {
|
|
|
return getFactorType().contains("5");
|