河北超高压算法调整
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.njcn.harmonic.pojo.dto.upload;
|
||||
|
||||
import com.alibaba.fastjson.annotation.JSONField;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
@@ -95,7 +96,7 @@ public class PqEvaluationCreateDTO {
|
||||
/**
|
||||
* 统计层级(3:省 4:市 5:县)
|
||||
*/
|
||||
private String statisticalLevel;
|
||||
private String statisticsLevel;
|
||||
|
||||
/**
|
||||
* 统计类型(01:年 02:月 03:日)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package com.njcn.harmonic.pojo.po.upload;
|
||||
|
||||
import cn.hutool.core.annotation.Alias;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.github.jeffreyning.mybatisplus.anno.MppMultiId;
|
||||
import lombok.Data;
|
||||
@@ -109,6 +110,7 @@ public class RUploadEvaluationDataD {
|
||||
* 统计层级(3:省 4:市 5:县)
|
||||
*/
|
||||
@MppMultiId
|
||||
@Alias("statisticsLevel")
|
||||
private String statisticalLevel;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user