44323
2023-11-13 764f045c785959117db3d27d744e63d2dad6240c
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}