zhibing.pu
2024-07-24 c52f83ef5f702b3c178881d3eee72267c77e7751
1
2
3
4
5
6
7
package com.dsh.guns.modular.system.model.dto;
 
public class TimeDto {
    private String time;
    private String time2;
 
}