mitao
2025-04-01 5af799118134eb1f77bb310433825fe7cf11e680
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}