1.相关实体添加过期注解处理,后期相关业务可删除
This commit is contained in:
@@ -20,6 +20,7 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
@TableName(value = "r_dim_station_target_d")
|
||||
@Deprecated
|
||||
public class RDimStationTargetDPO extends BaseEntity {
|
||||
@MppMultiId(value = "Org_Id")
|
||||
private String orgId;
|
||||
|
||||
@@ -21,6 +21,7 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
@TableName(value = "r_dim_station_target_m")
|
||||
@Deprecated
|
||||
public class RDimStationTargetMPO extends BaseEntity {
|
||||
@MppMultiId(value = "Org_Id")
|
||||
private String orgId;
|
||||
|
||||
@@ -21,6 +21,7 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
@TableName(value = "r_dim_station_target_y")
|
||||
@Deprecated
|
||||
public class RDimStationTargetYPO extends BaseEntity {
|
||||
|
||||
@MppMultiId(value = "Org_Id")
|
||||
|
||||
Reference in New Issue
Block a user