|
|
@ -3,7 +3,6 @@ package com.epmet.plugin.power.dto.axis.form; |
|
|
|
import lombok.Data; |
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
@ -32,5 +31,10 @@ public class PowerAxisStructLeaderFormDTO implements Serializable { |
|
|
|
*/ |
|
|
|
private String leaderName; |
|
|
|
|
|
|
|
/** |
|
|
|
* 客户id |
|
|
|
*/ |
|
|
|
private String customerId; |
|
|
|
|
|
|
|
|
|
|
|
} |