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