1
luofl
2025-04-11 1222dbd259fbd739db3f8fc95c95f85822b0a731
1
2
3
4
5
6
7
8
9
package com.dsh.guns.modular.system.model.dto;
 
import lombok.Data;
 
@Data
public class OrderDto {
    private  String time;
    private  Integer state;
}