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