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