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