lishouyi
2023-05-23 4ff08782ca65f91c8bf75157e95fbf2338fe6b37
1
2
3
4
5
6
7
8
9
package com.stylefeng.guns.modular.system.model;
 
import lombok.Data;
 
import java.util.List;
@Data
public class DemandTwoDto {
   private List<DemandDtoTwo> demandDtoTwo;
}