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