nickchange
2023-11-21 79bbee5adf0071808a33c09d5f87c5573d83cb3b
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}