puzhibing
2023-12-09 2436ee143332c792e52d2df8fc8a4a3dfec48ebe
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}