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