|
|
|
@ -10,9 +10,13 @@ import org.springblade.core.tenant.mp.TenantEntity;
|
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
|
|
|
|
|
|
import java.io.Serializable; |
|
|
|
|
import java.math.BigDecimal; |
|
|
|
|
import java.util.Date; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @author ysj |
|
|
|
|
*/ |
|
|
|
|
@Data |
|
|
|
|
@TableName("hzims_fill_other") |
|
|
|
|
@ApiModel(value="OverOtherEntity对象", description="其他填报") |
|
|
|
@ -37,7 +41,7 @@ public class OtherEntity extends TenantEntity implements Serializable {
|
|
|
|
|
private Date endDate; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty("FA_投入条数") |
|
|
|
|
private Integer faQuantity; |
|
|
|
|
private BigDecimal faQuantity; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty("设备在线率") |
|
|
|
|
private String onlineRate; |
|
|
|
|