liujie
2023-05-26 2e3407d0b46a6e2e75f8cf14cce73f8e0ba2051e
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;
}