using System.Collections.Generic; [System.Serializable] public class StorageRequestEntity { public string systemCode = "DT"; public string houseCode = "DT"; public bool excludeEmptyLoc = false; public List rows = new(); }