算法提交
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.njcn.harmonic.pojo.po.upload;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.github.jeffreyning.mybatisplus.anno.MppMultiId;
|
||||
import com.njcn.db.bo.BaseEntity;
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
@@ -31,6 +32,7 @@ public class RUploadSubstationStatisticalDataD {
|
||||
/**
|
||||
* 省级单位id
|
||||
*/
|
||||
@MppMultiId
|
||||
private String provinceId;
|
||||
|
||||
/**
|
||||
@@ -41,6 +43,7 @@ public class RUploadSubstationStatisticalDataD {
|
||||
/**
|
||||
* 市级单位id
|
||||
*/
|
||||
@MppMultiId
|
||||
private String cityId;
|
||||
|
||||
/**
|
||||
@@ -51,6 +54,7 @@ public class RUploadSubstationStatisticalDataD {
|
||||
/**
|
||||
* 县级单位id
|
||||
*/
|
||||
@MppMultiId
|
||||
private String countyId;
|
||||
|
||||
/**
|
||||
@@ -96,11 +100,13 @@ public class RUploadSubstationStatisticalDataD {
|
||||
/**
|
||||
* 统计月份
|
||||
*/
|
||||
@MppMultiId
|
||||
private String statisticalDate;
|
||||
|
||||
/**
|
||||
* 统计类型(01:年 02:月 03:日)
|
||||
*/
|
||||
@MppMultiId
|
||||
private String statisticalType;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user