puzhibing
2024-01-31 a37f794b26efb8a091d603363afe81eb20d6d580
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}