сравнение TLE
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package space.nstart.pcp.pcp_types_lib.dto.ballistics
|
||||
|
||||
import java.time.LocalDateTime
|
||||
|
||||
class TlePointRequestDTO(
|
||||
var tle: TLEDTO = TLEDTO(),
|
||||
var time: LocalDateTime = LocalDateTime.now()
|
||||
)
|
||||
Reference in New Issue
Block a user